HomeSort by relevance Sort by last modified time
    Searched defs:ibs (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bf_buff.c 277 int ibs,obs; local
337 ibs=(int)num;
342 ibs=ctx->ibuf_size;
348 ibs=(int)num;
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
373 ctx->ibuf_size=ibs;
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 101 "usage: dd [if=file] [of=file] [ibs=n|nk|nb|nxm] [obs=n|nk|nb|nxm]\n"\
120 static unsigned ibs; /* input buffer size */ variable
122 static unsigned bs; /* buffer size, overrules ibs and obs */
478 ibs = BSIZE;
505 if (match("ibs="))
507 ibs = (unsigned)number(BIG);
671 ibs = obs = bs;
673 if ((ibs == 0) || (obs == 0))
852 ibuf = (unsigned char *)valloc(ibs + 10);
887 ibc = read(ibf, (char *)ibuf, ibs);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
table.c 712 char buffer[16*3 + 1], *ibs; local
757 ibs = if_bit_string(ifm->ifm_flags, _B_TRUE);
758 if (ibs == NULL) {
762 trace_misc("ifm: flags %s index %d", ibs,
764 free(ibs);
782 ibs = buffer;
784 ibs += sprintf(ibs, " %02X", *cp++);
    [all...]

Completed in 600 milliseconds