Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c72 char tmpBuf[256]; in file_addGssCredEntry() local
76 (void) snprintf(tmpBuf, sizeof (tmpBuf), in file_addGssCredEntry()
79 *errDetails = strdup(tmpBuf); in file_addGssCredEntry()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c124 struct stat tmpBuf; in do_flt_acts() local
154 if ((file != NULL) && (stat(file, &tmpBuf) == 0)) in do_flt_acts()
H A Ddisp1.c95 struct stat tmpBuf; in s_print_request() local
271 if (stat(path, &tmpBuf) == 0) { in s_print_request()
344 struct stat tmpBuf; in s_start_change_request() local
410 if (stat(path, &tmpBuf) == 0) { in s_start_change_request()
456 struct stat tmpBuf; in s_end_change_request() local
489 if (stat(path, &tmpBuf) == 0) { in s_end_change_request()
H A Dfiles.c125 struct stat tmpBuf; in rmfiles() local
188 if (((path != NULL) && (idno != NULL)) && (stat(path, &tmpBuf) == 0)) in rmfiles()
H A Dexec.c306 struct stat tmpBuf; in exec() local
635 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
657 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
1013 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
1036 if ((path != NULL) && (stat(path, &tmpBuf) == 0)) in exec()
/titanic_50/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()