Home
last modified time | relevance | path

Searched refs:fnd (Results 1 – 13 of 13) sorted by relevance

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_table.c152 if (!fnd) { in engine_table_register()
154 if (!fnd) in engine_table_register()
159 if (!fnd->sk) { in engine_table_register()
160 free(fnd); in engine_table_register()
178 if (fnd->funct) in engine_table_register()
180 fnd->funct = e; in engine_table_register()
269 if (!fnd) in engine_table_select()
271 if (fnd->funct && engine_unlocked_init(fnd->funct)) { in engine_table_select()
276 ret = fnd->funct; in engine_table_select()
301 if (fnd->funct) in engine_table_select()
[all …]
/dragonfly/contrib/less/
H A Dlglob.h51 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
52 struct find_t fnd; \
66 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
67 struct _finddata_t fnd; \
82 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
83 struct ffblk fnd; \
H A Dfilename.c658 DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) in lglob()
660 GLOB_FIRST_NAME(filename, &fnd, handle); in lglob()
671 n = (int) (strlen(drive) + strlen(dir) + strlen(fnd.GLOB_NAME) + 1); in lglob()
673 SNPRINTF3(pfilename, n, "%s%s%s", drive, dir, fnd.GLOB_NAME); in lglob()
698 } while (GLOB_NEXT_NAME(handle, &fnd) == 0); in lglob()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c153 rpcblist_ptr rbl, fnd; in map_set() local
162 if (fnd && (fnd->rpcb_map.r_vers == reg.r_vers)) { in map_set()
198 for (fnd = list_rbl; fnd->rpcb_next; in map_set()
199 fnd = fnd->rpcb_next) in map_set()
201 fnd->rpcb_next = rbl; in map_set()
313 rpcblist_ptr fnd; in rpcbproc_getaddr_com() local
1430 struct pmaplist *fnd; in add_pmaplist() local
1433 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1435 fnd->pml_next = pml; in add_pmaplist()
1472 fnd = pml; in del_pmaplist()
[all …]
H A Dpmap_svc.c260 struct pmaplist *fnd; in pmapproc_getport() local
285 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot); in pmapproc_getport()
286 if (fnd) { in pmapproc_getport()
303 p1 = (fnd->pml_map.pm_port >> 8) & 0xff; in pmapproc_getport()
304 p2 = (fnd->pml_map.pm_port) & 0xff; in pmapproc_getport()
308 port = fnd->pml_map.pm_port; in pmapproc_getport()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_strnid.c248 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get() local
250 fnd.nid = nid; in ASN1_STRING_TABLE_get()
252 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get()
256 return OBJ_bsearch_table(&fnd, tbl_standard, in ASN1_STRING_TABLE_get()
/dragonfly/usr.bin/ctags/
H A DC.c279 goto fnd; in func_entry()
287 fnd: in func_entry()
/dragonfly/stand/lib/
H A Dnetif.c279 goto fnd; in netif_open()
283 fnd: in netif_open()
/dragonfly/games/hack/
H A Dhack.engrave.c386 goto fnd; in del_engr()
391 fnd: ; in del_engr()
H A Dhack.vault.c192 goto fnd; in invault()
199 fnd: in invault()
/dragonfly/sbin/mountd/
H A Dmountd.c2452 int fnd = 0; in del_mlist() local
2459 fnd = 1; in del_mlist()
2468 if (fnd) { in del_mlist()
/dragonfly/games/gomoku/
H A Dpickmove.c696 goto fnd; in makecombo()
702 fnd: in makecombo()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c535 tree fnd = 0; in lookup_protocol_in_reflist() local
543 fnd = lproto; in lookup_protocol_in_reflist()
546 fnd = lookup_protocol_in_reflist (PROTOCOL_LIST (p), lproto); in lookup_protocol_in_reflist()
549 if (fnd) in lookup_protocol_in_reflist()
550 return fnd; in lookup_protocol_in_reflist()