HomeSort by: relevance | last modified time | path
    Searched defs:options (Results 1 - 25 of 520) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/i386/stand/lib/
menuutils.c 48 char *options; local in function:docommand
51 options = gettrailer(arg);
55 (*commands[i].c_fn)(options);
parseutils.c 53 char *options; local in function:gettrailer
55 for (options = arg; *options; options++) {
56 switch (*options) {
59 *options++ = '\0';
66 if (*options == '\0')
67 return options;
70 while (*options == ' ' || *options == '\t'
    [all...]
menuutils.c 48 char *options; local in function:docommand
51 options = gettrailer(arg);
55 (*commands[i].c_fn)(options);
parseutils.c 53 char *options; local in function:gettrailer
55 for (options = arg; *options; options++) {
56 switch (*options) {
59 *options++ = '\0';
66 if (*options == '\0')
67 return options;
70 while (*options == ' ' || *options == '\t'
    [all...]
menuutils.c 48 char *options; local in function:docommand
51 options = gettrailer(arg);
55 (*commands[i].c_fn)(options);
parseutils.c 53 char *options; local in function:gettrailer
55 for (options = arg; *options; options++) {
56 switch (*options) {
59 *options++ = '\0';
66 if (*options == '\0')
67 return options;
70 while (*options == ' ' || *options == '\t'
    [all...]
menuutils.c 48 char *options; local in function:docommand
51 options = gettrailer(arg);
55 (*commands[i].c_fn)(options);
parseutils.c 53 char *options; local in function:gettrailer
55 for (options = arg; *options; options++) {
56 switch (*options) {
59 *options++ = '\0';
66 if (*options == '\0')
67 return options;
70 while (*options == ' ' || *options == '\t'
    [all...]
menuutils.c 48 char *options; local in function:docommand
51 options = gettrailer(arg);
55 (*commands[i].c_fn)(options);
parseutils.c 53 char *options; local in function:gettrailer
55 for (options = arg; *options; options++) {
56 switch (*options) {
59 *options++ = '\0';
66 if (*options == '\0')
67 return options;
70 while (*options == ' ' || *options == '\t'
    [all...]
  /src/usr.bin/vndcompress/
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress;
49 static const struct options zero_options;
50 struct options options = zero_options, *O = &options; local in function:main
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress;
49 static const struct options zero_options;
50 struct options options = zero_options, *O = &options; local in function:main
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress;
49 static const struct options zero_options;
50 struct options options = zero_options, *O = &options; local in function:main
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress;
49 static const struct options zero_options;
50 struct options options = zero_options, *O = &options; local in function:main
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress;
49 static const struct options zero_options;
50 struct options options = zero_options, *O = &options; local in function:main
  /src/sys/arch/x68k/stand/libsa/
parseutils.c 59 char *options; local in function:gettrailer
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
parseutils.c 59 char *options; local in function:gettrailer
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
parseutils.c 59 char *options; local in function:gettrailer
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
parseutils.c 59 char *options; local in function:gettrailer
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
parseutils.c 59 char *options; local in function:gettrailer
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
  /src/usr.bin/find/
option.c 59 static OPTION const options[] = { variable in typeref:typename:OPTION const[]
106 * Unimplemented Gnu findutils options
187 return ((OPTION *)bsearch(&tmp, options,
188 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare));
option.c 59 static OPTION const options[] = { variable in typeref:typename:OPTION const[]
106 * Unimplemented Gnu findutils options
187 return ((OPTION *)bsearch(&tmp, options,
188 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare));
option.c 59 static OPTION const options[] = { variable in typeref:typename:OPTION const[]
106 * Unimplemented Gnu findutils options
187 return ((OPTION *)bsearch(&tmp, options,
188 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare));
  /src/usr.bin/rdist/
gram.y 77 %type <intval> OPTION, options
142 cmd: INSTALL options opt_namelist SM = {
145 $1->sc_options = $2 | options;
181 options: /* VOID */ = { label
184 | options OPTION = {
gram.y 77 %type <intval> OPTION, options
142 cmd: INSTALL options opt_namelist SM = {
145 $1->sc_options = $2 | options;
181 options: /* VOID */ = { label
184 | options OPTION = {

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 91011>>