Searched refs:tempVal (Results 1 – 3 of 3) sorted by relevance
128 __nis_value_t **valA, *tempVal; in processSplitField() local147 if ((tempVal = stringToValue(inVal->val->value, in processSplitField()153 str = oldstr = tempVal->val->value; in processSplitField()154 oldlen = tempVal->val->length; in processSplitField()157 tempVal->val->value = str; in processSplitField()158 tempVal->val->length = strlen(str) + 1; in processSplitField()163 tempVal, &numVals, sepset, &str); in processSplitField()181 tempVal->val->value = oldstr; in processSplitField()182 tempVal->val->length = oldlen; in processSplitField()183 freeValue(tempVal, 1); in processSplitField()[all …]
237 uint8_t tempVal = (uint8_t)0; in todds1307_attach() local291 tempVal = i2c_tp->i2c_rbuf[0]; in todds1307_attach()295 if (tempVal & 0x80) { /* check Oscillator */ in todds1307_attach()
234 uint8_t tempVal = (uint8_t)0; in todds1337_attach() local299 tempVal = i2c_tp->i2c_rbuf[0]; in todds1337_attach()307 if (tempVal & RTC_CTL_EOSC) { in todds1337_attach()