Searched refs:procf (Results 1 – 1 of 1) sorted by relevance
658 FILE *procf = fopen("/proc/sys/fs/pipe-max-size", "re"); in max_pipe_buffer() local659 if (procf != NULL) { in max_pipe_buffer()660 if (fscanf(procf, "%u", &max) <= 0) { in max_pipe_buffer()663 fclose(procf); in max_pipe_buffer()