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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddos2unix.c23 static int convert(char *fn, int conv_type) argument
55 if (conv_type == CT_UNIX2DOS)
84 int o, conv_type; local
88 conv_type = CT_DOS2UNIX; /* 2 */
90 conv_type = CT_UNIX2DOS; /* 1 */
100 conv_type = o;
104 o = convert(argv[optind], conv_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dnmeter.c163 enum conv_type { conv_decimal, conv_slash }; enum
170 enum conv_type conv, ullong *vec, va_list arg_ptr)

Completed in 89 milliseconds