Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/stdio/
Dflockfile.c121 FileLock** lookup = lock_table_lookup(t, fp); in flockfile() local
161 FileLock** lookup = lock_table_lookup(t, fp); in ftrylockfile() local
182 FileLock** lookup = lock_table_lookup(t, fp); in funlockfile() local
200 FileLock** lookup = lock_table_lookup(t, fp); in __fremovelock() local
/bionic/libc/netbsd/resolv/
Dres_cache.c1236 Entry** lookup, in _cache_add_p()
1254 Entry** lookup ) in _cache_remove_p()
1273 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest() local
1294 Entry** lookup; in _resolv_cache_lookup() local
1365 Entry** lookup; in _resolv_cache_add() local
/bionic/linker/
Dlinker.c468 Elf32_Sym *lookup(const char *name, unsigned *base) in lookup() function
/bionic/libc/kernel/common/linux/
Dnfs_xdr.h509 int (*lookup) (struct inode *, struct qstr *, member