HomeSort by relevance Sort by last modified time
    Searched refs:bufnum (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c 42 long bufnum; local
52 bufnum = strtol(argv[1], NULL, 0);
53 printf("Started building a %lu megabyte file\n", bufnum);
62 for (i = 0; i < bufnum; i++) {
72 printf("\nFinished building a %lu megabyte file\n", bufnum);
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs04_create_file.c 42 long bufnum; local
52 bufnum = strtol(argv[1], NULL, 0);
53 printf("Started building a %lu megabyte file\n", bufnum);
62 for (i = 0; i < bufnum; i++) {
72 printf("\nFinished building a %lu megabyte file\n", bufnum);
  /external/ltp/testcases/kernel/fs/lftest/
lftest.c 46 long bufnum; local
57 bufnum = strtol(argv[1], NULL, 0);
58 printf("Started building a %lu megabyte file @ %s\n", bufnum,
69 for (i = 0; i < bufnum; i++) {
85 printf("\nFinished building a %lu megabyte file @ %s\n", bufnum,
  /external/boringssl/src/crypto/conf/
conf.c 518 int bufnum = 0, i, ii; local
546 bufnum = 0;
549 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
553 p = &(buff->data[bufnum]);
581 bufnum += i;
585 if (bufnum >= 1) {
588 p = &(buff->data[bufnum - 1]);
589 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
590 bufnum--;
597 bufnum = 0
    [all...]

Completed in 676 milliseconds