/csrg-svn/usr.sbin/config.new/ |
H A D | config.h | 141 struct files { struct 142 struct files *fi_next; /* linked list */ argument 143 const char *fi_srcfile; /* the name of the "files" file that got us */ argument 144 u_short fi_srcline; /* and the line number */ 145 u_char fi_flags; /* as below */ 146 char fi_lastc; /* last char from path */ 147 const char *fi_path; /* full file path */ 148 const char *fi_tail; /* name, i.e., rindex(fi_path, '/') + 1 */ 149 const char *fi_base; /* tail minus ".c" (or whatever) */ 150 struct nvlist *fi_opt; /* optional on ... */ [all …]
|
/csrg-svn/usr.bin/error/ |
H A D | touch.c | 39 Eptr **files; local 119 filenames(nfiles, files) in filenames() argument 157 int nopertain(files) in nopertain() argument 191 boolean touchfiles(nfiles, files, r_edargc, r_edargv) in touchfiles() argument 250 hackfile(name, files, ix, nerrors) in hackfile() argument 282 boolean preview(name, nerrors, files, ix) in preview() argument 360 diverterrors(name, dest, files, ix, previewed, nterrors) in diverterrors() argument
|
H A D | main.c | 32 Eptr **files; /* array of pointers into errors*/ variable
|
/csrg-svn/sys/stand/ |
H A D | open.c | 51 struct open_file files[SOPEN_MAX]; variable
|
/csrg-svn/usr.bin/make/ |
H A D | dir.h | 26 Hash_Table files; /* Hash table of files in directory */ member
|
/csrg-svn/games/phantasia/ |
H A D | setup.c | 41 static char *files[] = { /* all files to create */ variable
|
/csrg-svn/usr.bin/rdist/ |
H A D | gram.y | 343 insert(label, files, hosts, subcmds) in insert() argument 394 append(label, files, stamp, subcmds) in append() argument
|
H A D | docmd.c | 91 doarrow(filev, files, rhost, cmds) in doarrow() argument 311 dodcolon(filev, files, stamp, cmds) in dodcolon() argument
|
H A D | main.c | 214 struct namelist *files, *hosts; local
|
/csrg-svn/usr.bin/ar/ |
H A D | misc.c | 66 files(argv) in files() function
|
/csrg-svn/contrib/vmsprep/ |
H A D | vmsprep.c | 15 FILE *files; local
|
/csrg-svn/usr.bin/du/ |
H A D | du.c | 175 static ID *files; local
|
/csrg-svn/usr.sbin/lpr/common_source/ |
H A D | rmjob.c | 49 struct dirent **files; in rmjob() local
|
/csrg-svn/usr.bin/xsend/xget/ |
H A D | xget.c | 122 files() in files() function
|
/csrg-svn/old/pcc/mip/ |
H A D | fort.c | 114 int files; local
|
H A D | reader.c | 44 register files; local 130 register files; local
|
/csrg-svn/libexec/rbootd/ |
H A D | defs.h | 85 char *files[C_MAXFILE]; /* boot-able files */ member
|
/csrg-svn/local/toolchest/ksh/sh/ |
H A D | main.c | 488 static void chkmail(files) in chkmail() argument
|
/csrg-svn/old/refer/NOTUSED/whatabout/ |
H A D | what1.c | 11 struct filans files[NFILES]; variable
|
/csrg-svn/usr.bin/sed/ |
H A D | main.c | 64 static struct s_flist *files, **fl_nextp = &files; variable
|
/csrg-svn/usr.bin/pascal/pmerge/ |
H A D | pmerge.c | 40 FILE *files[NUMFILES]; variable
|
/csrg-svn/contrib/awk.research/ |
H A D | run.c | 1492 struct files { struct 1496 } files[FOPEN_MAX] ={ argument
|
/csrg-svn/contrib/sort/ |
H A D | msort.c | 43 fmerge(binno, files, nfiles, get, outfd, fput, ftbl) in fmerge() argument
|
/csrg-svn/old/sdb/ |
H A D | head.h | 105 } *files, *badfile; variable
|
/csrg-svn/usr.bin/uucp/uuq/ |
H A D | uuq.c | 246 int files, gotname, i; local
|