| /src/external/gpl2/rcs/dist/src/ |
| ident.c | 39 * (scanfile): Use them. 105 static int scanfile P((FILE*,char const*,int)); 141 VOID scanfile(stdin, (char*)0, quiet); 148 scanfile(fp, a, quiet) != 0 182 scanfile(file, name, quiet) function
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| elf.c | 52 scanfile(int fd, void **start, void **end, void **entry, int load); 59 return (scanfile(fd, start, end, NULL, 0)); 65 return (scanfile(fd, NULL, NULL, entry, 1)); 129 scanfile(int fd, void **start, void **end, void **entry, int load) function
|
| /xsrc/external/mit/xmh/dist/ |
| tocintrnl.h | 53 XawTextPosition position; /* Position in the scanfile for this msg. */ 57 short length; /* #/chars for this msg's entry in scanfile */ 78 char *scanfile; /* Full path to file containing scan. */ member in struct:_TocRec 89 int length; /* #/chars in the scanfile. */ 90 int origlength; /* Original #/chars in the scanfile. */
|