text 73 opal/mca/patcher/base/base.h uintptr_t text; text 76 opal/mca/patcher/base/base.h return (odp)?odp->text:0; text 20 orte/test/system/mapper.c char text[LINE_LENGTH]; text 31 orte/test/system/mapper.c memset(text, 0, sizeof(text)); text 32 orte/test/system/mapper.c while (fgets(text, sizeof(text), stdin)) { text 34 orte/test/system/mapper.c if ('\n' == text[strlen(text)-1]) { text 35 orte/test/system/mapper.c text[strlen(text)-1] = '\0'; text 38 orte/test/system/mapper.c for (i=0, j=0; i < LINE_LENGTH && '\0' != text[i]; i++) { text 39 orte/test/system/mapper.c if (isspace(text[i])) { text 41 orte/test/system/mapper.c text[i] = '\0'; text 42 orte/test/system/mapper.c opal_argv_append_nosize(&invals, &text[j]); text 48 orte/test/system/mapper.c opal_argv_append_nosize(&invals, &text[j]); text 51 orte/test/system/mapper.c fprintf(stderr, "stdin complete (text strlen: %lu)\n", strlen(text)); text 61 orte/test/system/mapper.c memset(text, 0, sizeof(text)); text 25 orte/test/system/reducer.c char text[100]; text 38 orte/test/system/reducer.c while (fgets(text, sizeof(text), stdin)) { text 40 orte/test/system/reducer.c if ('\n' == text[strlen(text)-1]) { text 41 orte/test/system/reducer.c text[strlen(text)-1] = '\0'; text 43 orte/test/system/reducer.c incnt = opal_argv_split(text, '\t'); text 46 orte/test/system/reducer.c opal_output(0, "INCORRECT WORD SPLIT: %s", text); text 210 test/datatype/position.c static char text[1024]; text 213 test/datatype/position.c index = sprintf( text, "0x" ); text 215 test/datatype/position.c index += sprintf( text + index, "%x", (int)(((char*)src)[i]) ); text 216 test/datatype/position.c *(text + index) = '\0'; text 217 test/datatype/position.c return text;