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

/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in248 open(ENTRIES, "< CVS/Entries") || die "Can't open entries file";
250 while (<ENTRIES>)
/freebsd-9.3-release/libexec/fingerd/
H A Dfingerd.c76 #define ENTRIES 50 macro
77 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog;
174 else if (++ap == av + ENTRIES) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dhash.h24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator in enum:ntype
H A Dhash.c469 case ENTRIES: return("ENTRIES");
H A Dentries.c600 * Free up the memory associated with the data section of an ENTRIES type
632 p->type = ENTRIES;
986 * may be NULL, which means the current directory. ENTRIES is the

Completed in 54 milliseconds