HomeSort by: relevance | last modified time | path
    Searched refs:stpt (Results 1 - 1 of 1) 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...]

Completed in 10 milliseconds