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

  /src/external/bsd/bzip2/dist/
bzmore 22 cb='cbreak'; ncb='-cbreak'
25 cb='min 1 -icanon'; ncb='icanon eof ^d'
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
47 stty $ncb echo 2>/dev/null
  /src/sys/arch/hpcmips/stand/
Makefile 25 # * global 'class view' information (.ncb)
34 rm -f hpcmips_stand.ncb
38 (cd $$dir && rm -f $$dir.ncb $$dir.opt); \
  /src/sys/arch/hpc/stand/
Makefile 76 rm -f hpc_stand.dsw hpc_stand.ncb hpc_stand.opt
  /src/sys/dev/ic/
oosiop.c 247 oosiop_alloc_cb(struct oosiop_softc *sc, int ncb)
259 cb = malloc(sizeof(struct oosiop_cb) * ncb, M_DEVBUF, M_WAITOK|M_ZERO);
264 xfersize = sizeof(struct oosiop_xfer) * ncb;
281 for (i = 0; i < ncb; i++) {
322 for (i = 0; i < ncb; i++) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 414 nid_cb_st ncb; local
415 ncb.nidcnt = 0;
416 if (!CONF_parse_list(str, ':', 1, nid_cb, &ncb))
420 return tls1_set_groups(pext, pextlen, ncb.nid_arr, ncb.nidcnt);

Completed in 29 milliseconds