HomeSort by: relevance | last modified time | path
    Searched defs:READ_STRING (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
nslcd-prot.h 183 #define READ_STRING(fp, buffer) \
187 DEBUG_PRINT("READ_STRING: var="__STRING(buffer)" strlen=%d", tmpint32); \
203 DEBUG_PRINT("READ_STRING: var="__STRING(buffer)" string=\"%s\"", buffer);
322 DEBUG_PRINT("READ_STRING: skip %d bytes", (int)tmpint32); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 310 #define READ_STRING(thr, pc, s, n) \
1579 READ_STRING(thr, pc, name, 0);
1593 READ_STRING(thr, pc, name, 0);
1606 READ_STRING(thr, pc, name, 0);
1616 READ_STRING(thr, pc, name, 0);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 357 #define READ_STRING(thr, pc, s, n) \
1653 READ_STRING(thr, pc, name, 0);
1667 READ_STRING(thr, pc, name, 0);
1680 READ_STRING(thr, pc, name, 0);
1690 READ_STRING(thr, pc, name, 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 319 #define READ_STRING(thr, pc, s, n) \
1517 READ_STRING(thr, pc, name, 0);
1527 READ_STRING(thr, pc, name, 0);
1540 READ_STRING(thr, pc, name, 0);
1550 READ_STRING(thr, pc, name, 0);

Completed in 34 milliseconds