Lines Matching defs:path
118 /* path to inetd's binary */
227 /* path of the configuration file being monitored by check_conf_file() */
1234 /* set ret[0] to the basename of exec path */
2385 can_read_file(const char *path)
2391 ret = access(path, R_OK);
2398 path, strerror(errno));
2660 const char *path)
2665 while (stat(path, &sbuf) == -1) {
2756 * Execution path
2814 msg = gettext("Failed to set the corefile path "