Searched defs:find_name (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libresolv2/common/irs/ |
| H A D | gen.c | 121 static int find_name(const char *, const struct nameval nv[]); 275 find_name(const char *name, const struct nameval names[]) { function 337 n = find_name(option, option_names); 444 n = find_name(mapname, map_names); 450 n = find_name(accname, acc_names);
|
| /illumos-gate/usr/src/cmd/tsol/tnchkdb/ |
| H A D | tnchkdb.c | 96 find_name(struct tsol_name_list *head, const char *name) function 150 return (find_name(tp_list_head, name)); 174 return (find_name(zc_list_head, name));
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_statd.c | 87 static name_entry *find_name(name_entry **namepp, char *name); 799 find_name(name_entry **namep, char *name) function 1215 if ((nl = find_name(record_q, name)) == NULL) { 1264 if ((nl = find_name(record_q, name)) == NULL) {
|
| /illumos-gate/usr/src/lib/efcode/engine/ |
| H A D | forth.c | 2177 char *find_name, *name; local 2180 find_name = pop_a_string(env, NULL); 2185 if (strcmp(find_name, name) == 0) { 2186 debug_msg(DEBUG_VOC_FIND, "%s -> %p\n", find_name, 2191 debug_msg(DEBUG_VOC_FIND, "%s not found\n", find_name);
|
Completed in 332 milliseconds