Searched refs:c (Results 1 – 7 of 7) sorted by relevance
106 #define is_digit(c) ((unsigned)(c) - '0' <= 9) argument895 char c = *p++; in format_quoted_string() local898 switch (c) { in format_quoted_string()899 default: *b++ = c, s--; continue; in format_quoted_string()902 case ' ': c = 's'; break; in format_quoted_string()903 case '\f': c = 'f'; break; in format_quoted_string()904 case '\n': c = 'n'; break; in format_quoted_string()905 case '\r': c = 'r'; break; in format_quoted_string()906 case '\t': c = 't'; break; in format_quoted_string()907 case '\v': c = 'v'; break; in format_quoted_string()[all …]
710 switch (c) { in main()923 name, c); in namecheck()925 if (c == '/') { in namecheck()1030 int c; in dolink() local1086 char c; in itssymlink() local2577 if (c < 0) { in stringzone()2581 if (compat < c) in stringzone()2582 compat = c; in stringzone()2586 if (c < 0) { in stringzone()2590 if (compat < c) in stringzone()[all …]
2 zic.c zdump.c tzfile.h private.h tzselect.ksh version
69 CFLAGS-zdump.c += $(tz-cflags)70 CFLAGS-zic.c += $(tz-cflags) -Wno-unused-variable
148 while getopts c:n:t:-: opt151 c*)
222 #define is_digit(c) ((unsigned)(c) - '0' <= 9) argument
247 # (c) Report to Congress- Not later than 9 months after the effective1499 # On 15 April 1966 the Time Act (c. T-14, Revised Statutes of1614 # c. 7 defines Yukon standard time as UTC-9. This is still valid;1615 # see Interpretation Act, R.S.C. 1985, c. I-21, s. 35(1).2085 # http://www.jonesbahamas.com/?c=45&a=10412
Completed in 22 milliseconds