Searched refs:maxoplen (Results 1 – 1 of 1) sorted by relevance
112 int maxoplen = 64 * 1024; /* -o flag */ variable974 unsigned long size = maxoplen; in test()1005 size = random() % (maxoplen + 1); in test()1173 maxoplen = getnum(optarg, &endp); in main()1174 if (maxoplen <= 0) in main()1316 temp_buf = malloc(maxoplen); in main()1319 memset(temp_buf, '\0', maxoplen); in main()