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

/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c63 const char *sourcepath = PATH_SOURCES; variable
312 if ((b = malloc(strlen(sourcepath) + 1)) == NULL)
314 strcpy(b, sourcepath);

Completed in 42 milliseconds