| /src/sys/stand/ |
| cat.c | 51 fd = getfile("File", 0);
|
| copy.c | 57 from = getfile("From", 0); 58 to = getfile("To", 1);
|
| ls.c | 64 if ((fd = getfile("ls", 0)) == -1)
|
| /src/sys/lib/libsa/ |
| getfile.c | 1 /* $NetBSD: getfile.c,v 1.10 2016/06/11 06:59:21 dholland Exp $ */ 31 * @(#)getfile.c 8.1 (Berkeley) 6/11/93 38 getfile(char *prompt, int mode) function
|
| Makefile | 38 getfile.c getopt.c gets.c globals.c \
|
| stand.h | 257 int getfile(char *prompt, int mode);
|
| /src/usr.sbin/rpc.bootparamd/ |
| bootparamd.c | 226 bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *rqstp) 233 warnx("getfile got question for \"%s\" and file \"%s\"", 234 getfile->client_name, getfile->file_id); 238 "getfile got question for \"%s\" and file \"%s\"", 239 getfile->client_name, getfile->file_id); 242 he = gethostbyname(getfile->client_name); 245 warnx("getfile can't resolve client %s", 246 getfile->client_name) [all...] |
| /src/sbin/restore/ |
| extern.h | 60 void getfile(void (*)(char *, size_t),
|
| tape.c | 693 getfile(xtrlnkfile, xtrattr, xtrlnkskip); 740 getfile(xtrnull, xtrattr, xtrnull); 775 getfile(xtrnull, xtrattr, xtrnull); 804 getfile(xtrfile, xtrattr, xtrskip); 971 getfile(xtrnull, xtrnull, xtrnull); 1043 getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t), function 1128 panic("getfile: lost data: %s\n", curfile.name);
|
| dirs.c | 195 getfile(putdir, putdirattrs, xtrnull);
|
| /src/share/examples/refuse/ian/ian/ |
| ian.c | 59 getfile(const char *url) function 140 if (!getfile(path)) {
|
| /src/usr.bin/rs/ |
| rs.c | 98 static void getfile(void); 116 getfile(); 127 getfile(void) function
|