Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rmvolmgr/
H A Dvold.c147 static int pushdir(const char *dir);
792 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
795 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
903 if ((current_working_dir_fd = pushdir(NOTIFY_DIR)) < 0) { in notify_clients()
985 pushdir(const char *dir) in pushdir() function
1068 current_working_dir_fd = pushdir(NOTIFY_DIR); in remove_notify_files()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dgetcwd.c84 pushdir(register struct dirlist* d, char* dots, char* path, char* end)
191 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE);
250 … if (namlen >= PATH_MAX || !(dirstk = pushdir(dirstk, dots + 3, p, buf + len - 1))) ERROR(ERANGE);
/titanic_41/usr/src/cmd/rm/
H A Drm.c232 pushdir(struct dlist *frm) in pushdir() function
462 pushdir(&frame); in rm()