Searched refs:process_one_realpath (Results 1 – 3 of 3) sorted by relevance
64 if (process_one_realpath(globbuf.gl_pathv[i], 0) > 0) in watch_list_add()65 process_one_realpath(globbuf.gl_pathv[i], 1); in watch_list_add()129 process_one_realpath(path, 0); in watch_list_find()
52 int process_one_realpath(char *name, int recurse);
388 int rc = process_one_realpath(globbuf.gl_pathv[i], recurse); in process_glob()396 int process_one_realpath(char *name, int recurse) in process_one_realpath() function