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

  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 176 extern char *strchrnul (char const *__s, int __c_in)
180 # undef strchrnul macro
181 # define strchrnul(a,b) \ macro
182 (GL_LINK_WARNING ("strchrnul is unportable - " \
183 "use gnulib module strchrnul for portability"), \
184 strchrnul (a, b))
  /external/linux-tools-perf/util/
util.h 197 #define strchrnul gitstrchrnul macro

Completed in 130 milliseconds