Searched defs:find_name (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen.c120 static int find_name(const char *, const struct nameval nv[]);
286 find_name(const char *name, const struct nameval names[]) { function
348 n = find_name(option, option_names);
537 n = find_name(mapname, map_names);
543 n = find_name(accname, acc_names);
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2174 char *find_name, *name; local
2177 find_name = pop_a_string(env, NULL);
2182 if (strcmp(find_name, name) == 0) {
2183 debug_msg(DEBUG_VOC_FIND, "%s -> %p\n", find_name,
2188 debug_msg(DEBUG_VOC_FIND, "%s not found\n", find_name);

Completed in 1246 milliseconds