HomeSort by: relevance | last modified time | path
    Searched refs:ENTRIES (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/fingerd/
fingerd.c 72 #define ENTRIES 50
73 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog, *s;
75 const char *av[ENTRIES + 1], **comp;
121 if (ac >= ENTRIES)
151 if (ac >= ENTRIES)
155 for (lp = line, ap = &av[ac]; ac < ENTRIES;) {
181 av[ENTRIES - 1] = NULL;
  /src/external/gpl2/xcvs/dist/contrib/
rcslock.in 79 # version number of the current file (taken from the CVS/Entries
116 # CVS/Entries file if a lock is found.
243 { # a very simple minded hack at parsing an entries file.
248 open(ENTRIES, "< CVS/Entries") || die "Can't open entries file";
250 while (<ENTRIES>)
  /src/external/gpl2/xcvs/dist/src/
hash.h 24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE,
hash.c 515 case ENTRIES: return "ENTRIES";
entries.c 13 * Entries file to Files file
16 * the Entries file.
19 __RCSID("$NetBSD: entries.c,v 1.3 2016/05/17 14:00:09 christos Exp $");
82 * Write out the line associated with a node of an entries file
100 * write out the current entries file given a list, making a backup copy
110 /* open the new one and walk the list writing entries */
117 contains an Entries.Log file. A second user, without write access
119 problem rewriting Entries shouldn't affect the ability of "cvs log"
121 whether Entries gets rewritten is not an inexplicable process. */
125 /* Now just return. We leave the Entries.Log file around. As fa
437 List *entries; local
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test088-syncprov-glue-rwm 44 ENTRIES=$TESTDIR/entries.ldif
264 echo "Populating remote database entries..."
278 echo "ldapadd failed to populate remote database entries ($RC)!"
283 cat <<EOF > $ENTRIES
299 echo "Populating provider1 database entries..."
300 $LDAPADD -D "$MANAGERDN" -H $URI2 -w $PASSWD < $ENTRIES >> $TESTOUT 2>&1
303 echo "ldapadd failed to populate provider1 database entries ($RC)!"
308 echo "Populating provider2 database entries..."
309 $LDAPADD -D "$MANAGERDN" -H $URI3 -w $PASSWD < $ENTRIES >> $TESTOUT 2>&
    [all...]

Completed in 32 milliseconds