Searched refs:hunt (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/refer/ |
| H A D | lookbib.c | 29 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 D | Makefile | 31 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 D | hunt.c | 28 hunt(char *name) function
|
| H A D | cu.c | 93 if ((i = hunt(sbuf)) == 0) {
|
| H A D | Makefile | 38 OBJS= acu.o cmds.o cmdtab.o cu.o hunt.o \
|
| H A D | tip.h | 71 char HW; /* this device is hardwired, see hunt.c */ 285 extern int hunt(char *);
|
| H A D | tip.c | 126 if ((i = hunt(system)) == 0) {
|
| /illumos-gate/usr/src/cmd/zdump/ |
| H A D | zdump.c | 98 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