/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_base.c | 33 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 D | audit_plugin.c | 174 char none[3] = "--"; local 189 name = none;
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgweb.h | 66 none, enumerator in enum:__anon3777
|
/illumos-gate/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 154 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 D | metadb.c | 37 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 D | v9instr.c | 410 none, fmovre, fmovrlez, fmovrlz, enumerator in enum:rcond_type
|
/illumos-gate/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 132 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 D | ctags.c | 103 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 D | net.c | 760 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 D | platform.c | 1251 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 D | sfio.h | 88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 758 * 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 D | reglib.h | 411 unsigned short none; /* for Nest_t.type[-1] */ member in struct:Nest_s
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 511 none = 1, enumerator in enum:__anon3638
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 6582 char none = '\0'; local 6590 addrname = &none; 6604 addrname = &none; 9399 static const char *noname = "<none>";
|