Searched refs:strlook (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strlook.c | 40 strlook(const void* tab, size_t siz, register const char* name) function
|
/ast/src/lib/libast/comp/ |
H A D | fmtmsglib.c | 224 if (!(p = (MM_table_t*)strlook(mm_verb, sizeof(MM_table_t), s)))
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 333 extern void* strlook(const void*, size_t, const char*);
|
/ast/src/lib/libast/ |
H A D | Makefile | 75 strlcat.c strlcpy.c strlook.c strncopy.c strsearch.c strpsearch.c \
|
/ast/src/cmd/nmake/ |
H A D | rule.c | 1385 sfprintf(internal.val, "%d", (call = (Systab_t*)strlook(systab, sizeof(systab[0]), *args)) ? (*call->call)() : -1);
|
Completed in 22 milliseconds