Searched refs:namematch (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 62 static int namematch(const char *label, char *line, const char *name); 195 if (namematch("service=", tok, service)) { in scansys() 245 if (namematch("service=", tok, service)) { in scancfg() 247 if (namematch("device=", tok, device)) { in scancfg() 294 namematch(const char *label, char *line, const char *name) in namematch() function
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 54 static int namematch(), nextdialers(), nextdevices(), nextsystems(), getaline(); 167 if (namematch("service=", tok, service)) { 218 if (namematch("service=", tok, service)) { 220 if ( namematch("device=", tok, device)) { 270 namematch(label, line, name) in namematch() function
|