HomeSort by: relevance | last modified time | path
    Searched refs:ctypefn (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/cc/
t_ctype_abuse.sh 30 local ctypefn reftype desc
32 ctypefn=$1
43 atf_set "descr" "Test that $ctypefn warns on $desc of type char"
49 local ctypefn reftype
51 ctypefn=$1
71 return $ctypefn($ref);
85 local ctypefn reftype tc
87 for ctypefn in \
102 # end of ctypefn enumeration
105 tc=${ctypefn}_${reftype
    [all...]
  /src/tests/lib/libc/gen/
t_ctype.c 103 test_abuse(const char *name, int (*ctypefn)(int))
116 result = (*ctypefn)(ch);
133 test_abuse_in_locales(const char *name, int (*ctypefn)(int), bool macro)
149 test_abuse(buf, ctypefn);
154 test_use(const char *name, int (*ctypefn)(int))
164 result = (*ctypefn)(ch);
178 test_isalpha_locale(const char *L, int (*ctypefn)(int))
182 test_use("isalpha", ctypefn);
183 ATF_CHECK(!(*ctypefn)(EOF));
187 test_isupper_locale(const char *L, int (*ctypefn)(int)
    [all...]

Completed in 14 milliseconds