Searched refs:options (Results 76 - 100 of 865) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.h37 extern uint64_t lzma_lzma2_encoder_memusage(const void *options);
39 extern lzma_ret lzma_lzma2_props_encode(const void *options, uint8_t *out);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) argument
46 wait_pid = wait4(pid, &statusp, options, NULL);
/freebsd-9.3-release/sys/conf/
H A DmakeLINT.sed4 /^(machine|ident|device|nodevice|makeoptions|nomakeoption|options|option|nooption|profile|cpu|maxusers)[[:space:]]/ {
/freebsd-9.3-release/sys/mips/conf/
H A DSWARM10 options ISA_MIPS32
/freebsd-9.3-release/tools/regression/atm/proto_sscop/
H A DRunTest.sh10 $LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
/freebsd-9.3-release/usr.bin/csup/
H A Dparse.y66 : DEFAULT options
71 : STRING options
75 options
77 | options option
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h109 #define TD_OPTIONS 0x10 /* Report just telnet options */
125 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
126 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
127 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
128 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
135 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)
136 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)
137 #define set_my_want_state_do(opt) (options[opt] |= MY_WANT_STATE_DO)
138 #define set_my_want_state_will(opt) (options[opt] |= MY_WANT_STATE_WILL)
140 #define set_my_state_dont(opt) (options[op
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py49 def skiptype(options, prop):
52 if field not in options.fields:
54 if isgroup and "posixgroup" not in options.types and \
55 "smbgroup" not in options.types:
57 if not isgroup and "posixuser" not in options.types and \
58 "smbuser" not in options.types:
62 def new_entry(options, isgroup, domain, rid):
77 if typename.lower().replace(" ", "") not in options.types:
84 if not options.noname and rid < 1<<31:
103 def process_one_raw(acct, options, pro
[all...]
/freebsd-9.3-release/usr.bin/ar/
H A Dar.c77 enum options enum
123 bsdar->options |= AR_D;
140 bsdar->options |= AR_S;
164 bsdar->options |= AR_A;
168 bsdar->options |= AR_B;
171 bsdar->options |= AR_CC;
174 bsdar->options |= AR_C;
180 bsdar->options |= AR_D;
184 bsdar->options |= AR_TR;
199 bsdar->options |
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp50 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC))
51 if (!Args.hasArg(options::OPT_E) && !D.CCCIsCPP())
60 if (Args.hasArg(options::OPT_static))
61 if (const Arg *A = Args.getLastArg(options::OPT_dynamic,
62 options::OPT_mdynamic_no_pic))
158 Args.AddAllArgValues(CmdArgs, options::OPT_Zlinker_input);
183 // Handle reserved library options.
184 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) {
186 } else if (A.getOption().matches(options
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckin.c29 Checkin (type, finfo, rev, tag, options, message)
34 char *options;
82 if (options != NULL
83 && strcmp (options, "-V4") == 0) /* upgrade to V5 now */
84 options[0] = '\0';
93 && options != NULL
94 && ( strcmp( options, "-ko" ) == 0
95 || strcmp( options, "-kb" ) == 0 ) )
97 options, finfo->file ) == 0 )
108 options, RUN_TT
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb12 def initialize(options = nil)
13 @options = UnityTestRunnerGenerator.default_options
15 case(options)
16 when NilClass then @options
17 when String then @options.merge!(UnityTestRunnerGenerator.grab_config(options))
18 when Hash then @options.merge!(options)
19 else raise "If you specify arguments, it should be a filename or a hash of options"
37 options
[all...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c59 /* Non-GNU systems lack these options, so we don't need to check them. */
73 /* An exclude pattern-options pair. The options are fnmatch options
74 ORed with EXCLUDE_* options. */
79 int options; member in struct:patopts
82 /* An exclude list, of pattern-options pairs. */
112 fnmatch_no_wildcards (char const *pattern, char const *f, int options) argument
114 if (! (options & FNM_LEADING_DIR))
115 return ((options
157 int options = exclude[i].options; local
183 add_exclude(struct exclude *ex, char const *pattern, int options) argument
202 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *filename, int options, char line_end) argument
[all...]
H A Dprepargs.c42 /* Find the white-space-separated options specified by OPTIONS, and
43 using BUF to store copies of these options, set ARGV[0], ARGV[1],
44 etc. to the option copies. Return the number N of options found.
48 prepend_args (char const *options, char *buf, char **argv) argument
50 char const *o = options;
73 /* Prepend the whitespace-separated options in OPTIONS to the argument
77 prepend_default_options (char const *options, int *pargc, char ***pargv) argument
79 if (options)
81 char *buf = xmalloc (strlen (options) + 1);
82 int prepended = prepend_args (options, bu
[all...]
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_wait4.c41 pid_t __wait4(pid_t pid, int *istat, int options, struct rusage *rusage);
46 __wait4(pid_t pid, int *istat, int options, struct rusage *rusage) argument
52 ret = _wait4(pid, istat, options, rusage);
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-options.h47 struct options { struct
55 extern struct options options[];
/freebsd-9.3-release/tools/regression/atm/
H A DFuncs.sh29 options=""
37 -u|-q) options="$options $i"; shift;;
/freebsd-9.3-release/crypto/openssl/
H A Dconfig35 Usage: config [options]
45 *) options=$options" $i" ;;
495 options="$options -mips2"
503 # options="$options -mips4"
505 # options="$options -mips3"
519 # options
[all...]
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
42 testprog, options, from);
44 testprog, options, from);
50 testprog, options, from);
86 /* Dearchive sample files with a variety of options. */
/freebsd-9.3-release/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h22 void **options, lzma_allocator *allocator,
H A Ddelta_encoder.h21 extern lzma_ret lzma_delta_props_encode(const void *options, uint8_t *out);
/freebsd-9.3-release/etc/rc.d/
H A Dencswap18 while read device mountpoint type options rest ; do
19 case ":${device}:${type}:${options}" in
39 while read device mountpoint type options rest ; do
40 case ":${device}:${type}:${options}" in
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
/freebsd-9.3-release/contrib/xz/src/liblzma/simple/
H A Dsimple_decoder.c17 lzma_simple_props_decode(void **options, lzma_allocator *allocator, argument
33 // Don't leave an options structure allocated if start_offset is zero.
37 *options = opt;
/freebsd-9.3-release/lib/libc/gen/
H A Dwaitpid.c44 __waitpid(pid_t pid, int *istat, int options) argument
46 return (_wait4(pid, istat, options, (struct rusage *)0));

Completed in 287 milliseconds

1234567891011>>