Searched defs:keyp (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetspent.c38 const char *keyp = argp->key.name; local
43 while (*keyp && linelen-- && *keyp == *linep) {
44 keyp++;
47 return (linelen && *keyp == '\0' && *linep == ':');
H A Dtsol_gettpent.c39 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 Dether_addr.c55 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 Dgetprinter.c45 const char *keyp = argp->key.name; local
46 int klen = strlen(keyp);
55 if ((strncmp(linep, keyp, klen) == 0) &&
H A Dgetservent.c42 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 Dtsol_getrhent.c40 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 Dgetgrent.c101 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 Dgetpwnam.c103 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 Dgetexecattr.c59 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 Dbgets.c57 _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 Dbufsplit.c55 _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 Dpathfind.c80 _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 Dreg_compile.c75 _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 Dreg_step.c73 _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 Dcommon.c33 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 DkernelEmulate.c117 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 Dgetservent.c73 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 Dnis_common.c646 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 Dscsi_status.c680 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 Dtsd.c160 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 DsoftASN1.c953 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 Ddes_crypt.c312 _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 Dnis_hashitem.c232 __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 Dix_altsctr.c681 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 Def10_impl.h519 __in_bcount(length) caddr_t keyp, variable

Completed in 119 milliseconds

12