HomeSort by relevance Sort by last modified time
    Searched refs:_tolower_tab_ (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
tolower_.c 48 const short *_tolower_tab_ = _C_tolower_; variable
50 DEF_STRONG(_tolower_tab_);
59 return((_tolower_tab_ + 1)[c]);
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 87 __LIBC32_LEGACY_PUBLIC__ extern const short* _tolower_tab_;

Completed in 309 milliseconds