Searched defs:file_exist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c86 int file_exist; local
90 file_exist = lt_file_exist(filename);
100 if (!file_exist) {
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c102 int file_exist = 1; local
199 file_exist = 0;
234 if (!file_exist ||
434 if (file_exist && rename(SHADOW, OSHADOW)) {
448 if (file_exist && (link(OSHADOW, SHADOW))) {

Completed in 60 milliseconds