Home
last modified time | relevance | path

Searched refs:theInfo (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Ddynload_win.c208 char theInfo[256]; /* Pointer to error text local
220 (LPTSTR) theInfo, /* the buffer */
221 sizeof(theInfo), /* the buffer size */
235 theInfo[theLength-2] == '\r' &&
236 theInfo[theLength-1] == '\n') {
238 theInfo[theLength] = '\0';
242 strncpy(errBuf+len, theInfo,
/external/python/cpython3/Python/
Ddynload_win.c235 wchar_t theInfo[256]; /* Pointer to error text local
249 theInfo, /* the buffer */
250 sizeof(theInfo) / sizeof(wchar_t), /* size in wchars */
263 theInfo[theLength-2] == '\r' &&
264 theInfo[theLength-1] == '\n') {
266 theInfo[theLength] = '\0';
273 theInfo,
/external/u-boot/drivers/qe/
Duec_phy.c823 struct phy_info *theInfo = NULL; in uec_get_phy_info() local
838 theInfo = phy_info[i]; in uec_get_phy_info()
843 if (theInfo == NULL) { in uec_get_phy_info()
847 ugphy_info ("UEC: PHY is %s (%x)", theInfo->name, phy_ID); in uec_get_phy_info()
850 return theInfo; in uec_get_phy_info()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2935 char theInfo[100]; in expectParseCurrency() local
2936 sprintf(theInfo, "For locale %s, string \"%s\", currency ", in expectParseCurrency()
2939 u_austrcpy(theInfo+uprv_strlen(theInfo), currency); in expectParseCurrency()
2943 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()
2947 uprv_strcpy(theOperation, theInfo); in expectParseCurrency()