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