Searched defs:errformat (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | sysfiles.c | 79 static char errformat[BUFSIZ]; variable 143 (void)sprintf(errformat, "bad access type %d", type); 144 logent(errformat, "sysaccess"); 352 (void)sprintf(errformat,"unrecognized label %s",*line); 353 logent(errformat, "Sysfiles|Devconfig");
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | sysfiles.c | 129 char errformat[BUFSIZ]; local 145 (void) sprintf(errformat, "bad access type %d", type); 146 logent(errformat, "sysaccess"); 376 char errformat[BUFSIZ]; local 378 (void) snprintf(errformat, sizeof (errformat), 380 logent(errformat, "Sysfiles|Devconfig");
|
Completed in 1413 milliseconds