Home
last modified time | relevance | path

Searched refs:strtp (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/heirloom-doctools/heirloom-doctools-160308/ptx/
H A Dptx.c669 hash(const wchar_t *strtp,const wchar_t *endp) in hash() argument
675 if((endp - strtp) == 1) in hash()
678 cp = strtp; in hash()
696 storeh(int num,const wchar_t *strtp) in storeh() argument
702 hasht[i] = strtp; in storeh()
708 hasht[i] = strtp; in storeh()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsuma_utils.c2059 char *endp, *strtp; in SUMA_CleanNumString() local
2096 strtp = s; in SUMA_CleanNumString()
2102 d = strtod(strtp, &endp); in SUMA_CleanNumString()
2108 if (endp == strtp && *endp=='\0') { in SUMA_CleanNumString()
2111 strtp = endp; in SUMA_CleanNumString()
2300 char *endp, *strtp; in SUMA_StringToNum() local
2333 strtp = s; in SUMA_StringToNum()
2339 d = strtod(strtp, &endp); in SUMA_StringToNum()
2342 if (endp == strtp && *endp=='\0') { in SUMA_StringToNum()
2349 strtp = endp; in SUMA_StringToNum()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.c10061 char *endp, *strtp, s[SUMA_MAX_STRING_LENGTH], cbuf; in SUMA_ReadNumStdin() local
10089 strtp = s; in SUMA_ReadNumStdin()
10095 fv[nvr] = strtod(strtp, &endp); in SUMA_ReadNumStdin()
10098 if (endp == strtp) { in SUMA_ReadNumStdin()
10102 strtp = endp; in SUMA_ReadNumStdin()