Home
last modified time | relevance | path

Searched refs:keyp (Results 1 – 25 of 1197) sorted by relevance

12345678910>>...48

/dports/security/oath-toolkit/oath-toolkit-2.6.2/libpskc/tests/
H A Dtst_setters.c42 pskc_key_t *keyp; in precheck() local
44 keyp = pskc_get_keypackage (pskc, 0); in precheck()
45 if (keyp == NULL) in precheck()
97 pskc_key_t *keyp; in check() local
117 keyp = pskc_get_keypackage (pskc, 0); in check()
118 if (keyp == NULL) in check()
544 pskc_key_t *keyp; in main() local
582 pskc_set_device_serialno (keyp, "42"); in main()
583 pskc_set_device_model (keyp, "model"); in main()
590 pskc_set_key_id (keyp, "keyid"); in main()
[all …]
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdi_key.c51 return keyp; in new_key()
64 if ( keyp->key == key ) return keyp; // Normal return in find_key()
80 if (keyp->key == key) return keyp; // Normal return in find_key_const()
158 printf("%d key %d length %d value %s\n", keyid+1, keyp->key, keyp->length, keyp->v.s); in cdiPrintVarKeys()
202 if (keyp->type == KEY_INT) cdiDefVarKeyInt(keysp, keyp->key, keyp->v.i); in cdi_define_key()
203 else if (keyp->type == KEY_FLOAT) cdiDefVarKeyFloat(keysp, keyp->key, keyp->v.d); in cdi_define_key()
204 else if (keyp->type == KEY_BYTES) cdiDefVarKeyBytes(keysp, keyp->key, keyp->v.s, keyp->length); in cdi_define_key()
284 if ( keyp == NULL ) keyp = new_key(keysp, key); in cdiDefVarKeyInt()
374 if (keyp && keyp->type == KEY_INT ) value = keyp->v.i; in cdiInqVarKeyInt()
383 if ( keyp == NULL ) keyp = new_key(keysp, key); in cdiDefVarKeyFloat()
[all …]
/dports/devel/gconf2/GConf-3.2.6/tests/
H A Dtestlisteners.c111 keyp = keys; in check_add_remove()
132 ++keyp; in check_add_remove()
139 keyp = keys; in check_add_remove()
156 ++keyp; in check_add_remove()
175 keyp = keys; in check_immediate_remove_after_add()
220 ++keyp; in check_immediate_remove_after_add()
239 keyp = keys; in check_double_add_remove()
268 keyp = keys; in check_double_add_remove()
364 ++keyp; in check_notification()
441 ++keyp; in check_notification()
[all …]
H A Dtestgconf.c179 keyp = keys; in check_unset()
181 while (*keyp) in check_unset()
220 ++keyp; in check_unset()
234 keyp = keys; in check_string_storage()
274 ++keyp; in check_string_storage()
333 keyp = keys; in check_bool_storage()
373 ++keyp; in check_bool_storage()
476 ++keyp; in check_float_storage()
580 ++keyp; in check_int_storage()
606 ++keyp; in check_int_storage()
[all …]
H A Dtestpersistence.c196 keyp = keys; in check_unset()
198 while (*keyp) in check_unset()
228 ++keyp; in check_unset()
242 keyp = keys; in check_string_storage()
284 ++keyp; in check_string_storage()
345 keyp = keys; in check_bool_storage()
387 ++keyp; in check_bool_storage()
451 keyp = keys; in check_float_storage()
494 ++keyp; in check_float_storage()
602 ++keyp; in check_int_storage()
[all …]
H A Dtestschemas.c120 keyp = keys; in check_unset()
122 while (*keyp) in check_unset()
160 ++keyp; in check_unset()
173 keyp = keys; in check_int_storage()
175 while (*keyp) in check_int_storage()
214 ++keyp; in check_int_storage()
397 keyp = keys; in check_schema_storage()
446 ++keyp; in check_schema_storage()
475 ++keyp; in check_schema_storage()
634 ++keyp; in check_schema_use()
[all …]
H A Dtestbackend.c282 keyp = keys; in check_unset()
284 while (*keyp) in check_unset()
305 *keyp, in check_unset()
320 ++keyp; in check_unset()
576 keyp = keys; in check_string_storage()
618 ++keyp; in check_string_storage()
679 keyp = keys; in check_bool_storage()
721 ++keyp; in check_bool_storage()
828 ++keyp; in check_float_storage()
936 ++keyp; in check_int_storage()
[all …]
H A Dtestchangeset.c181 keyp = keys; in check_unset()
183 while (*keyp) in check_unset()
187 ++keyp; in check_unset()
203 keyp = keys; in check_unset()
204 while (*keyp) in check_unset()
220 ++keyp; in check_unset()
234 keyp = keys; in check_string_storage()
237 while (*keyp && *valp) in check_string_storage()
242 ++keyp; in check_string_storage()
257 keyp = keys; in check_string_storage()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/container/
H A Dloser_tree.hpp370 losers_[pos].keyp = keyp; in insert_start()
445 swap(losers_[pos].keyp, keyp); in delete_min_insert()
453 swap(losers_[pos].keyp, keyp); in delete_min_insert()
462 losers_[0].keyp = keyp; in delete_min_insert()
503 (keyp && losers_[pos].keyp && in delete_min_insert()
509 swap(losers_[pos].keyp, keyp); in delete_min_insert()
514 losers_[0].keyp = keyp; in delete_min_insert()
759 losers_[pos].keyp = keyp; in insert_start()
817 swap(losers_[pos].keyp, keyp); in delete_min_insert()
822 losers_[0].keyp = keyp; in delete_min_insert()
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/container/
H A Dloser_tree.hpp370 losers_[pos].keyp = keyp; in insert_start()
445 swap(losers_[pos].keyp, keyp); in delete_min_insert()
453 swap(losers_[pos].keyp, keyp); in delete_min_insert()
462 losers_[0].keyp = keyp; in delete_min_insert()
503 (keyp && losers_[pos].keyp && in delete_min_insert()
509 swap(losers_[pos].keyp, keyp); in delete_min_insert()
514 losers_[0].keyp = keyp; in delete_min_insert()
759 losers_[pos].keyp = keyp; in insert_start()
817 swap(losers_[pos].keyp, keyp); in delete_min_insert()
822 losers_[0].keyp = keyp; in delete_min_insert()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauthfile.c175 *keyp = NULL;
194 if (r == 0 && keyp && *keyp)
209 *keyp = NULL;
235 *keyp = NULL;
254 if (keyp && *keyp &&
320 *keyp = NULL;
328 *keyp = pub;
345 *keyp = pub;
365 *keyp = NULL;
377 *keyp = pub;
[all …]
/dports/astro/wcslib/wcslib-7.7/Fortran/
H A Dfitshdr_f.c147 const struct fitskey *keyp; in keyget_() local
158 *ivalp = keyp->keyno; in keyget_()
161 *ivalp = keyp->keyid; in keyget_()
164 *ivalp = keyp->status; in keyget_()
167 *nc = (int)(strlen(keyp->keyword)); in keyget_()
171 *ivalp = keyp->type; in keyget_()
174 switch (abs(keyp->type)%10) { in keyget_()
178 *ivalp = keyp->keyvalue.i; in keyget_()
192 *(ivalp++) = keyp->keyvalue.k[0]; in keyget_()
206 *dvalp = keyp->keyvalue.f; in keyget_()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauthfile.c123 if (keyp != NULL) in sshkey_load_private_type()
124 *keyp = NULL; in sshkey_load_private_type()
136 if (r == 0 && keyp && *keyp) in sshkey_load_private_type()
158 if (keyp != NULL) in sshkey_load_private_type_fd()
159 *keyp = NULL; in sshkey_load_private_type_fd()
268 if (keyp != NULL) in sshkey_load_public()
269 *keyp = NULL; in sshkey_load_public()
305 if (keyp != NULL) in sshkey_load_cert()
306 *keyp = NULL; in sshkey_load_cert()
326 *keyp = NULL; in sshkey_load_private_cert()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/crt/
H A Dtlsthrd.c101 __mingwthr_key_t volatile *keyp; in __mingwthr_run_key_dtors() local
107 for (keyp = key_dtor_list; keyp; ) in __mingwthr_run_key_dtors()
109 LPVOID value = TlsGetValue (keyp->key); in __mingwthr_run_key_dtors()
113 (*keyp->dtor) (value); in __mingwthr_run_key_dtors()
115 keyp = keyp->next; in __mingwthr_run_key_dtors()
137 __mingwthr_key_t volatile *keyp, *t; in __mingw_TLScallback() local
138 for (keyp = key_dtor_list; keyp; ) in __mingw_TLScallback()
140 t = keyp->next; in __mingw_TLScallback()
141 free((void *)keyp); in __mingw_TLScallback()
142 keyp = t; in __mingw_TLScallback()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/crt/
H A Dtlsthrd.c101 __mingwthr_key_t volatile *keyp; in __mingwthr_run_key_dtors() local
107 for (keyp = key_dtor_list; keyp; ) in __mingwthr_run_key_dtors()
109 LPVOID value = TlsGetValue (keyp->key); in __mingwthr_run_key_dtors()
113 (*keyp->dtor) (value); in __mingwthr_run_key_dtors()
115 keyp = keyp->next; in __mingwthr_run_key_dtors()
137 __mingwthr_key_t volatile *keyp, *t; in __mingw_TLScallback() local
138 for (keyp = key_dtor_list; keyp; ) in __mingw_TLScallback()
140 t = keyp->next; in __mingw_TLScallback()
141 free((void *)keyp); in __mingw_TLScallback()
142 keyp = t; in __mingw_TLScallback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_prefix/
H A Dtrie.c39 unsigned char *keyp = key, *keyp0 = key; in bit_trie_get() local
41 while(keyp < key + key_len) { in bit_trie_get()
44 uint8_t bit = (*keyp >> offset) & 0x01; in bit_trie_get()
54 keyp++; in bit_trie_get()
57 keyp0 = keyp; in bit_trie_get()
69 unsigned char *keyp = key; in bit_trie_set() local
70 while(keyp < key + key_len) { in bit_trie_set()
73 uint8_t bit = (*keyp >> offset) & 0x01; in bit_trie_set()
84 keyp++; in bit_trie_set()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dtable_static.c134 char *keyp; in table_static_priv_load() local
148 keyp = buf; in table_static_priv_load()
150 ++keyp; in table_static_priv_load()
153 if (*keyp == '\0') in table_static_priv_load()
156 keyp[--flen] = '\0'; in table_static_priv_load()
157 if (*keyp == '#') { in table_static_priv_load()
159 keyp++; in table_static_priv_load()
161 ++keyp; in table_static_priv_load()
162 if (!strcmp(keyp, "@list")) in table_static_priv_load()
169 for (p = keyp; *p; p++) { in table_static_priv_load()
[all …]
H A Dmakemap.c328 char *keyp; in parse_mapentry() local
331 keyp = line; in parse_mapentry()
333 keyp++; in parse_mapentry()
334 if (*keyp == '\0') in parse_mapentry()
337 valp = keyp; in parse_mapentry()
347 key.data = keyp; in parse_mapentry()
386 char *keyp; in parse_setentry() local
388 keyp = line; in parse_setentry()
390 keyp++; in parse_setentry()
391 if (*keyp == '\0') in parse_setentry()
[all …]
/dports/games/abbayedesmorts/abbayedesmorts-gpl-2.0.1/src/
H A Dstartscreen.c22 SDL_Event keyp; in startscreen() local
52 if ( SDL_PollEvent(&keyp) ) { in startscreen()
53 if (keyp.type == SDL_KEYDOWN) { /* Key pressed */ in startscreen()
54 if (keyp.key.keysym.sym == SDLK_c) { /* Change graphic set */ in startscreen()
60 if (keyp.key.keysym.sym == SDLK_i) { /* Show instructions */ in startscreen()
68 if (keyp.key.keysym.sym == SDLK_f) { /* Switch fullscreen/windowed */ in startscreen()
78 if (keyp.key.keysym.sym == SDLK_SPACE) { /* Start game */ in startscreen()
82 if (keyp.key.keysym.sym == SDLK_ESCAPE) { /* Exit game */ in startscreen()
/dports/astro/siril/siril/subprojects/wcslib/
H A Ddis.c863 keyp = dis->dp; in disset()
871 j = keyp->j; in disset()
1489 keyp = dis->dp; in polyset()
1599 keyp = dis->dp; in polyset()
1813 keyp = dis->dp; in tpdset()
1959 keyp = dis->dp; in tpdset()
2239 keyp = dis->dp; in tpvset()
2334 keyp = dis->dp; in tpvset()
2394 keyp = dis->dp; in sipset()
2505 keyp = dis->dp; in sipset()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Ddis.c947 int j = keyp->j; in disset()
1007 keyp = dis->dp; in disset()
1570 K = dpkeyi(keyp); in polyset()
1572 M = dpkeyi(keyp); in polyset()
1670 keyp = dis->dp; in polyset()
2028 keyp = dis->dp; in tpdset()
2400 keyp = dis->dp; in tpvset()
2566 keyp = dis->dp; in sipset()
2671 if (keyp->j == 1) { in dssset()
2726 keyp = dis->dp; in dssset()
[all …]
/dports/astro/wcslib/wcslib-7.7/C/
H A Ddis.c947 int j = keyp->j; in disset()
1007 keyp = dis->dp; in disset()
1570 K = dpkeyi(keyp); in polyset()
1572 M = dpkeyi(keyp); in polyset()
1670 keyp = dis->dp; in polyset()
2028 keyp = dis->dp; in tpdset()
2400 keyp = dis->dp; in tpvset()
2566 keyp = dis->dp; in sipset()
2671 if (keyp->j == 1) { in dssset()
2726 keyp = dis->dp; in dssset()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dtss.c42 tss_create (tss_t *keyp, tss_dtor_t destructor) in tss_create() argument
44 int err = glwthread_tls_key_create (keyp, destructor); in tss_create()
49 memset (keyp, '\0', sizeof (tss_t)); in tss_create()
77 tss_create (tss_t *keyp, tss_dtor_t destructor) in tss_create() argument
79 int err = pthread_key_create (keyp, destructor); in tss_create()
84 memset (keyp, '\0', sizeof (tss_t)); in tss_create()
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dscreenio.c1670 if (keyp > KEY_F0 && keyp < KEY_F(65)) {
1989 if (keyp > 037 && keyp <= UCHAR_MAX) {
1993 && ((keyp != '+' && keyp != '-' && (keyp < '0' || keyp > '9'))
2002 keyp = toupper (keyp);
2006 keyp = tolower (keyp);
2656 keyp = -keyp;
2815 if (keyp > KEY_F0 && keyp < KEY_F(65)) {
3166 if (keyp > 037 && keyp <= UCHAR_MAX) {
3170 if (keyp < '0' || keyp > '9') {
3179 keyp = toupper (keyp);
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Ddebug_commads.c88 RedisModuleKey *keyp = NULL; in DEBUG_COMMAND()
123 if (keyp) { in DEBUG_COMMAND()
135 RedisModuleKey *keyp = NULL; in DEBUG_COMMAND()
146 if (keyp) { in DEBUG_COMMAND()
158 RedisModuleKey *keyp = NULL; in DEBUG_COMMAND()
181 if (keyp) { in DEBUG_COMMAND()
193 RedisModuleKey *keyp = NULL; in DEBUG_COMMAND()
218 if (keyp) { in DEBUG_COMMAND()
261 if (keyp) { in DEBUG_COMMAND()
389 if (keyp) { in DEBUG_COMMAND()
[all …]

12345678910>>...48