HomeSort by relevance Sort by last modified time
    Searched refs:DEF_STRONG (Results 1 - 25 of 43) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
abs.c 38 DEF_STRONG(abs);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 46 DEF_STRONG(isalnum);
54 DEF_STRONG(isalpha);
62 DEF_STRONG(isblank);
70 DEF_STRONG(iscntrl);
78 DEF_STRONG(isdigit);
86 DEF_STRONG(isgraph);
94 DEF_STRONG(islower);
102 DEF_STRONG(isprint);
110 DEF_STRONG(ispunct);
118 DEF_STRONG(isspace)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 48 DEF_STRONG(strcmp);
memchr.c 49 DEF_STRONG(memchr);
strncmp.c 48 DEF_STRONG(strncmp);
strncpy.c 59 DEF_STRONG(strncpy);
strpbrk.c 49 DEF_STRONG(strpbrk);
strcspn.c 59 DEF_STRONG(strcspn);
strncat.c 58 DEF_STRONG(strncat);
strspn.c 52 DEF_STRONG(strspn);
strtok.c 39 DEF_STRONG(strtok);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
rget.c 52 DEF_STRONG(__srget);
fputws.c 58 DEF_STRONG(fputws);
fwide.c 65 DEF_STRONG(fwide);
vsscanf.c 59 DEF_STRONG(vsscanf);
wbuf.c 85 DEF_STRONG(__swbuf);
fgetwc.c 91 DEF_STRONG(fgetwc);
fgetws.c 80 DEF_STRONG(fgetws);
ungetwc.c 78 DEF_STRONG(ungetwc);
  /bionic/libc/upstream-openbsd/lib/libc/locale/
btowc.c 53 DEF_STRONG(btowc);
mbrlen.c 40 DEF_STRONG(mbrlen);
wctob.c 44 DEF_STRONG(wctob);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 107 DEF_STRONG(__ldtoa);
122 DEF_STRONG(__ldtoa);
strtof.c 82 DEF_STRONG(strtof);
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 45 /* Ignore all DEF_STRONG/DEF_WEAK in OpenBSD. */
46 #define DEF_STRONG(sym)

Completed in 870 milliseconds

1 2