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

/freebsd-10.1-release/usr.bin/whereis/
H A Dpathnames.h56 #define LOCATECMD "locate '*'/%s 2>/dev/null" macro
H A Dwhereis.c605 cp = malloc(sizeof LOCATECMD - 2 + s);
608 sprintf(cp, LOCATECMD, name);

Completed in 101 milliseconds