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

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dget_console.c53 static int open_a_console(char *fnam) argument
58 fd = open(fnam, O_RDWR);
62 fd = open(fnam, O_RDONLY);
66 fd = open(fnam, O_WRONLY);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c987 static int open_a_console(char *fnam) argument
992 fd = open(fnam, O_RDWR);
996 fd = open(fnam, O_RDONLY);
1000 fd = open(fnam, O_WRONLY);

Completed in 112 milliseconds