Home
last modified time | relevance | path

Searched refs:safe_toupper (Results 1 – 13 of 13) sorted by relevance

/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/src/
H A Dpktread.c379 char safe_toupper(char c) in safe_toupper() function
414 if (safe_toupper(pmon[0]) == safe_toupper(months_ab[i][0]) && in get_month()
415 safe_toupper(pmon[1]) == safe_toupper(months_ab[i][1]) && in get_month()
416 safe_toupper(pmon[2]) == safe_toupper(months_ab[i][2])) in get_month()
/dports/devel/aegis/aegis-4.25.D510/libaegis/arglex/
H A Dchange.cc37 safe_toupper(char c) in safe_toupper() function
63 if (safe_toupper(project_name->str_text[0]) == 'C') in extract_change_number()
98 if (safe_toupper(project_name->str_text[0]) == 'D') in extract_delta_number()
/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dairscan-inifile.c138 return safe_toupper(c) - 'A' + 10; in inifile_hex2int()
513 else if (safe_toupper(*n1) == safe_toupper(*n2)) { in inifile_match_name()
H A Dairscan.h589 #define safe_toupper(c) toupper((unsigned char) c) macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dctype.h125 #define toupper safe_toupper
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dversioncheck.c303 #define safe_toupper(X) (islower((int)X)?toupper((int)X):(X)) macro
330 (safe_toupper(pattern->exe[i])!=safe_toupper(match->exe[i]))) in versioncheck_compare_exeinfo()