Home
last modified time | relevance | path

Searched refs:popdir (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dgetcwd.c101 popdir(register struct dirlist* d, register char* end)
133 if (d) popdir(d, end);
260 if (dirstk && popdir(dirstk, buf + len - 1))
325 if (dirstk) popdir(dirstk, buf + len - 1);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c146 static void popdir(int fd);
859 popdir(current_working_dir_fd); in create_one_notify_file()
911 popdir(current_working_dir_fd); in notify_clients()
962 popdir(current_working_dir_fd); in notify_clients()
970 popdir(int fd) in popdir() function
1078 popdir(current_working_dir_fd); in remove_notify_files()
/illumos-gate/usr/src/cmd/rm/
H A Drm.c272 popdir(boolean_t noerror) in popdir() function
477 if (popdir(dent == NULL) != 0) in rm()