OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newoptions
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/autofs/
automountd.c
87
char *tofree, *pair, *
newoptions
;
local in function:pick_option
93
newoptions
= calloc(1, strlen(*optionsp) + 1);
94
if (
newoptions
== NULL)
108
strcat(
newoptions
, ",");
109
strcat(
newoptions
, pair);
114
*optionsp =
newoptions
;
/src/sbin/fsck/
fsck.c
446
char *
newoptions
;
local in function:addoption
449
if ((
newoptions
= strchr(optstr, ':')) == NULL)
452
*
newoptions
++ = '\0';
456
catopt(&e->options,
newoptions
);
459
addentry(&opthead, optstr,
newoptions
);
Completed in 12 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025