Searched refs:getfile (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/lib/libsa/
H A Dgetfile.c1 /* $OpenBSD: getfile.c,v 1.7 2015/11/16 19:33:52 miod Exp $ */
2 /* $NetBSD: getfile.c,v 1.6 1996/10/14 04:49:21 cgd Exp $ */
32 * @(#)getfile.c 8.1 (Berkeley) 6/11/93
38 int getfile(const char *, int);
41 getfile(const char *prompt, int mode) function
H A DMakefile27 SRCS+= alloc.c memcpy.c memmove.c exit.c getfile.c getchar.c getln.c globals.c \
/openbsd-current/gnu/llvm/lldb/
H A Duse_lldb_suite_root.py22 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
/openbsd-current/gnu/llvm/lldb/scripts/
H A Duse_lldb_suite.py7 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/
H A D__init__.py10 os.path.dirname(inspect.getfile(inspect.currentframe())))
/openbsd-current/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c204 bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *rqstp) argument
210 warnx("getfile got question for \"%s\" and file \"%s\"",
211 getfile->client_name, getfile->file_id);
215 "getfile got question for \"%s\" and file \"%s\"",
216 getfile->client_name, getfile->file_id);
219 he = gethostbyname(getfile->client_name);
224 error = lookup_bootparam(askname, NULL, getfile->file_id,
232 } else if (error == ENOENT && !strcmp(getfile
[all...]
/openbsd-current/sbin/restore/
H A Dextern.h57 void getfile(void (*)(char *, size_t), void (*)(char *, size_t));
H A Dtape.c263 getfile(xtrmap, xtrmapskip);
271 getfile(xtrmap, xtrmapskip);
578 getfile(xtrlnkfile, xtrlnkskip);
649 getfile(xtrfile, xtrskip);
678 getfile(xtrnull, xtrnull);
691 getfile(void (*fill)(char *, size_t), void (*skip)(char *, size_t)) function
H A Ddirs.c195 getfile(putdir, xtrnull);
/openbsd-current/sys/arch/octeon/stand/libsa/
H A DMakefile19 SRCS= alloc.c cons.c ctime.c exit.c getchar.c getfile.c getln.c globals.c \
/openbsd-current/sys/arch/hppa/stand/libsa/
H A DMakefile23 SRCS+= alloc.c exit.c getfile.c getln.c getchar.c globals.c \
/openbsd-current/sys/arch/loongson/stand/libsa/
H A DMakefile17 SRCS= alloc.c cons.c ctime.c exit.c getchar.c getfile.c getln.c globals.c \
/openbsd-current/sys/arch/sparc64/stand/libsa/
H A DMakefile19 SRCS= alloc.c exit.c getfile.c getln.c globals.c \
/openbsd-current/usr.bin/rs/
H A Drs.c88 void getfile(void);
109 getfile();
120 getfile(void) function
/openbsd-current/sys/arch/amd64/stand/pxeboot/
H A DMakefile31 SRCS+= alloc.c exit.c getchar.c getfile.c getln.c globals.c hexdump.c \
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm904 my($host,$dir,$getfile) = ($1,$2,$3);
908 $self->debug("getfile[$getfile]dir[$dir]host[$host]" .
910 if (CPAN::FTP->ftp_get($host,$dir,$getfile,$aslocal)) {
919 "$getfile.gz",
964 my($proto,$host,$dir,$getfile);
971 ($proto,$host,$dir,$getfile) = ($1,$2,$3,$4);
1142 my($host,$dir,$getfile) = ($1,$2,$3);
1159 "get $getfile $targetfile",
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure3970 cat <<EOS >getfile
3973 cat <<'EOSC' >>getfile
3989 : getfile will accept an answer from the comma-separated list
3991 expr "$fn" : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
4051 if test -f UU/getfile.ok && \
4052 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
4201 rm -f getfile.ok
4225 . ./getfile
4301 . ./getfile
4320 : Set variables such as privlib and privlibexp from the output of ./getfile
[all...]

Completed in 245 milliseconds