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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsleep.c27 static const struct suffix_mult sfx[] = { variable in typeref:struct:suffix_mult
50 duration += xatoul_range_sfx(*argv, 0, UINT_MAX-duration, sfx);
H A Dsplit.c64 const char *sfx; local
72 opt = getopt32(argv, "l:b:a:", &count_p, &count_p, &sfx);
79 suffix_len = xatou(sfx);
80 sfx = "x";
85 sfx = argv[1];
91 if (NAME_MAX < strlen(sfx) + suffix_len)
97 pfx = xasprintf("%s%s", sfx, char_p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dxatonum.h13 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
15 unsigned type xstrto##UT##_sfx(const char *str, int b, const struct suffix_mult *sfx); \
17 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
19 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \
21 type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx); \
23 type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx); \
25 type xato##T##_sfx(const char *str, const struct suffix_mult *sfx); \
37 unsigned narrow xstrto##UN##_range_sfx(const char *str, int b, unsigned narrow l, unsigned narrow u, const struct suffix_mult *sfx) \
38 { return xstrto##UW##_range_sfx(str, b, l, u, sfx); } \
43 unsigned narrow xstrto##UN##_sfx(const char *str, int b, const struct suffix_mult *sfx) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A DMakefile96 *DSO_DLFCN*) sfx="so";; \
97 *DSO_DL*) sfx="sl";; \
98 *) sfx="bad";; \
100 cp lib$$l.$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx.new; \
102 sfx="so"; \
103 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx.new; \
105 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx.new; \
106 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx ); \
[all...]

Completed in 64 milliseconds