Searched refs:PATH_MAX (Results 1 – 2 of 2) sorted by relevance
76 # ifndef PATH_MAX77 # define PATH_MAX 1024 macro80 char dname[PATH_MAX];
1063 # ifdef PATH_MAX in handle_request()1064 char buf[PATH_MAX]; in handle_request()1426 #ifdef PATH_MAX in restart()1427 char pathbuf[PATH_MAX]; in restart()1788 # ifndef PATH_MAX1789 # define PATH_MAX 1024 macro1791 char buf[sizeof (struct inotify_event) + PATH_MAX];
Completed in 9 milliseconds