Searched refs:PR_MAX_DATA_LEN (Results 1 – 1 of 1) sorted by relevance
72 #define PR_MAX_DATA_LEN IN_BUF_SIZE macro73 #define PR_MAX_DATA_LEN_Z PR_MAX_DATA_LEN + 1 /* all strings in picopr should use this const…461 while ((i<PR_MAX_DATA_LEN) && (str[i] != 0)) { in pr_strlen()473 while ((i<PR_MAX_DATA_LEN) && (src[i] != 0)) { in pr_strcpy()487 while ((i<PR_MAX_DATA_LEN) && (dest[i] != 0)) { in pr_strcat()491 while ((i<PR_MAX_DATA_LEN) && (j<PR_MAX_DATA_LEN) && (src[j] != 0)) { in pr_strcat()508 while ((*ind < PR_MAX_DATA_LEN) && (string[*ind] != termCh) && (string[*ind] != 0)) { in pr_getTermPartStr()509 if (j < PR_MAX_DATA_LEN) { in pr_getTermPartStr()517 if (j < PR_MAX_DATA_LEN) { in pr_getTermPartStr()520 *done = ((*ind < PR_MAX_DATA_LEN) && (string[*ind] == termCh)); in pr_getTermPartStr()[all …]