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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c31 static struct krb5_rc_typelist none = { &krb5_rc_none_ops, 0 }; variable in typeref:struct:krb5_rc_typelist
33 static struct krb5_rc_typelist rc_mem_type = { &krb5_rc_mem_ops, &none };
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.h66 none, enumerator in enum:__anon2340
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c182 char none[3] = "--"; local
198 name = none;
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c372 * ro != none
373 * rw != none
378 char *ro, *rw, *none; local
384 none = sa_share_get_prop(optlist, SHOPT_NONE);
392 if (sa_smb_acccmp(ro, none)) {
398 if (sa_smb_acccmp(rw, none)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c308 UV none = svp ? SvUV(*svp) : 0x7fffffff; local
309 UV extra = none + 1;
346 if ((uv = swash_fetch(rv, s, TRUE)) < none) {
351 else if (uv == none) {
403 UV none = svp ? SvUV(*svp) : 0x7fffffff; local
404 UV extra = none + 1;
422 if ((uv = swash_fetch(rv, s, TRUE)) < none || uv == extra)
445 UV none = svp ? SvUV(*svp) : 0x7fffffff; local
446 UV extra = none + 1;
501 if (uv < none) {
[all...]
H A Dutf8.c1562 Perl_swash_init(pTHX_ char* pkg, char* name, SV *listsv, I32 minbits, I32 none) argument
1587 PUSHs(sv_2mortal(newSViv(none)));
H A Dop.c2373 I32 none = 0; local
2533 none = ++max;
2545 cSVOPo->op_sv = (SV*)swash_init("utf8", "", listsv, bits, none);
2919 sv_setpv(PL_curstname,"<none>");
4000 Perl_sv_catpvf(aTHX_ msg, ": none");
4005 sv_catpv(msg, "none");
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h88 Void_t* none; /* unused for now */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h411 unsigned short none; /* for Nest_t.type[-1] */ member in struct:Nest_s
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c233 "none",
1721 * ro != none
1722 * rw != none
1727 char *ro, *rw, *none; local
1733 none = sa_share_get_prop(optlist, SHOPT_NONE);
1741 if (sa_nfs_acccmp(ro, none)) {
1747 if (sa_nfs_acccmp(rw, none)) {
1918 * The "root" property does not apply to the "none"
1922 strcmp(sec_flavors[i], "none") == 0)
3516 (void) printf("(none)");
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h434 none = 1, enumerator in enum:__anon1992

Completed in 95 milliseconds