Lines Matching refs:exist
224 int exist, in proto() local
241 exist = (stat(path, &stbuf) == 0); in proto()
246 if (!exist) in proto()
256 if (exist && !S_ISDIR(stbuf.st_mode)) { in proto()
261 exist = 0; in proto()
264 if (!exist) in proto()
269 if (exist && !S_ISREG(stbuf.st_mode)) { in proto()
274 exist = 0; in proto()
277 if (!exist) in proto()
285 if (exist && in proto()
291 exist = 0; in proto()
294 if (!exist) in proto()