Home
last modified time | relevance | path

Searched refs:sourcepath (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.bin/whereis/
H A Dwhereis.c63 static const char *sourcepath = PATH_SOURCES; variable
310 if ((b = malloc(strlen(sourcepath) + 1)) == NULL) in defaults()
312 strcpy(b, sourcepath); in defaults()