HomeSort by: relevance | last modified time | path
    Searched defs:bootwd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/isibootd/
isibootd.c 127 const char *bootwd, *servername, *filename; local in function:main
136 bootwd = PATH_DEFBOOTDIR;
145 bootwd = optarg;
180 if (chdir(bootwd) < 0)
181 err(EXIT_FAILURE, "can not chdir to %s", bootwd);
isibootd.c 127 const char *bootwd, *servername, *filename; local in function:main
136 bootwd = PATH_DEFBOOTDIR;
145 bootwd = optarg;
180 if (chdir(bootwd) < 0)
181 err(EXIT_FAILURE, "can not chdir to %s", bootwd);

Completed in 21 milliseconds