Searched defs:namematch (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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) function 284 * after returning from namematch().
|
/illumos-gate/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)) { 245 if (namematch("service=", tok, service)) { 247 if (namematch("device=", tok, device)) { 294 namematch(const char *label, char *line, const char *name) function 307 * after returning from namematch().
|
Completed in 448 milliseconds