HomeSort by: relevance | last modified time | path
    Searched defs:stpt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
sel_subs.c 339 char *stpt; local in function:trng_add
357 for (stpt = str; *stpt != '\0'; ++stpt) {
358 if ((*stpt >= '0') && (*stpt <= '9'))
360 if ((*stpt == ',') && (up_pt == NULL)) {
361 *stpt = '\0';
362 up_pt = stpt + 1;
370 if ((*stpt == '.') && (!dot))
    [all...]
sel_subs.c 339 char *stpt; local in function:trng_add
357 for (stpt = str; *stpt != '\0'; ++stpt) {
358 if ((*stpt >= '0') && (*stpt <= '9'))
360 if ((*stpt == ',') && (up_pt == NULL)) {
361 *stpt = '\0';
362 up_pt = stpt + 1;
370 if ((*stpt == '.') && (!dot))
    [all...]

Completed in 21 milliseconds