Searched refs:binfile (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/gcore/
H A Dextern.h37 int (*ident)(int efd, pid_t pid, char *binfile);
H A Dgcore.c83 char *binfile, *corefile; local
119 binfile = passpath;
123 binfile = argv[0];
128 efd = open(binfile, O_RDONLY, 0);
130 err(1, "%s", binfile);
134 if (((*d)->ident)(efd, pid, binfile)) {
H A Delfcore.c107 elf_ident(int efd, pid_t pid __unused, char *binfile __unused)
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c5358 FILE * binfile;
5401 binfile = fopen (filename, FOPEN_RB);
5402 if (binfile == NULL)
5412 binfile = fopen (path, FOPEN_RB);
5413 if (binfile != NULL)
5417 if (binfile == NULL)
5423 if (binfile)
5430 if (fseek (binfile, 0, SEEK_END) != 0)
5435 file_len = ftell (binfile);
5448 if (fseek (binfile, ski
5342 FILE * binfile; local
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh16995 </dev/null | ${TR} '@' '\000' >binfile.dat
16996 cat binfile.dat binfile.dat >binfile2.dat
16998 cp ../binfile.dat binfile
16999 dotest binfiles-2 "${testcvs} add -kb binfile" \
17000 "${PROG}"' add: scheduling file `binfile'\'' for addition
17003 "RCS file: ${CVSROOT_DIRNAME}/first-dir/binfile,v
17005 Checking in binfile;
17006 ${CVSROOT_DIRNAME}/first-dir/binfile,
[all...]

Completed in 144 milliseconds