reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2044     buf[sizeof(buf) - 1] = 1;
 2044     buf[sizeof(buf) - 1] = 1;
 2045     if (!fgets(buf, sizeof(buf), f)) {
 2045     if (!fgets(buf, sizeof(buf), f)) {
 2051     if (strncmp(buf, s1, sizeof(s1) - 1) == 0) {
 2058     if (KMP_SSCANF(buf, "node_%u id", &level) == 1) {
 2125       buf[sizeof(buf) - 1] = 1;
 2125       buf[sizeof(buf) - 1] = 1;
 2127       if (!fgets(buf, sizeof(buf), f)) {
 2127       if (!fgets(buf, sizeof(buf), f)) {
 2140         buf[0] = 0;
 2141       } else if (!buf[sizeof(buf) - 1]) {
 2141       } else if (!buf[sizeof(buf) - 1]) {
 2156       if (strncmp(buf, s1, sizeof(s1) - 1) == 0) {
 2158         char *p = strchr(buf + sizeof(s1) - 1, ':');
 2189       if (strncmp(buf, s2, sizeof(s2) - 1) == 0) {
 2191         char *p = strchr(buf + sizeof(s2) - 1, ':');
 2201       if (strncmp(buf, s3, sizeof(s3) - 1) == 0) {
 2203         char *p = strchr(buf + sizeof(s3) - 1, ':');
 2214       if (strncmp(buf, s4, sizeof(s4) - 1) == 0) {
 2216         char *p = strchr(buf + sizeof(s4) - 1, ':');
 2226       if (KMP_SSCANF(buf, "node_%u id", &level) == 1) {
 2228         char *p = strchr(buf + sizeof(s4) - 1, ':');
 2242       if ((*buf != 0) && (*buf != '\n')) {
 2242       if ((*buf != 0) && (*buf != '\n')) {