Searched refs:read0write2 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Duniq.c17 static FILE *xgetoptfile_uniq_s(char **argv, int read0write2) argument
24 return xfopen(n, "r\0w" + read0write2);
27 return (read0write2) ? stdout : stdin;

Completed in 113 milliseconds