Home
last modified time | relevance | path

Searched refs:option (Results 226 – 250 of 1227) sorted by relevance

12345678910>>...50

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsrchpref.h109 #define LDAP_IS_SEARCHOBJ_OPTION_SET( so, option ) \ argument
110 (((so)->so_options & option ) != 0 )
H A Dsolaris-int.h150 LDAP_API(int) LDAP_CALL ber_set_option( BerElement *ber, int option,
152 LDAP_API(int) LDAP_CALL ber_get_option( BerElement *ber, int option,
156 LDAP_API(int) LDAP_CALL ber_sockbuf_set_option( Sockbuf *sb, int option,
158 LDAP_API(int) LDAP_CALL ber_sockbuf_get_option( Sockbuf *sb, int option,
300 int option, ... );
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c519 const struct option *longopts;
642 const struct option *p;
643 const struct option *pfound = NULL;
799 const struct option *p;
800 const struct option *pfound = NULL;
976 (const struct option *) 0,
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen.c321 char option[50], *next; in add_rule() local
328 if ((size_t)n > sizeof option - 1) in add_rule()
329 n = sizeof option - 1; in add_rule()
330 strncpy(option, cp, n); in add_rule()
331 option[n] = '\0'; in add_rule()
333 n = find_name(option, option_names); in add_rule()
/illumos-gate/usr/src/cmd/auditreduce/
H A DMakefile32 SRCS = main.c option.c proc.c time.c token.c regex2.c $(TABLEDIR)/toktable.c
33 OBJS = main.o option.o proc.o time.o token.o regex2.o toktable.o
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c23 static void options_callback( int option, char *optarg );
206 options_callback( int option, char *optarg ) in options_callback() argument
208 switch( option ) { in options_callback()
H A Dldapdelete.c52 static void options_callback( int option, char *optarg );
149 options_callback( int option, char *optarg ) in options_callback() argument
151 switch( option ) { in options_callback()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE887 array syntax. A new -A option of typeset is used to declare
171 2. There is a compile time option named KIA which enables
276 j. print has a -f format option which is equivalent to
281 3. The %d option can take an argument after precision to
294 3. A new -s option is equivalent to the obsolete -e -.
310 2. A -t n option has been added which causes read to
312 3. A -d char option has been added which causes the read
324 1. The -c option clears the environment first.
341 u. unalias has -a option to clear all the aliases.
360 message will be generated from the option string and the
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dzil.d25 #pragma D option aggsortkey
26 #pragma D option quiet
H A Dprefetch_io.d25 #pragma D option aggsortkey
26 #pragma D option quiet
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.c156 static int match_option(const char *arg, const char *option) in match_option() argument
162 str = malloc(strlen(option) + 3); in match_option()
163 snprintf(str, strlen(option) + 3, "--%s", option); in match_option()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c45 struct option *op; in set()
398 struct option *op = options; in prall()
415 struct option *op; in propts()
441 propt(struct option *op) in propt()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg51 # sys:set option names
149 @ MSG_ERR_OPT_MODPRE "command option name must start with \
168 @ MSG_ERR_BADSTDOA "internal error: argument or option uses \
281 # Command option description strings for builtin commands
298 # Command option description strings for builtin commands
304 @ MSG_ARGDESC_SET_OPTION "Name of option to be set.\n"
305 @ MSG_ARGDESC_SET_VALUE "Value to be set for option.\n"
418 option will be displayed for that module.\n\
496 \telfedit -d option can be used to enable debug mode at\n\
554 # Command option description strings for inheritable option strings
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh56 typeset option=$2
59 typeset total_size=$(zfs send $option $snapshot 2>&1 | tail -1)
61 typeset total_size=$(zfs send $option $base_snapshot $snapshot \
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c503 if (!(pp.option & PLUSPLUS)) in ppop()
1111 pp.option |= KEEPNOTEXT; in ppop()
1243 if (pp.option & KEYARGS) in ppop()
1280 pp.option |= IGNORELINE; in ppop()
1302 pp.option &= ~PREFIX; in ppop()
1311 ppset(&pp.option, NOHASH, va_arg(ap, int)); in ppop()
1315 ppset(&pp.option, NOISE, op); in ppop()
1316 ppset(&pp.option, NOISEFILTER, op < 0); in ppop()
1341 …if (ppset(&pp.option, PLUSPLUS, va_arg(ap, int)) && ppset(&pp.option, PLUSCOMMENT, va_arg(ap, int)… in ppop()
1543 ppset(&pp.option, TRUNCATE, op); in ppop()
[all …]
H A Dppargs.c285 pp.option |= DEFINITIONS; in ppargs()
289 pp.option |= KEEPNOTEXT|DEFINITIONS|PREDEFINITIONS; in ppargs()
484 pp.option |= DEFINITIONS; in ppargs()
490 pp.option |= KEEPNOTEXT|DEFINITIONS|PREDEFINITIONS; in ppargs()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1350 static void draw(register Emacs_t *ep,Draw_t option) in draw() argument
1370 ep->lastdraw = option; in draw()
1372 if (option == FIRST || option == REFRESH) in draw()
1378 if (option == FIRST) in draw()
1391 if ((lookahead)&&(option != FINAL)) in draw()
1409 if(option==FINAL) in draw()
1414 …else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-… in draw()
1437 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&& in draw()
1512 if(ep->ed->e_multiline && option == REFRESH && ep->ed->e_nocrnl==0) in draw()
1544 if(option==FINAL && ep->ed->e_multiline) in draw()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c57 struct option standardCmdOptions[] = {
64 struct option standardSubCmdOptions[] = {
83 static struct option *_longOptions;
218 struct option *op; in getLongOption()
566 struct option *lp; in cmdParse()
568 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c57 struct option standardCmdOptions[] = {
64 struct option standardSubCmdOptions[] = {
82 static struct option *_longOptions;
217 struct option *op; in getLongOption()
564 struct option *lp; in cmdParse()
566 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt11 option.
54 iASL data table compiler. Use the -G option to force a
74 4) Template Support (-T iASL option)
81 Compile the example file with the -sc option. This will create a C
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c492 int option) in _nscd_alloc() argument
504 if (option & NSCD_ALLOC_MUTEX) { in _nscd_alloc()
512 if (option & NSCD_ALLOC_RWLOCK) { in _nscd_alloc()
521 if (option & NSCD_ALLOC_COND) { in _nscd_alloc()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade183 if [ "$option" != "largefiles" ]; then
188 if [ "$option" != "ro" ]; then
196 if [ "$option" = "logging" ]; then
/illumos-gate/usr/src/common/xattr/
H A Dxattr_common.c102 option_to_attr(const char *option) in option_to_attr() argument
107 if (strcmp(option, xattrs[i].x_option) == 0) in option_to_attr()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d20 #pragma D option quiet
21 #pragma D option strsize=1k
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c64 invalid_closetray_option (const char *option, const char *uid) in invalid_closetray_option() argument
67 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_closetray_option()

12345678910>>...50