HomeSort by relevance Sort by last modified time
    Searched refs:NULLC (Results 1 - 6 of 6) sorted by null

  /external/svox/pico/lib/
picoos.c 891 msg[0] = NULLC;
    [all...]
picopal.h 64 #define NULLC '\000'
picopal.c 132 /* 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 */
picorsrc.c 100 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]);
    [all...]
picoktab.c 620 lowercase[0] = NULLC;
625 graphsubs1[0] = NULLC;
630 graphsubs2[0] = NULLC;
    [all...]
picotrns.c 695 * 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 2232 milliseconds