Searched refs:toprint (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 Duname.c59 char toprint; local
61 toprint = getopt32(argv, options);
67 if (toprint & (1 << 6)) {
68 toprint = 0x3f;
71 if (toprint == 0) {
72 toprint = 1; /* sysname */
91 if (toprint & 1) {
93 if (toprint > 1) {
98 } while (toprint >>= 1);

Completed in 92 milliseconds