| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| H A D | eng_table.c | 87 ENGINE_PILE tmplate, *fnd; in engine_table_register() local 98 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate); in engine_table_register() 99 if (!fnd) { in engine_table_register() 100 fnd = OPENSSL_malloc(sizeof(*fnd)); in engine_table_register() 101 if (fnd == NULL) in engine_table_register() 103 fnd->uptodate = 1; in engine_table_register() 104 fnd->nid = *nids; in engine_table_register() 105 fnd->sk = sk_ENGINE_new_null(); in engine_table_register() 106 if (!fnd->sk) { in engine_table_register() 107 OPENSSL_free(fnd); in engine_table_register() [all …]
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | lglob.h | 53 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 54 struct find_t fnd; \ 68 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 69 struct _finddata_t fnd; \ 84 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 85 struct ffblk fnd; \
|
| H A D | filename.c | 660 DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) in lglob() 662 GLOB_FIRST_NAME(filename, &fnd, handle); in lglob() 673 n = (int) (strlen(drive) + strlen(dir) + strlen(fnd.GLOB_NAME) + 1); in lglob() 675 SNPRINTF3(pfilename, n, "%s%s%s", drive, dir, fnd.GLOB_NAME); in lglob() 700 } while (GLOB_NEXT_NAME(handle, &fnd) == 0); in lglob()
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 161 rpcblist_ptr rbl, fnd; in map_set() local 169 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid); in map_set() 170 if (fnd && (fnd->rpcb_map.r_vers == reg.r_vers)) { in map_set() 171 if (!strcmp(fnd->rpcb_map.r_addr, reg.r_addr)) in map_set() 206 for (fnd = list_rbl; fnd->rpcb_next; in map_set() 207 fnd = fnd->rpcb_next) in map_set() 209 fnd->rpcb_next = rbl; in map_set() 325 rpcblist_ptr fnd; in rpcbproc_getaddr_com() local 331 fnd = find_service(regp->r_prog, regp->r_vers, transp->xp_netid); in rpcbproc_getaddr_com() 332 if (fnd && ((verstype == RPCB_ALLVERS) || in rpcbproc_getaddr_com() [all …]
|
| H A D | pmap_svc.c | 267 struct pmaplist *fnd; in pmapproc_getport() local 292 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot); in pmapproc_getport() 293 if (fnd) { in pmapproc_getport() 310 p1 = (fnd->pml_map.pm_port >> 8) & 0xff; in pmapproc_getport() 311 p2 = (fnd->pml_map.pm_port) & 0xff; in pmapproc_getport() 315 port = fnd->pml_map.pm_port; in pmapproc_getport()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | a_strnid.c | 130 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get() local 132 fnd.nid = nid; in ASN1_STRING_TABLE_get() 134 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get() 138 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard)); in ASN1_STRING_TABLE_get()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | a_strnid.c | 130 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get() local 137 fnd.nid = nid; in ASN1_STRING_TABLE_get() 139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get() 143 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard)); in ASN1_STRING_TABLE_get()
|
| /netbsd-src/sys/arch/alpha/stand/netboot/ |
| H A D | devopen.c | 134 goto fnd; in devopen() 140 goto fnd; in devopen() 149 fnd: in devopen()
|
| /netbsd-src/sys/arch/evbmips/stand/sbmips/netboot/ |
| H A D | devopen.c | 134 goto fnd; in devopen() 140 goto fnd; in devopen() 149 fnd: in devopen()
|
| /netbsd-src/sys/arch/sbmips/stand/netboot/ |
| H A D | devopen.c | 134 goto fnd; in devopen() 140 goto fnd; in devopen() 149 fnd: in devopen()
|
| /netbsd-src/common/lib/libc/arch/mips/string/ |
| H A D | strchr.S | 52 beq a2, a1, fnd 57 fnd: label
|
| /netbsd-src/sys/netinet6/ |
| H A D | sctp6_usrreq.c | 1072 int fnd; in sctp6_getaddr() local 1078 fnd = 0; in sctp6_getaddr() 1083 fnd = 1; in sctp6_getaddr() 1087 if ((!fnd) || (sin_a6 == NULL)) { in sctp6_getaddr() 1102 int fnd = 0; in sctp6_getaddr() local 1108 fnd = 1; in sctp6_getaddr() 1112 if (!fnd) { in sctp6_getaddr() 1127 int fnd, error; in sctp6_peeraddr() local 1153 fnd = 0; in sctp6_peeraddr() 1157 fnd = 1; in sctp6_peeraddr() [all …]
|
| /netbsd-src/sys/arch/mipsco/stand/common/ |
| H A D | devopen.c | 107 goto fnd; in devopen() 115 fnd: in devopen()
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | open.c | 90 goto fnd; in open() 93 fnd: in open()
|
| H A D | netif.c | 287 goto fnd; in netif_open() 291 fnd: in netif_open()
|
| /netbsd-src/sys/arch/emips/stand/common/ |
| H A D | devopen.c | 117 goto fnd; in devopen() 125 fnd: in devopen()
|
| /netbsd-src/sys/arch/pmax/stand/common/ |
| H A D | devopen.c | 136 goto fnd; in devopen() 144 fnd: in devopen()
|
| /netbsd-src/usr.bin/ctags/ |
| H A D | C.c | 295 goto fnd; in func_entry() 303 fnd: in func_entry()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | ir.d | 715 auto fnd = assumeSorted!"cmp(a,b) < 0"(map!"a.name"(dict)).lowerBound(name).length; in lookupNamedGroup() local 716 enforce(fnd < dict.length && equal(dict[fnd].name, name), in lookupNamedGroup() 718 return dict[fnd].group; in lookupNamedGroup()
|
| /netbsd-src/games/hack/ |
| H A D | hack.engrave.c | 391 goto fnd; in del_engr() 396 fnd: ; in del_engr()
|
| H A D | hack.vault.c | 197 goto fnd; in invault() 204 fnd: in invault()
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_syscalls.c | 4434 struct nameidata fnd, tnd; in do_sys_renameat() 4460 NDINIT(&fnd, DELETE, (LOCKPARENT | TRYEMULROOT), fpb); in do_sys_renameat() 4461 if ((error = fd_nameiat(l, fromfd, &fnd)) != 0) in do_sys_renameat() 4468 fdvp = fnd.ni_dvp; in do_sys_renameat() 4469 fvp = fnd.ni_vp; in do_sys_renameat() 4502 if ((fnd.ni_cnd.cn_namelen == 1 && in do_sys_renameat() 4503 fnd.ni_cnd.cn_nameptr[0] == '.') || in do_sys_renameat() 4504 (fnd.ni_cnd.cn_namelen == 2 && in do_sys_renameat() 4505 fnd.ni_cnd.cn_nameptr[0] == '.' && in do_sys_renameat() 4506 fnd in do_sys_renameat() 4372 struct nameidata fnd, tnd; do_sys_renameat() local [all...] |
| /netbsd-src/sys/netinet/ |
| H A D | sctp_usrreq.c | 3722 int fnd; in sctp_sockaddr() local 3728 fnd = 0; in sctp_sockaddr() 3734 fnd = 1; in sctp_sockaddr() 3738 if ((!fnd) || (sin_a == NULL)) { in sctp_sockaddr() 3755 int fnd = 0; in sctp_sockaddr() local 3761 fnd = 1; in sctp_sockaddr() 3765 if (!fnd) { in sctp_sockaddr() 3778 int fnd; in sctp_peeraddr() local 3810 fnd = 0; in sctp_peeraddr() 3814 fnd in sctp_peeraddr() [all...] |
| H A D | sctp_pcb.c | 3422 int fnd, error; in sctp_add_local_addr_ep() local 3423 fnd = 0; in sctp_add_local_addr_ep() 3440 fnd = 1; in sctp_add_local_addr_ep() 3445 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd == 0)) { in sctp_add_local_addr_ep() 3494 int fnd; in sctp_del_local_addr_ep() local 3495 fnd = 0; in sctp_del_local_addr_ep() 3503 fnd = 1; in sctp_del_local_addr_ep() 3507 if (fnd && (inp->laddr_count < 2)) { in sctp_del_local_addr_ep() 3511 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd)) { in sctp_del_local_addr_ep()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | ir.d | 909 auto fnd = assumeSorted!"cmp(a,b) < 0"(map!"a.name"(dict)).lowerBound(name).length; in lookupNamedGroup() local 910 enforce(fnd < dict.length && equal(dict[fnd].name, name), in lookupNamedGroup() 912 return dict[fnd].group; in lookupNamedGroup()
|