Searched refs:linePtr (Results 1 – 5 of 5) sorted by relevance
273 const char *linePtr = strstr( preprocessor_test, "__LINE__" ); in test_kernel_preprocessor_macros() local274 if( linePtr == NULL ) in test_kernel_preprocessor_macros()279 linePtr = strstr( linePtr + strlen( "__LINE__" ), "__LINE__" ); in test_kernel_preprocessor_macros()280 if( linePtr == NULL ) in test_kernel_preprocessor_macros()289 for( ; ( retPtr < linePtr ) && ( retPtr != NULL ); retPtr = strchr( retPtr + 1, '\n' ) ) in test_kernel_preprocessor_macros()
2070 char *linePtr, *lineNext; in loadLists() local2097 linePtr = line; in loadLists()2100 while(isspace(*linePtr)) { in loadLists()2101 linePtr++; in loadLists()2104 s=linePtr; in loadLists()2113 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()2120 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()2121 while(*linePtr == ' ') { in loadLists()2122 linePtr++; in loadLists()2125 if(linePtr[0] == '"') in loadLists()[all …]
124 char *linePtr; in createCommonDataFile() local136 linePtr = line; in createCommonDataFile()172 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()210 uprv_free(linePtr); in createCommonDataFile()