/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | getspent.c | 38 const char *keyp = argp->key.name; local 43 while (*keyp && linelen-- && *keyp == *linep) { 44 keyp++; 47 return (linelen && *keyp == '\0' && *linep == ':');
|
H A D | tsol_gettpent.c | 39 const char *limit, *linep, *keyp; local 43 keyp = args->key.name; 46 while (*keyp && linep < limit && *linep != ':' && *keyp == *linep) { 47 keyp++; 50 if (*keyp == '\0' && linep < limit && *linep == ':')
|
H A D | ether_addr.c | 55 const char *limit, *linep, *keyp; local 72 keyp = argp->key.name; 73 while (*keyp != '\0' && linep < limit && *keyp == *linep) { 74 keyp++; 77 return (*keyp == '\0' && linep == limit);
|
H A D | getprinter.c | 45 const char *keyp = argp->key.name; local 46 int klen = strlen(keyp); 55 if ((strncmp(linep, keyp, klen) == 0) &&
|
H A D | getservent.c | 42 const char *limit, *linep, *keyp; local 47 keyp = argp->key.serv.serv.name; 50 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) { 51 keyp++; 54 if (*keyp == '\0' && linep < limit && isspace(*linep)) { 74 if ((keyp = argp->key.serv.proto) == NULL) { 80 while (*keyp && linep < limit && !isspace(*linep) && 81 *keyp == *linep) { 82 keyp 131 const char *limit, *linep, *keyp, *numstart; local [all...] |
H A D | tsol_getrhent.c | 40 const char *limit, *linep, *keyp; local 46 keyp = args->key.hostaddr.addr; 63 while (*keyp && linep < limit && *keyp == *linep) { 69 keyp++; 72 if (*keyp == '\0' && linep < limit && ((ipv6 == 0 && *linep == ':') ||
|
H A D | getgrent.c | 101 const char *keyp = argp->key.name; local 109 while (*keyp && linep < limit && *keyp == *linep) { 110 keyp++; 113 return (linep < limit && *keyp == '\0' && *linep == ':');
|
H A D | getpwnam.c | 103 const char *keyp = argp->key.name; local 111 while (*keyp && linep < limit && *keyp == *linep) { 112 keyp++; 115 return (linep < limit && *keyp == '\0' && *linep == ':');
|
H A D | getexecattr.c | 59 const char *limit, *linep, *keyp; local 76 keyp = exec_field[i]; 77 if (keyp) { 79 while (*keyp && linep < limit && 80 *linep != ':' && *keyp == *linep) { 81 keyp++; 84 if (*keyp || linep == limit || *linep != ':')
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | bgets.c | 57 _get_stop(thread_key_t *keyp) argument 61 if (thr_keycreate_once(keyp, free) != 0) 63 str = pthread_getspecific(*keyp); 66 if (thr_setspecific(*keyp, str) != 0) {
|
H A D | bufsplit.c | 55 _get_bsplitchar(thread_key_t *keyp) argument 60 if (thr_keycreate_once(keyp, free) != 0) 62 strp = pthread_getspecific(*keyp); 65 if (thr_setspecific(*keyp, strp) != 0) {
|
H A D | pathfind.c | 80 _get_cpath(thread_key_t *keyp) argument 84 if (thr_keycreate_once(keyp, free) != 0) 86 str = pthread_getspecific(*keyp); 89 if (thr_setspecific(*keyp, str) != 0) {
|
H A D | reg_compile.c | 75 _get_vars_storage(thread_key_t *keyp) argument 79 if (thr_keycreate_once(keyp, free) != 0) 81 vars = pthread_getspecific(*keyp); 84 if (thr_setspecific(*keyp, vars) != 0) {
|
H A D | reg_step.c | 73 _get_vars_storage(thread_key_t *keyp) argument 77 if (thr_keycreate_once(keyp, free) != 0) 79 vars = pthread_getspecific(*keyp); 82 if (thr_setspecific(*keyp, vars) != 0) {
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | common.c | 33 thr_get_storage(pthread_key_t *keyp, size_t size, void (*destructor)(void *)) argument 37 if (pthread_key_create_once_np(keyp, destructor) != 0) 39 addr = pthread_getspecific(*keyp); 42 if (addr != NULL && pthread_setspecific(*keyp, addr) != 0) {
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelEmulate.c | 117 crypto_key_t *keyp, int opflag) 129 rv = do_soft_hmac_init(get_spp(opp), pMechanism, keyp->ck_data, 130 keyp->ck_length >> 3, opflag); 116 emulate_init(kernel_session_t *session_p, CK_MECHANISM_PTR pMechanism, crypto_key_t *keyp, int opflag) argument
|
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getservent.c | 73 const char *limit, *linep, *keyp; local 78 keyp = argp->key.serv.serv.name; 81 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) { 82 keyp++; 85 if (*keyp == '\0' && linep < limit && isspace(*linep)) { 105 if ((keyp = argp->key.serv.proto) == NULL) { 111 while (*keyp && linep < limit && !isspace(*linep) && 112 *keyp == *linep) { 113 keyp 227 const char *limit, *linep, *keyp, *numstart; local [all...] |
H A D | nis_common.c | 646 const char *limit, *linep, *keyp; local 650 keyp = argp->key.name; 653 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) { 654 keyp++; 657 if (*keyp == '\0' && linep < limit && isspace(*linep)) 677 keyp = argp->key.name; 678 while (*keyp && linep < limit && !isspace(*linep) && 679 *keyp == *linep) { 680 keyp [all...] |
/illumos-gate/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_status.c | 680 libscsi_action_parse_sense(const libscsi_action_t *ap, uint64_t *keyp, argument 692 if (keyp != NULL) 693 *keyp = (uint64_t)xsp->es_key;
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 160 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *)) argument 166 if (*keyp == THR_ONCE_KEY) { 168 if (*keyp == THR_ONCE_KEY) { 175 *keyp = key;
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softASN1.c | 953 asn1_to_rsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument 1064 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_MOD(keyp)); 1087 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PUBEXPO(keyp)); 1110 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIEXPO(keyp)); 1133 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME1(keyp)); 1156 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME2(keyp)); 1179 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO1(keyp)); 1202 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO2(keyp)); 1226 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_COEF(keyp)); 1232 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp)); 1263 asn1_to_dsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument 1471 asn1_to_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument 1655 asn1_to_x942_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument [all...] |
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 312 _get_iobuf(thread_key_t *keyp, unsigned size) argument 316 if (thr_keycreate_once(keyp, free) != 0) 318 iobuf = pthread_getspecific(*keyp); 320 if (thr_setspecific(*keyp, (iobuf = malloc(size))) != 0) {
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.c | 232 __find_item_mt(nis_name name, __nis_hash_table_mt *table, int *keyp) { argument 245 if (keyp != 0) { 246 *keyp = key;
|
/illumos-gate/usr/src/cmd/format/ |
H A D | ix_altsctr.c | 681 int keyp; local 688 for (keyp = i, movp = i+1; movp < cnt; movp++) { 691 if (buf[keyp].bad_end+1 != buf[movp].bad_start) 693 buf[keyp].bad_end++;
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_impl.h | 519 __in_bcount(length) caddr_t keyp, variable
|