/ast/src/lib/libpz/ |
H A D | pzinit.c | 31 const char* options; local 35 options = pz->disc->options; 49 if (pz->disc->options != options) 51 if (!pz->disc->options) 52 pz->options = 0; 53 else if (!(pz->options = vmstrdup(pz->vm, pz->disc->options))) 59 if (pz->options [all...] |
H A D | pzopen.c | 181 if (disc->options && (!(pz->options = vmstrdup(pz->vm, disc->options)) || pzoptions(pz, NiL, pz->options, 0) < 0)) 190 if (pz->options && pzoptions(pz, pz->part, pz->options, 1) < 0) 203 if (pz->options && pzoptions(pz, pz->part, pz->options, 1) < 0)
|
/ast/src/cmd/pax/ |
H A D | cpio.sh | 34 options="-d" 56 [klvV]) options="$options -$OPT" ;; 57 a) r_ok="" options="$options -p" ;; 60 f) w_ok="" p_ok="" options="$options -c" ;; 83 r) w_ok="" p_ok="" options="$options -i" ;; 102 I) w_ok="" p_ok="" options [all...] |
H A D | rpm2cpio.sh | 57 options= 61 v) options="$options -v" ;; 73 $show pax $options -r -f "$input" -w -x cpio
|
H A D | pax.c | 42 " combinations of the -\br\b and -\bw\b options.]" 53 " is done before any \b-i\b or \b-s\b options are applied. A" 58 " directory tree, subject to the options described below. By default the" 91 " and \b--physical\b options below. \bPATH_RESOLVE\b can be one of:]{" 99 /* state.usage is generated at runtime from usage+options+usage2 */ 358 * set options from line if != 0 or argv according to usage 439 if (!(op = (Option_t*)hashget(state.options, o))) 445 op = (Option_t*)hashget(state.options, o); 451 op = (Option_t*)hashget(state.options, o); 489 op = options [all...] |
/ast/src/cmd/ksh93/include/ |
H A D | regress.h | 36 Shopt_t options; member in struct:Regress_s 39 #define sh_isregress(r) is_option(&sh.regress->options,r) 40 #define sh_onregress(r) on_option(&sh.regress->options,r) 41 #define sh_offregress(r) off_option(&sh.regress->options,r)
|
/ast/src/lib/libcmd/ |
H A D | chgrp.c | 157 getids(register char* s, char** e, Key_t* key, int options) argument 171 options |= OPT_CHOWN; 176 if (options & OPT_CHOWN) 181 if (*z || !(options & OPT_NUMERIC)) 201 if (*z || !(options & OPT_NUMERIC)) 222 register int options = 0; local 255 options |= OPT_CHOWN; 258 if (options & OPT_CHOWN) 276 options |= OPT_VERBOSE; 279 options | [all...] |
/ast/src/cmd/nmake/ |
H A D | TABLE.mk | 4 * [novariables] [options] [state] 18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>) 38 if options 39 options := options macro 48 table := $(.TABLE.INIT. $(table) $(options) $(name)) 104 * $(.TABLE.INIT. table [name=name] [options]) 114 * if options then op names matching no* are placed in noname[name]=value 115 * if options then op names matching NO* are placed in NOname[name]=value 121 local T name options tabl 194 options := $(.TABLE.options.$(level).) macro [all...] |
H A D | option.c | 25 * make options support 28 * option flag mappings are in options.h 32 #include "options.h" 54 "[+?Command line options, scripts and targets may appear in any order," 58 " them. Unqualified options are defined by \bnmake\b itself.]" 61 static Option_t options[] = /* option table */ variable 133 { "mam", OPT_mam, (char*)&state.mam.options, 0, 151 "[+----?mam options ----]" 265 "(obsolete) Set options by name.", "name[=value]]" }, 312 Oplist_t* hidden; /* options hidde [all...] |
/ast/src/cmd/probe/ |
H A D | probe.c | 55 " each \alanguage-processor\a pair. Any options that change the" 295 int options = 0; local 315 options |= ATTRIBUTES; 318 options |= DELETE; 321 options |= FORCE; 324 options |= GENERATE; 327 options |= KEY; 330 options |= LIST; 333 options |= OVERRIDE; 337 options | [all...] |
/ast/src/cmd/dsslib/ip_t/ |
H A D | ivopen.c | 26 ivopen(Ivdisc_t* disc, Ivmeth_t* meth, int size, const char* options) argument 40 if (meth->eventf && (*meth->eventf)(iv, IV_OPEN, (void*)options) < 0)
|
/ast/src/cmd/ksh93/bltins/ |
H A D | getopts.c | 59 register char *options=error_info.context->id; local 80 options = opt_info.arg; 94 error_info.id = options; 95 options = argv[0]; 109 if(mode= (*options==':')) 110 options++; 111 extended = *options=='\n' && *(options+1)=='[' || *options=='[' && *(options [all...] |
H A D | cflow.c | 51 const char *options = (**argv=='r'?sh_optreturn:sh_optexit); local 52 while((n = optget(argv,options))) switch(n)
|
H A D | print.c | 96 const char *options; member in struct:print 108 prdata.options = sh_optecho+5; 122 prdata.options = sh_optecho; 151 prdata.options = sh_optprintf; 176 const char *options, *msg = e_file+4; local 185 options = sh_optprint; 193 options = pp->options; 202 while((n = optget(argv,options))) switch(n)
|
/ast/src/lib/libast/include/ |
H A D | mnt.h | 41 char* options; /* options */ member in struct:__anon271
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 189 int options; /* regex options */ member in struct:State_s 256 if (!(state->options & REG_AUGMENTED)) 263 if (!(state->options & REG_AUGMENTED)) 269 b = (state->options & (REG_AUGMENTED|REG_EXTENDED)) ? "" : "\\"; 390 if (c = regcomp(&state->re, s, state->options)) 580 if (result = regrexec(&state->re, state->span, len, state->posnum, state->pos, state->options, '\n', (void*)state, record)) 612 if (result = regrexec(&state->re, s, len, state->posnum, state->pos, state->options, '\n', (void*)state, record)) 677 grep(char* id, int options, int argc, char** argv, Shbltin_t* context) argument 702 state.options 975 int options; local [all...] |
/ast/src/cmd/tw/ |
H A D | updatedb.sh | 98 options="-P" 123 i) options="$options -i" 140 l) options="$options -l" 254 $show $su tw $options -F "$output" -G "$format" "$expr" $dirs
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgPhoto.c | 215 int options; /* Individual bits indicate which member in struct:SubcommandOptions 216 * options were specified - see below. */ 231 * photo image subcommand. On return, the bit is set in the options 458 char **argv; /* Argument strings for options (doesn't 486 * Process configuration options given in the image create command. 539 struct SubcommandOptions options; 606 * photo copy command - first parse options. 610 memset((VOID *) &options, 0, sizeof(options)); 611 options 536 struct SubcommandOptions options; local [all...] |
/ast/src/cmd/std/ |
H A D | mount.c | 44 " and \b--type\b options can be used to match parts of the table.]" 52 "[o:options?Specify filesystem specific mount options. Options are a comma" 54 " option off, or \aname=value\a pairs. Multiple \b--options\b are" 56 " a detailed description of mount options.]:[[no]]name[=value]][,...]]]" 86 " and \b--type\b options can be used to match parts of the table.]" 186 char* options; member in struct:__anon234 293 mountop(register Mnt_t* mnt, char* options) argument 307 n = (s = options ? options [all...] |
/ast/src/cmd/re/ |
H A D | grep.c | 165 int options; /* regex options */ member in struct:State_s 206 if (!(state.options & REG_AUGMENTED)) 210 if (!(state.options & REG_AUGMENTED)) 218 if (c = regcomp(&x->re, s, state.options|REG_MULTIPLE)) 498 if ((result = regrexec(&x->re, span, len, state.posnum, state.pos, state.options, '\n', (void*)x, record)) < 0) 528 if ((result = regrexec(&x->re, s, len, state.posnum, state.pos, state.options, '\n', (void*)x, record)) < 0) 631 state.options = REG_FIRST|REG_NOSUB|REG_NULL; 634 state.options |= REG_LENIENT; 644 state.options | [all...] |
/ast/src/cmd/3d/ |
H A D | 3d.sh | 210 options= 237 : grab the options 254 x) options="$options -$OPT" ;; 343 options= 356 case $1:$#:$options in 359 shell="$SHELL $options" 364 ""|"''"|'""') shell="$SHELL $options" ;;
|
/ast/src/cmd/proto/ |
H A D | proto.c | 127 " \b--options\b.]" 130 "[o:options?Additional space or \b,\b separated \aname=value\a \b--license\b" 131 " options.]:[name=value,...]" 291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags) argument 304 else if (b = pppopen(file, 0, license, options, package, comment, flags)) 484 char* options = 0; local 539 if (!options) 541 options = op = opt; 546 proto_error(NiL, 3, b, "too many options"); 638 if (!options) [all...] |
/ast/src/lib/libast/port/ |
H A D | mnt.c | 68 set(register Header_t* hp, const char* fs, const char* dir, const char* type, const char* options) 98 hp->mnt.options = (char*)options; 119 s = strcopy(hp->mnt.options = hp->opt, type); 121 if (options) 124 strcpy(s, options); 193 options[] = 306 for (i = 0; i < elementsof(options); i++) 307 if (flags & options[i].flag) 308 n += sfsprintf(mp->opt + n, sizeof(mp->opt) - n - 1, ",%s", options[ [all...] |
/ast/src/cmd/dsslib/opaque/ |
H A D | opaque.c | 156 opaquemeth(const char* name, const char* options, const char* schema, Dssdisc_t* disc, Dssmeth_t* meth) argument 169 if (options) 176 switch (optstr(options, s))
|
/ast/src/cmd/dsslib/netflow/ |
H A D | flowlib.h | 56 unsigned int options; member in struct:Netflow_template_s
|