/src/usr.bin/sort/ |
msort.c | 77 typedef struct mfile { struct 82 } MFILE; 85 static int insert(struct mfile **, struct mfile *, int, int); 93 static struct mfile fstack[MERGE_FNUM]; 94 static struct mfile fstack_1[MERGE_FNUM]; 95 static struct mfile fstack_2[MERGE_FNUM]; 198 struct mfile *flistb[MERGE_FNUM], **flist = flistb, *cfile; 306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete [all...] |
msort.c | 77 typedef struct mfile { struct 82 } MFILE; 85 static int insert(struct mfile **, struct mfile *, int, int); 93 static struct mfile fstack[MERGE_FNUM]; 94 static struct mfile fstack_1[MERGE_FNUM]; 95 static struct mfile fstack_2[MERGE_FNUM]; 198 struct mfile *flistb[MERGE_FNUM], **flist = flistb, *cfile; 306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete [all...] |
/src/usr.sbin/ypserv/mknetid/ |
mknetid.c | 418 FILE *mfile; local in function:print_netid 422 mfile = fopen(fname, "r"); 423 if (mfile == NULL) 427 (line = fparseln(mfile, &len, NULL, NULL, FPARSELN_UNESCALL));
|
mknetid.c | 418 FILE *mfile; local in function:print_netid 422 mfile = fopen(fname, "r"); 423 if (mfile == NULL) 427 (line = fparseln(mfile, &len, NULL, NULL, FPARSELN_UNESCALL));
|