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

  /src/usr.bin/config/
main.c 420 char resolvedname[MAXPATHLEN]; local in function:main
422 if (realpath(conffile, resolvedname) == NULL)
428 printf("include \"%s\"\n", resolvedname);
main.c 420 char resolvedname[MAXPATHLEN]; local in function:main
422 if (realpath(conffile, resolvedname) == NULL)
428 printf("include \"%s\"\n", resolvedname);

Completed in 25 milliseconds