HomeSort by: relevance | last modified time | path
    Searched refs:optlist (Results 1 - 24 of 24) sorted by relevancy

  /src/lib/libutil/
if_media.c 145 char *optlist, *str; local
149 optlist = strdup(val);
150 if (optlist == NULL) {
155 str = optlist;
171 if (str != optlist)
172 memmove(optlist, str, strlen(str) + 1);
174 *invalid = optlist;
178 free(optlist);
  /src/bin/sh/
options.c 104 optlist[i].val = 2;
138 if (optlist[i].val == 2)
139 optlist[i].val = optlist[i].dflt;
140 optlist[i].dflt = optlist[i].val;
264 if (val && (flag = optlist[i].opt_set)) {
267 if (optlist[j].opt_set == flag)
268 optlist[j].val = 0;
274 optlist[i].val = val
    [all...]
expand.c 1253 if (optlist[optorder[i]].val)
1254 STPUTC(optlist[optorder[i]].letter, expdest);
  /src/bin/stty/
extern.h 45 void optlist(void);
  /src/external/bsd/tmux/dist/
mdoc2man.awk 28 optlist=0
309 oldoptlist=optlist
311 optlist=1
313 optlist=2
316 optlist=3
318 optlist=4
320 optlist=1
323 optlist=oldoptlist
331 } else if(match(words[w],"^It$")&&optlist) {
332 if(optlist==1
    [all...]
  /src/usr.bin/patch/
backupfile.c 179 * OPTLIST, return the index in OPTLIST of the matched element, else -1 if it
184 argmatch(const char *arg, const char **optlist)
186 int i; /* Temporary index in OPTLIST. */
194 for (i = 0; optlist[i]; i++) {
195 if (!strncmp(optlist[i], arg, arglen)) {
196 if (strlen(optlist[i]) == arglen)
  /src/external/bsd/nvi/dist/common/
options.c 42 static int opts_print __P((SCR *, OPTLIST const *));
60 OPTLIST const optlist[] = { variable
336 OPTLIST const *op;
342 if (sizeof optlist / sizeof optlist[0] - 1 != O_OPTIONCOUNT) {
344 (int)(sizeof optlist / sizeof optlist[0] - 1),
459 for (op = optlist, cnt = 0; op->name != NULL; ++op, ++cnt)
486 OI(*oargs, optlist[*oargs].name)
    [all...]
options.h 101 extern OPTLIST const optlist[];
api.c 415 OPTLIST const *op;
423 offset = op - optlist;
464 OPTLIST const *op;
  /src/external/bsd/nvi/dist/ip/
ip_term.c 94 OPTLIST const *opt;
111 opt = optlist + offset;
  /src/usr.sbin/traceroute/
traceroute.c 667 u_char *optlist; local
669 optlist = outp;
678 optlist[0] = IPOPT_NOP;
680 optlist[1] = IPOPT_LSRR;
682 optlist[2] = i + 3;
684 optlist[3] = IPOPT_MINOFF;
685 memcpy(optlist + 4, gwlist + 1, i);
781 u_char optlist[MAX_IPOPTLEN]; local
788 optlist[0] = IPOPT_NOP;
790 optlist[1] = IPOPT_LSRR
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ns32k-dis.c 220 optlist (int options, const struct ns32k_option * optionP, char * result)
686 optlist (Ivalue, opt_u, result);
691 optlist (Ivalue, opt_U, result);
696 optlist (Ivalue, opt_O, result);
701 optlist (Ivalue, opt_C, result);
706 optlist (Ivalue, opt_S, result);
218 optlist (int options, const struct ns32k_option * optionP, char * result) function
  /src/external/gpl3/binutils.old/dist/opcodes/
ns32k-dis.c 220 optlist (int options, const struct ns32k_option * optionP, char * result)
686 optlist (Ivalue, opt_u, result);
691 optlist (Ivalue, opt_U, result);
696 optlist (Ivalue, opt_O, result);
701 optlist (Ivalue, opt_C, result);
706 optlist (Ivalue, opt_S, result);
218 optlist (int options, const struct ns32k_option * optionP, char * result) function
  /src/external/gpl3/gcc/dist/gcc/common/config/arm/
arm-common.cc 184 std::vector<const char *>optlist; local
202 optlist.push_back (entry->name);
211 std::sort (optlist.begin (), optlist.end (), compare_opt_names);
213 for (std::vector<const char *>::iterator opt_iter = optlist.begin ();
214 opt_iter != optlist.end ();
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 184 std::vector<const char *>optlist; local
202 optlist.push_back (entry->name);
211 std::sort (optlist.begin (), optlist.end (), compare_opt_names);
213 for (std::vector<const char *>::iterator opt_iter = optlist.begin ();
214 opt_iter != optlist.end ();
  /src/external/gpl3/gdb/dist/opcodes/
ns32k-dis.c 220 optlist (int options, const struct ns32k_option * optionP, char * result)
686 optlist (Ivalue, opt_u, result);
691 optlist (Ivalue, opt_U, result);
696 optlist (Ivalue, opt_O, result);
701 optlist (Ivalue, opt_C, result);
706 optlist (Ivalue, opt_S, result);
218 optlist (int options, const struct ns32k_option * optionP, char * result) function
  /src/external/gpl3/gdb.old/dist/opcodes/
ns32k-dis.c 220 optlist (int options, const struct ns32k_option * optionP, char * result)
686 optlist (Ivalue, opt_u, result);
691 optlist (Ivalue, opt_U, result);
696 optlist (Ivalue, opt_O, result);
701 optlist (Ivalue, opt_C, result);
706 optlist (Ivalue, opt_S, result);
218 optlist (int options, const struct ns32k_option * optionP, char * result) function
  /src/sys/arch/arm/arm/
cpufunc.c 2376 parse_cpu_options(char *args, struct cpu_option *optlist, u_int cpuctrl)
2383 while (optlist->co_name) {
2384 if (get_bootconf_option(args, optlist->co_name,
2387 if (optlist->co_trueop == OR)
2388 cpuctrl |= optlist->co_value;
2389 else if (optlist->co_trueop == BIC)
2390 cpuctrl &= ~optlist->co_value;
2392 if (optlist->co_falseop == OR)
2393 cpuctrl |= optlist->co_value;
2394 else if (optlist->co_falseop == BIC
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 805 optlist (char *str, /* The string to extract options from. */
1020 optlist (argv[i], opt3, &tmp);
1025 optlist (argv[i], opt4, &tmp);
1030 optlist (argv[i], opt5, &tmp);
1040 optlist (argv[i], opt1, &iif.iifP[10].object);
1043 optlist (argv[i], opt2, &iif.iifP[10].object);
801 optlist (char *str, \/* The string to extract options from. *\/ function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 805 optlist (char *str, /* The string to extract options from. */
1020 optlist (argv[i], opt3, &tmp);
1025 optlist (argv[i], opt4, &tmp);
1030 optlist (argv[i], opt5, &tmp);
1040 optlist (argv[i], opt1, &iif.iifP[10].object);
1043 optlist (argv[i], opt2, &iif.iifP[10].object);
801 optlist (char *str, \/* The string to extract options from. *\/ function
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 110 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1496 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
1509 optlist: label
1511 | optlist ',' opt { $$ |= $1 | $3; }
  /src/sys/external/bsd/ipf/netinet/
fil.c 222 static const struct optlist ipopts[20] = {
246 static const struct optlist ip6exthdr[] = {
263 static const struct optlist secopt[8] = {
1688 const struct optlist *op;
1892 const struct optlist *sp;
ip_fil.h 1148 typedef struct optlist { struct
  /src/external/lgpl3/gmp/dist/
configure 4028 # tried, and the first flag that works will be used. An optlist like "arch
5144 # be done through the optlist since the plain cflags would be run first
7336 eval optlist=\"\$${ccbase}${abi1}_cflags_optlist\"
7337 test -n "$optlist" || eval optlist=\"\$${ccbase}${abi2}_cflags_optlist\"
7339 for opt in $optlist; do

Completed in 73 milliseconds