Home
last modified time | relevance | path

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

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