HomeSort by: relevance | last modified time | path
    Searched defs:DONE (Results 1 - 7 of 7) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inflate9.h 17 DONE, /* finished check, done -- remain here until reset */
27 TYPE -> STORED or TABLE or LEN or DONE
  /src/tests/bin/sh/
t_redir.sh 43 cat <<- 'DONE' |
44 DONE
47 cat <<- 'DONE' |
48 DONE
52 cat <<- 'DONE' |
54 DONE
57 cat <<- 'DONE' |
59 DONE
63 cat <<- 'DONE' |
66 DONE
    [all...]
t_syntax.sh 116 cat <<-'DONE' |
122 break # done loop terminate $( echo bar; exit 1 )
123 done #####################################################
126 DONE
139 cat <<- 'DONE' | atf_check -s exit:0 -o ignore -e empty ${TEST_SH} -e ||
142 DONE
145 cat <<- 'DONE' | atf_check -s exit:7 -o empty -e empty ${TEST_SH} ||
150 DONE
154 cat <<- 'DONE' | atf_check -s not-exit:0 -o empty -e not-empty \
160 DONE
    [all...]
  /src/common/dist/zlib/
inflate.h 49 DONE, /* finished check, done -- remain here until reset */
77 CHECK -> LENGTH -> DONE
  /src/bin/ksh/
lex.h 94 #define DONE 272
  /src/sys/dev/pci/
if_vioif.c 283 FREE, INUSE, DONE
1827 goto done;
1849 done:
1933 goto done;
1936 goto done;
1944 done:
1964 goto done;
1970 done:
2091 goto done;
2112 done
    [all...]
  /src/sys/net/
zlib.c 495 * when input comes from standard input. (This can also be done for
679 finish_done /* finish done, accept no more input or output */
1136 * empty block here, this will be done at next call. This also
1600 * and lookahead == 1 (input done one byte at time)
3383 DONE, /* finished check, done */
3595 z->state->mode = DONE;
3627 z->state->mode = DONE;
3629 case DONE:
3886 DONEB, /* finished last block, done */
    [all...]

Completed in 21 milliseconds