Home
last modified time | relevance | path

Searched refs:get_next_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx);
291 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { in def_load_bio()
834 if ((next = get_next_file(include, dirctx)) != NULL) in process_include()
847 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx) in get_next_file() function
/freebsd/contrib/tcpdump/
H A Dtcpdump.c896 get_next_file(FILE *VFile, char *ptr) in get_next_file() function
2072 ret = get_next_file(VFile, VFileLine); in main()
2653 ret = get_next_file(VFile, VFileLine); in main()
/freebsd/stand/forth/
H A Dsupport.4th1075 : get_next_file ( addr len ptr -- addr len ptr' addr' len' | 0 )
1113 get_next_file ?dup ( addr len 1 | 0 )