Searched refs:NULLC (Results 1 - 6 of 6) sorted by relevance

/external/svox/pico/lib/
H A Dpicopal.h64 #define NULLC '\000' macro
H A Dpicopal.c132 /* copy src into dst, but make sure that dst is not accessed beyond its size 'siz' and is allways NULLC-terminated.
133 * 'siz' is the number of bytes of the destination, including one byte for NULLC!
134 * returns the full length of the input string, not including termination NULLC (strlen(src)).
145 if ((*(d++) = *(s++)) == NULLC) {
151 /* Not enough room in dst, add NULLC and traverse rest of src */
154 *d = NULLC; /* NULLC-terminate dst */
160 return(s - src - 1); /* count does not include NULLC */
H A Dpicorsrc.c100 this->name[0] = NULLC;
183 this->voiceName[0] = NULLC;
187 this->resourceName[i][0] = NULLC;
321 this->tmpHeader[hdrlen1] = NULLC;
864 vdef->voiceName[0] = NULLC;
960 required = (NULLC != vdef->resourceName[i][0]);
982 required = (NULLC != vdef->resourceName[i][0]);
H A Dpicoos.c891 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 (
[all...]
H A Dpicoktab.c620 lowercase[0] = NULLC;
625 graphsubs1[0] = NULLC;
630 graphsubs2[0] = NULLC;
H A Dpicotrns.c695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
699 * @param inStr NULLC-terminated byte sequence
733 *outputSymIds = NULLC;

Completed in 67 milliseconds