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

  /src/external/bsd/openldap/dist/tests/scripts/
test025-limits 215 TIMELIMIT=10
216 echo "Testing time limit request ($TIMELIMIT s) for unlimited ID..."
217 $LDAPRSEARCH -S "" -b "$BASEDN" -H $URI1 -w secret -l $TIMELIMIT \
225 echo "...didn't bump into the requested time limit ($TIMELIMIT s; got $COUNT entries)"
236 echo "...bumped into requested time limit ($TIMELIMIT s; got $COUNT entries)"
846 TIMELIMIT=10
847 echo "Testing time limit request ($TIMELIMIT s) for unlimited ID..."
848 $LDAPRSEARCH -S "" -b "$BASEDN" -H $URI1 -w secret -l $TIMELIMIT \
856 echo "...didn't bump into the requested time limit ($TIMELIMIT s; got $COUNT entries)"
867 echo "...bumped into requested time limit ($TIMELIMIT s; got $COUNT entries)
    [all...]
  /src/games/larn/
header.h 26 #define TIMELIMIT 30000
object.c 1280 if (gltime > TIMELIMIT) {
1302 if (gltime > TIMELIMIT) {
1309 lprintf("your daughter has only %ld mobuls left in this world. It's up to you,\n", (long) ((TIMELIMIT - gltime + 99) / 100));
main.c 361 lprintf("\nElapsed time is %ld. You have %ld mobuls left", (long) ((gltime + 99) / 100 + 1), (long) ((TIMELIMIT - gltime) / 100));

Completed in 15 milliseconds