reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 if (*db != '\0') { 102 for (db2 = db + 1; db2 < db + __kmp_debug_buf_chars - 1; db2++) { 102 for (db2 = db + 1; db2 < db + __kmp_debug_buf_chars - 1; db2++) { 113 if (db2 == db + __kmp_debug_buf_chars - 1 && *db2 == '\0' && 118 __kmp_printf_no_lock("%4d: %.*s", i, __kmp_debug_buf_chars, db); 119 *db = '\0'; /* only let it print once! */ 122 db += __kmp_debug_buf_chars; 123 if (db >= db_end) 124 db = __kmp_debug_buffer;