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

/illumos-gate/usr/src/cmd/refer/
H A Dlookbib.c29 char s[BUFSIZ], hunt[64]; local
53 sprintf(hunt, "/usr/lib/refer/hunt %s", argv[1]);
67 if ((hfp = popen(hunt, "w")) == NULL) {
68 perror(gettext("lookbib: /usr/lib/refer/hunt"));
H A DMakefile31 PROG3 = mkey inv hunt
80 hunt:= POBJS= hunt1.o hunt2.o hunt3.o hunt5.o hunt6.o \ macro
/illumos-gate/usr/src/cmd/tip/
H A Dhunt.c28 hunt(char *name) function
H A Dcu.c93 if ((i = hunt(sbuf)) == 0) {
H A DMakefile38 OBJS= acu.o cmds.o cmdtab.o cu.o hunt.o \
H A Dtip.h71 char HW; /* this device is hardwired, see hunt.c */
285 extern int hunt(char *);
H A Dtip.c126 if ((i = hunt(system)) == 0) {
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c98 static time_t hunt(char *, time_t, time_t);
307 newt = hunt(argv[i], t, newt);
418 hunt(name, lot, hit) function

Completed in 76 milliseconds