Searched refs:tailptr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dether_inet_pr_module.c175 mbuf_t *tailptr = &m_list; local
205 *tailptr = m;
206 tailptr = &m->m_nextpkt;
217 *tailptr = NULL;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcookie.c337 const char *tailptr=whatptr; local
338 if(tailptr[0] == '.')
339 tailptr++;
340 strstore(&co->domain, tailptr); /* don't prefix w/dots
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2468 char tmp[80], *pc, *tailptr; local
2507 d = strtod ("nan", &tailptr);
2513 d = strtod (tmp, &tailptr);
2514 if (d == 0.0 && tailptr == tmp) {
2515 d = strtod ("nan", &tailptr);
2521 if (tailptr) {
2522 while (*tailptr) {
2523 switch (*tailptr) {
2527 case '\t': tailptr++; continue;
2530 d = strtod ("nan", &tailptr);
[all...]
H A Ddomxslt.c5801 char *str, *tailptr; local
5811 d = strtod (str, &tailptr);
5812 if (d == 0.0 && tailptr == str) {
7231 char *tailptr; local
7336 d = strtod (attr->nodeValue, &tailptr);
7337 if (d == 0.0 && tailptr == attr->nodeValue) {

Completed in 128 milliseconds