Searched defs:option (Results 1 - 25 of 136) sorted by relevance

123456

/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_wrappers.c13 const char *p_option(uint_t option) { argument
14 return (isc_p_option((ulong_t)option));
/illumos-gate/usr/src/lib/krb5/ss/
H A Doptions.c12 struct option { struct
17 static struct option options[] = {
29 register struct option *opt;
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Ddashos.c56 *option; local
68 for (option = o; *o && !issep(*o); o++)
74 if (option < o) {
77 addlist (&list, option);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/illumos-gate/usr/src/head/
H A Dgetopt.h51 struct option { struct
52 char *name; /* name of long option */
53 int has_arg; /* whether option takes an argument */
54 int *flag; /* if not NULL, set *flag to val when option found */
71 const struct option *, int *);
73 const struct option *, int *);
75 const struct option *, int *);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgetopt.h39 struct option struct
47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*);
48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c40 ldap_get_option( LDAP *ld, int option, void *optdata ) argument
58 if ( option == LDAP_OPT_MEMALLOC_FN_PTRS ) {
64 if ( option == LDAP_OPT_API_INFO ) {
77 if (LDAP_OPT_DEBUG_LEVEL == option)
99 switch( option ) {
166 ( option == LDAP_OPT_SERVER_CONTROLS ) ?
H A Dsetoption.c51 ldap_set_option(LDAP *ld, int option, const void *optdata) argument
63 if (option == LDAP_OPT_MEMALLOC_FN_PTRS) {
88 if (LDAP_OPT_DEBUG_LEVEL == option) {
115 option != LDAP_OPT_EXTRA_THREAD_FN_PTRS &&
116 option != LDAP_OPT_THREAD_FN_PTRS) {
119 switch (option) {
/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c50 int containers_only = 0, dtd = 0, list_only = 0, nodtd = 0, option, local
58 while ((option = getopt(argc, argv, "cdlx")) != EOF) {
59 switch (option) {
/illumos-gate/usr/src/cmd/cdrw/
H A Doptions.c49 add_option(options *msk, char option) argument
52 loc = (uint_t)option;
54 /* put option into the correct bucket */
60 * acceptable options. If an invalid option is found use it as
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c310 int option, i; local
430 &option,
434 (option < USER_OPTION_MTU_MIN) ?
436 (option > USER_OPTION_MTU_MAX) ?
438 option;
462 &option,
465 pUM->devParams.numRings = (option < USER_OPTION_NUM_RINGS_MIN) ?
467 (option > USER_OPTION_NUM_RINGS_MAX) ?
469 option;
488 &option,
[all...]
/illumos-gate/usr/src/common/xattr/
H A Dxattr_common.c33 * This table maps each system attribute to its option and its view.
102 option_to_attr(const char *option) argument
107 if (strcmp(option, xattrs[i].x_option) == 0)
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c167 * type for the control file. The is is set via the "-f" option
169 * option passed in. Normally this will be either 'l' or 'f'.
256 job_primitive(np_bsdjob_t *job, char option, char *value) argument
273 (void) snprintf(buf, sizeof (buf), "%c%s\n", option, value);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c38 static krb5_error_code appdefault_get(krb5_context context, const char *appname, const krb5_data *realm, const char *option, char **ret_value) argument
57 * option = <boolean>
67 names[3] = option;
81 * option = <boolean>
85 names[2] = option;
98 * option = <boolean>
103 names[2] = option;
116 * option = <boolean>
119 names[1] = option;
139 krb5_appdefault_boolean(krb5_context context, const char *appname, const krb5_data *realm, const char *option, in argument
154 krb5_appdefault_string(krb5_context context, const char *appname, const krb5_data *realm, const char *option, const char *default_value, char **ret_value) argument
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_trace.c54 struct option { struct
60 static struct option options[] = {
74 struct option *opt;
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c49 int api_semantics, boolean_t option);
264 boolean_t option)
279 } else if (option) { /* TX_TLI_API */
263 _alloc_buf(struct netbuf *buf, t_scalar_t n, int fields, int api_semantics, boolean_t option) argument
/illumos-gate/usr/src/lib/libpp/common/
H A Dpptrace.c180 * return string given pp.option
184 ppoptionstr(register long option) argument
186 return(ppflagstr(ppoptionmap, elementsof(ppoptionmap), option));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c115 tcsetattr(int fd, int option, struct termios *termios_p) argument
128 switch (option) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c102 * an option that affects the prldap layer.
104 * If 'ld' and 'session" are both NULL, the option is set as the default
110 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... ) argument
125 va_start( ap, option );
126 switch ( option ) {
144 * the setting for an option that affects the prldap layer.
146 * If 'ld' and 'session" are both NULL, the default option value for all new
152 int option, ... )
167 va_start( ap, option );
168 switch ( option ) {
151 prldap_get_session_option( LDAP *ld, void *sessionarg, int option, ... ) argument
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c11 * (at your option) any later version.
64 invalid_closetray_option (const char *option, const char *uid) argument
67 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid);
162 /* use handle_eject() with the closetray option */
172 TRUE /* closetray option */,
H A Dhal-storage-unmount.c11 * (at your option) any later version.
68 invalid_unmount_option (const char *option, const char *uid) argument
71 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid);

Completed in 98 milliseconds

123456