/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | stubs.c | 129 #pragma weak single macro 134 int single, nogecos, noshell, nopw, mflag; variable
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 420 * single!=0 limits quoting to '...' 424 char *sh_fmtqf(const char *string, int single, int fold) argument 437 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold) 440 single = single ? 1 : 3; 461 q = single;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db.cc | 177 entry_object * single; local 206 res->status = internal_db.first(&where, &single); 212 &single); 226 res->objects.objects_val[0] = single; 236 &single); 247 &index_desc, &single); 274 res->objects.objects_val[0] = single;
|
H A D | ldap_parse.h | 81 * single Represents a single-character match such as '[a-bTe-w]', 91 * berString Pointer to a string containing a single formatting 101 } single; member in union:__anon1946 121 * mmt_single single 247 * The mapping item is a single LDAP attribute such as 277 * element.item A single item 286 * item A single item 290 * item A single item 364 * element.item A single ite [all...] |
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 2444 * set a single AST_LC_* locale category 2450 single(int category, Lc_t* lc, unsigned int flags) function 2457 sfprintf(sfstderr, "locale single %16s %16s flags %04x\n", lc_categories[category].name, lc ? lc->name : 0, flags); 2614 single(stk[i], NiL, 0); 2638 if (!single(cat[i], p, 0)) 2641 single(stk[i], NiL, 0); 2665 if (!single(n, p, 0)) 2668 single(i, NiL, 0); 2808 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0)) 2811 single( [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 170 nss_backend_t *single; /* Efficiency hack for common case */ member in union:nss_src_state::__anon1412 949 be = src->dormant.single; 1028 src->dormant.single = be; 1160 (void) NSS_INVOKE_DBOP(src->dormant.single, 1478 * In principle there could be multiple contexts active for a single
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 677 /* load a single certificate */ 1339 /* Just try to load a single certificate */ 2648 OCSP_SINGLERESP *single = NULL; local 2756 /* Find the index of the single response for the certid */ 2765 printf("Successfully found the single response index for the cert.\n"); 2768 /* Retrieve the single response and get the cert status */ 2769 single = OCSP_resp_get0(bs, index); 2770 status = OCSP_single_get0_status(single, &reason, &rev, &thisupd, 3598 * a single PEM file. Typically the file should contain a 4305 if (attr->single [all...] |
/osnet-11/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 72 * Alternate link maps implement multiple global namespaces within a single 167 * being non-zero a single memory reference (for speed of mutex_lock(), etc). 173 * of any being non-zero a single memory reference (again, for speed). 622 /* 0 means there is but a single entry */ 623 union { /* single entry or pointer to array */ 624 readlock_t single; member in union:ulwp::__anon1359 628 /* 0 means there is but a single entry */ 629 union { /* single entry or pointer to array */ 630 mutex_t *single; member in union:ulwp::__anon1360 1042 /* 0 means there is but a single entr 1044 readlock32_t single; member in union:ulwp32::__anon1373 1050 caddr32_t single; member in union:ulwp32::__anon1374 [all...] |