Searched refs:srch_dir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c62 static int srch_dir();
83 found = srch_dir(device, srch_dirs[dirno],
94 found = srch_dir(device, dev_dir, 0, srch_dirs);
120 srch_dir(device, path, depth, skip_dirs) function
179 found = srch_dir(device, file_name, depth+1, skip_dirs);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c78 * and srch_dir in ttyname.c.
151 srch_dir(char *path) function
200 if (srch_dir(srch_dirs[dirno]) < 0)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c100 static int srch_dir(const entry_t path, int match_mask, int depth,
294 found = srch_dir(srch_dirs[dirno], match_mask,
305 found = srch_dir(dev_dir, match_mask, 0, srch_dirs, fsp);
466 * srch_dir() searches directory path and all directories under it up
471 * srch_dir() returns 1 if a match (on device and inode) is found,
477 srch_dir(const entry_t path, /* current path */ function
556 found = srch_dir(file, match_mask, depth+1,

Completed in 59 milliseconds