Searched refs:atdir (Results 1 – 2 of 2) sorted by relevance
147 typedef struct atdir { struct153 struct atdir *fow; argument
47 DIR *atdir = NULL; in scan_atjobs() local76 if (chdir(AT_DIR) != 0 || (atdir = opendir(".")) == NULL) { in scan_atjobs()77 if (atdir == NULL) in scan_atjobs()90 while ((file = readdir(atdir)) != NULL) { in scan_atjobs()116 closedir(atdir); in scan_atjobs()135 closedir(atdir); in scan_atjobs()