Searched defs:tmpBuf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c124 struct stat tmpBuf; local
154 if ((file != NULL) && (stat(file, &tmpBuf) == 0))
H A Dfiles.c125 struct stat tmpBuf; local
188 if (((path != NULL) && (idno != NULL)) && (stat(path, &tmpBuf) == 0))
H A Ddisp1.c95 struct stat tmpBuf; local
271 if (stat(path, &tmpBuf) == 0) {
344 struct stat tmpBuf; local
410 if (stat(path, &tmpBuf) == 0) {
456 struct stat tmpBuf; local
489 if (stat(path, &tmpBuf) == 0) {
H A Dexec.c306 struct stat tmpBuf; local
635 if ((path != NULL) && (stat(path, &tmpBuf) == 0))
657 if ((path != NULL) && (stat(path, &tmpBuf) == 0))
1013 if ((path != NULL) && (stat(path, &tmpBuf) == 0))
1036 if ((path != NULL) && (stat(path, &tmpBuf) == 0))
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c72 char tmpBuf[256]; local
76 (void) snprintf(tmpBuf, sizeof (tmpBuf),
79 *errDetails = strdup(tmpBuf);
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c384 struct stat tmpBuf; local
393 if (stat(file, &tmpBuf) == 0) {
400 if (tmpBuf.st_size == 0) {

Completed in 106 milliseconds