Home
last modified time | relevance | path

Searched refs:tmpBuf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c70 char tmpBuf[256]; in file_addGssCredEntry() local
74 (void) snprintf(tmpBuf, sizeof (tmpBuf), in file_addGssCredEntry()
77 *errDetails = strdup(tmpBuf); in file_addGssCredEntry()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c122 struct stat tmpBuf; in do_flt_acts() local
152 if ((file != NULL) && (stat(file, &tmpBuf) == 0)) in do_flt_acts()
H A Ddisp1.c96 struct stat tmpBuf; in s_print_request() local
272 if (stat(path, &tmpBuf) == 0) { in s_print_request()
345 struct stat tmpBuf; in s_start_change_request() local
411 if (stat(path, &tmpBuf) == 0) { in s_start_change_request()
457 struct stat tmpBuf; in s_end_change_request() local
490 if (stat(path, &tmpBuf) == 0) { in s_end_change_request()
H A Dexec.c200 struct stat tmpBuf; in exec() local
529 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
551 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
907 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
930 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
H A Dfiles.c123 struct stat tmpBuf; in rmfiles() local
186 if (((path != NULL) && (idno != NULL)) && (stat(path, &tmpBuf) == 0)) in rmfiles()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c384 struct stat tmpBuf; in psm_modifyAttrsFile() local
393 if (stat(file, &tmpBuf) == 0) { in psm_modifyAttrsFile()
400 if (tmpBuf.st_size == 0) { in psm_modifyAttrsFile()