Home | History | Annotate | Download | only in lib

Lines Matching refs:NULLC

891             msg[0] = NULLC;
1160 while (done && (str[i] != NULLC)) {
1174 while (done && (str[i] != NULLC)) {
1338 name[0] = (picoos_char)NULLC;
1882 header->field[i].key[0] = NULLC;
1883 header->field[i].value[0] = NULLC;
1998 while ((fromStr[*pos] != NULLC) && (fromStr[*pos] <= ' ')) {
2002 while ((fromStr[*pos] != NULLC) && (fromStr[*pos] > ' ') && (i < maxsize-1)) {
2005 toStr[i] = NULLC;
2255 * possibly not containing NULLC (e.g. result of strlen).
2257 * for the terminating NULLC! */
2268 part[0] = (picoos_char) NULLC;
2272 while ((((*ind) < stringlen) && (string[(*ind)] != sepCh)) && (string[((*ind))] != (picoos_char)NULLC)) {
2281 part[j] = (picoos_char)NULLC;
2285 } else if (string[(*ind)] == (picoos_char)NULLC) {