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

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

Completed in 95 milliseconds