Searched refs:opt (Results 1 - 25 of 67) sorted by relevance

123

/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dalogf.c5 alogfmaster_(id,opt) /* ALOG_MASTER */
6 int *id, *opt;
8 /* printf("alogfm_: id=%d opt=%d\n",*id,*opt); */
9 ALOG_MASTER(*id,*opt);
12 alogfsetup_(id,opt) /* ALOG_SETUP */
13 int *id, *opt;
15 /* printf("alogfs_: id=%d opt=%d\n",*id,*opt); */
16 ALOG_SETUP(*id,*opt);
[all...]
/barrelfish-2018-10-04/lib/acpica/generate/linux/
H A Dlinuxize.sh27 while getopts "s" opt
29 case $opt in
31 ?) echo "Invalid argument $opt"
H A Dgen-repo.sh27 while getopts "c" opt
29 case $opt in
31 ?) echo "Invalid argument $opt"
H A Ddivergence.sh31 while getopts "s" opt
33 case $opt in
35 ?) echo "Invalid argument $opt"
H A Dmake-patches.sh51 while getopts "dr:u" opt
53 case $opt in
57 ?) echo "Invalid argument $opt"
H A Dgen-patch.sh35 while getopts "i:l:m:u" opt
37 case $opt in
45 ?) echo "Invalid argument $opt"
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DNativeEclipse.java42 static native int setOption(int opt, int val); argument
44 static native int setOption(int opt, String val); argument
46 static native int setOption(int opt, String[] vals); argument
/barrelfish-2018-10-04/usr/lshw/
H A Dlshw.c125 int opt = 0; local
129 for (opt = 0; option[opt].option != 0; opt++) {
130 if (strcmp(option[opt].option, argv[1]) == 0)
135 if (option[opt].option_number == OPT_HELP)
138 pattern = option[opt].pattern;
140 if (option[opt].option_number == OPT_LIST_PATTERN) {
175 if (option[opt].option_number == OPT_LIST_PCI)
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dpane.tcl66 proc pane {opt args} {
68 switch -glob -- $opt {
115 default { eval pane_config [list $opt] $args }
128 array set opt {orn none par {} dyn 0 hpl {} hlk {} initf {} }
135 -d* { set opt(dyn) [regexp -nocase {^(1|yes|true|on)$} $val] }
136 -o* { set opt(orn) $val }
137 -p* { set opt(par) $val }
138 -handlep* { set opt(hpl) $val }
139 -handlel* { set opt(hlk) $val }
140 -initfrac { set opt(init
[all...]
H A Dutil-tk.tcl199 pack [frame $base.opt] -fill x
200 checkbutton $base.opt.c -text "Case Sensitive" \
202 checkbutton $base.opt.r -text "Use Regexp" -variable ${var}($w,regexp)
204 pack $base.f.e $base.opt.c $base.opt.r -side left -fill both -expand 1
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Dtest-fnmatch.c89 int opt; local
91 while ((opt = getopt(argc, argv, "s:")) != -1) {
92 switch (opt) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/VMS/
H A Dmkshared.com107 $! data at the end of the .opt file, close it, and link the library.
118 $! libopt The name of the .opt file to write
133 $ open/write opt 'libopt'
134 $ write opt "identification=""",libid," ",libverstr,""""
135 $ write opt libolb,"/lib"
136 $ if libref .nes. "" then write opt libref,"/SHARE"
137 $ write opt "SYMBOL_VECTOR=(-"
139 $ libwrch := opt
143 $ write opt ")"
144 $ write opt "GSMATC
[all...]
/barrelfish-2018-10-04/usr/drivers/serial/
H A Dterminal_service.c39 static void configuration_handler(void *st, terminal_config_option_t opt, argument
43 opt, arguments);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A DMakefile28 CCC=/opt/SUNWspro/bin/CC4.1
29 CCLIBDIR=/opt/SUNWspro/SC4.0/lib
31 CC=/opt/SUNWspro/bin/cc
64 #SOLVERDIR=/opt/ilog/solver421
65 #SCHEDULERDIR=/opt/ilog/sched41
66 SOLVERDIR=/opt/ilog/solver43
67 SCHEDULERDIR=/opt/ilog/sched43
121 /opt/SUNWspro/SC4.0/lib/crti.o \
125 -L$(CCLIBDIR) -lC /opt/SUNWspro/SC4.0/lib/crtn.o \
242 $(LD) -dy -G /opt/SUNWspr
[all...]
/barrelfish-2018-10-04/lib/acpica/tests/
H A Daslts.sh153 while getopts "c:m:u" opt
155 case $opt in
178 echo "Invalid argument: $opt"
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dtasn_dec.c79 int exptag, int expclass, char opt,
84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
156 int tag, int aclass, char opt, ASN1_TLC *ctx)
189 if ((tag != -1) || opt)
196 it->templates, opt, ctx);
199 tag, aclass, opt, ctx);
218 if (opt) retur
154 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
532 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
618 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
766 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1259 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dlcp.c351 printendpoint(opt, printer, arg)
352 option_t *opt;
839 #define ADDCIVOID(opt, neg) \
841 PUTCHAR(opt, ucp); \
844 #define ADDCISHORT(opt, neg, val) \
846 PUTCHAR(opt, ucp); \
851 #define ADDCICHAP(opt, neg, val) \
853 PUTCHAR((opt), ucp); \
859 #define ADDCILONG(opt, neg, val) \
861 PUTCHAR(opt, uc
[all...]
H A Dipcp.c316 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
317 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */
510 printipaddr(opt, printer, arg)
511 option_t *opt;
811 #define ADDCIADDRS(opt, neg, val1, val2) \
815 PUTCHAR(opt, ucp); \
827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
831 PUTCHAR(opt, ucp); \
844 #define ADDCIADDR(opt, neg, val) \
848 PUTCHAR(opt, uc
[all...]
/barrelfish-2018-10-04/include/term/client/
H A Dclient.h36 terminal_config_option_t opt, char *arg,
H A Dclient_blocking.h45 enum TerminalConfig opt, size_t arg);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dlcp.c351 printendpoint(opt, printer, arg)
352 option_t *opt;
839 #define ADDCIVOID(opt, neg) \
841 PUTCHAR(opt, ucp); \
844 #define ADDCISHORT(opt, neg, val) \
846 PUTCHAR(opt, ucp); \
851 #define ADDCICHAP(opt, neg, val) \
853 PUTCHAR((opt), ucp); \
859 #define ADDCILONG(opt, neg, val) \
861 PUTCHAR(opt, uc
[all...]
H A Dipcp.c316 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
317 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */
510 printipaddr(opt, printer, arg)
511 option_t *opt;
811 #define ADDCIADDRS(opt, neg, val1, val2) \
815 PUTCHAR(opt, ucp); \
827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
831 PUTCHAR(opt, ucp); \
844 #define ADDCIADDR(opt, neg, val) \
848 PUTCHAR(opt, uc
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c4 #include "lwip/opt.h"
71 u32_t opt; local
131 opt = lwip_fcntl(s, F_GETFL, 0);
133 opt |= O_NONBLOCK;
134 ret = lwip_fcntl(s, F_SETFL, opt);
164 opt = 1;
165 ret = lwip_ioctl(s, FIONBIO, &opt);
242 opt = 1;
243 ret = lwip_ioctl(s, FIONBIO, &opt);
310 int opt, opt local
[all...]
/barrelfish-2018-10-04/lib/libc/net/
H A Dip6opt.c44 static int ip6optlen(u_int8_t *opt, u_int8_t *lim);
348 ip6optlen(u_int8_t *opt, u_int8_t *lim) argument
352 if (*opt == IP6OPT_PAD1)
356 if (opt + 2 > lim)
358 optlen = *(opt + 1) + 2;
360 if (opt + optlen <= lim)
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dip.h40 #include "lwip/opt.h"
215 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt))
217 #define ip_set_option(pcb, opt) ((pcb)->so_options |= (opt))
219 #define ip_reset_option(pcb, opt) ((pcb)->so_options &= ~(opt))

Completed in 163 milliseconds

123