Searched defs:none (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c33 static struct krb5_rc_typelist none = { &krb5_rc_none_ops, 0 }; variable in typeref:struct:krb5_rc_typelist
34 static struct krb5_rc_typelist rc_mem_type = { &krb5_rc_mem_ops, &none };
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c174 char none[3] = "--"; local
189 name = none;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h66 none, enumerator in enum:__anon3777
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c154 int none = 0; local
172 if (bit == 0 && strncmp(str, "none", len) == 0) {
173 none = 1;
182 } else if (none) {
197 uu_warn(gettext("option is incompatible with others: '%s'\n"), "none");
432 if (strcmp(optarg, "none") == 0) {
479 bit2str(option_params, CT_PR_NOORPHAN), "none");
485 opt_life == LT_NONE ? "none" : "child");
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c37 enum mddb_cmd {none, attach, detach, patch, infolong, infoshort}; enumerator in enum:mddb_cmd
563 /* get list of replicas, quit if none */
631 enum mddb_cmd cmd = none;
712 if (cmd == none)
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c410 none, fmovre, fmovrlez, fmovrlz, enumerator in enum:rcond_type
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c132 enum { none, by_database, by_terminfo, by_longnames, by_cap } enumerator in enum:__anon653
133 sortorder = none; /* sort the fields for printing */
1060 if (sortorder == none)
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c103 typedef enum {none, begin, begin_rec, begin_tag, middle, end } TYST; enumerator in enum:__anon1908
105 static TYST tydef = none;
597 if (!level && tydef == none) /* Fix for #1034126 */
702 tydef = none;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c760 const char none[] = " (none)"; local
778 mdb_printf("%-14s ", none);
782 mdb_printf("%-14s ", none);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1251 char *none = "(none)"; local
1272 envvalues[2] = STRDUP(none);
1273 envvalues[3] = STRDUP(none);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c758 * Precedence is none is checked first followed by ro then rw if
767 int none = 0; local
773 none = smb_chk_hostaccess(ipaddr, none_list);
780 if (none != 0)
788 if (none < 0) {
796 if (none > 0)
802 if (none > 0)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h411 unsigned short none; /* for Nest_t.type[-1] */ member in struct:Nest_s
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h511 none = 1, enumerator in enum:__anon3638
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c6582 char none = '\0'; local
6590 addrname = &none;
6604 addrname = &none;
9399 static const char *noname = "<none>";

Completed in 1445 milliseconds