Searched refs:fnd (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_table.c87 ENGINE_PILE tmplate, *fnd; local
98 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
99 if (!fnd) {
100 fnd = OPENSSL_malloc(sizeof(*fnd));
101 if (fnd == NULL)
103 fnd->uptodate = 1;
104 fnd->nid = *nids;
105 fnd->sk = sk_ENGINE_new_null();
106 if (!fnd
200 ENGINE_PILE tmplate, *fnd = NULL; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_table.c88 ENGINE_PILE tmplate, *fnd; local
104 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
105 if (!fnd) {
106 fnd = OPENSSL_malloc(sizeof(*fnd));
107 if (fnd == NULL)
109 fnd->uptodate = 1;
110 fnd->nid = *nids;
111 fnd->sk = sk_ENGINE_new_null();
112 if (!fnd
204 ENGINE_PILE tmplate, *fnd = NULL; local
[all...]
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dstrchr.S52 beq a2, a1, fnd
57 fnd: label
/netbsd-current/external/bsd/less/dist/
H A Dlglob.h53 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
54 struct find_t fnd; \
68 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
69 struct _finddata_t fnd; \
84 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
85 struct ffblk fnd; \
H A Dfilename.c660 DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle)
662 GLOB_FIRST_NAME(filename, &fnd, handle);
673 n = (int) (strlen(drive) + strlen(dir) + strlen(fnd.GLOB_NAME) + 1);
675 SNPRINTF3(pfilename, n, "%s%s%s", drive, dir, fnd.GLOB_NAME);
700 } while (GLOB_NEXT_NAME(handle, &fnd) == 0);
/netbsd-current/sys/arch/alpha/stand/netboot/
H A Ddevopen.c134 goto fnd;
140 goto fnd;
149 fnd:
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Ddevopen.c134 goto fnd;
140 goto fnd;
149 fnd:
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Ddevopen.c134 goto fnd;
140 goto fnd;
149 fnd:
/netbsd-current/sys/lib/libsa/
H A Dopen.c90 goto fnd;
93 fnd:
H A Dnetif.c287 goto fnd;
291 fnd:
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_strnid.c130 ASN1_STRING_TABLE fnd; local
132 fnd.nid = nid;
134 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
138 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strnid.c130 ASN1_STRING_TABLE fnd; local
137 fnd.nid = nid;
139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
143 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard));
/netbsd-current/sys/arch/mipsco/stand/common/
H A Ddevopen.c107 goto fnd;
115 fnd:
/netbsd-current/sys/arch/pmax/stand/common/
H A Ddevopen.c136 goto fnd;
144 fnd:
/netbsd-current/sys/arch/emips/stand/common/
H A Ddevopen.c117 goto fnd;
125 fnd:
/netbsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c267 struct pmaplist *fnd; local
292 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot);
293 if (fnd) {
310 p1 = (fnd->pml_map.pm_port >> 8) & 0xff;
311 p2 = (fnd->pml_map.pm_port) & 0xff;
315 port = fnd->pml_map.pm_port;
H A Drpcb_svc_com.c161 rpcblist_ptr rbl, fnd; local
169 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
170 if (fnd && (fnd->rpcb_map.r_vers == reg.r_vers)) {
171 if (!strcmp(fnd->rpcb_map.r_addr, reg.r_addr))
206 for (fnd = list_rbl; fnd->rpcb_next;
207 fnd = fnd->rpcb_next)
209 fnd
325 rpcblist_ptr fnd; local
1475 struct pmaplist *fnd; local
1492 struct pmaplist *prevpml, *fnd; local
[all...]
/netbsd-current/sys/netinet6/
H A Dsctp6_usrreq.c1082 int fnd; local
1088 fnd = 0;
1093 fnd = 1;
1097 if ((!fnd) || (sin_a6 == NULL)) {
1112 int fnd = 0; local
1118 fnd = 1;
1122 if (!fnd) {
1137 int fnd, error; local
1163 fnd = 0;
1167 fnd
[all...]
/netbsd-current/games/hack/
H A Dhack.engrave.c391 goto fnd;
396 fnd: ;
H A Dhack.vault.c197 goto fnd;
204 fnd:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d715 auto fnd = assumeSorted!"cmp(a,b) < 0"(map!"a.name"(dict)).lowerBound(name).length;
716 enforce(fnd < dict.length && equal(dict[fnd].name, name),
718 return dict[fnd].group;
/netbsd-current/sys/kern/
H A Dvfs_syscalls.c4360 struct nameidata fnd, tnd; local
4386 NDINIT(&fnd, DELETE, (LOCKPARENT | TRYEMULROOT), fpb);
4387 if ((error = fd_nameiat(l, fromfd, &fnd)) != 0)
4394 fdvp = fnd.ni_dvp;
4395 fvp = fnd.ni_vp;
4428 if (((fnd.ni_cnd.cn_namelen == 1) &&
4429 (fnd.ni_cnd.cn_nameptr[0] == '.')) ||
4430 ((fnd.ni_cnd.cn_namelen == 2) &&
4431 (fnd.ni_cnd.cn_nameptr[0] == '.') &&
4432 (fnd
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d909 auto fnd = assumeSorted!"cmp(a,b) < 0"(map!"a.name"(dict)).lowerBound(name).length;
910 enforce(fnd < dict.length && equal(dict[fnd].name, name),
912 return dict[fnd].group;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.h215 std::unique_ptr<file_and_directory> fnd; member in struct:dwarf2_per_cu_data
/netbsd-current/sys/netinet/
H A Dsctp_usrreq.c3728 int fnd; local
3734 fnd = 0;
3740 fnd = 1;
3744 if ((!fnd) || (sin_a == NULL)) {
3761 int fnd = 0; local
3767 fnd = 1;
3771 if (!fnd) {
3784 int fnd; local
3816 fnd = 0;
3820 fnd
[all...]

Completed in 405 milliseconds

12