Searched refs:lastdot (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_init.c264 char *p, *lastdot; local
309 lastdot = NULL;
318 lastdot = p;
322 if ((dotcount == 4) || ((semicount > 0) && (lastdot != NULL)))
324 aport = atoi(lastdot + 1);
326 *lastdot = '\0';
757 char *lastdot, *checkp; local
776 lastdot = NULL;
785 lastdot = checkp;
789 if ((dotcount == 4) || ((semicount > 0) && (lastdot !
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd2.c347 int lastdot; local
349 lastdot = dot - &message[0] + 1;
352 if (list[0] > lastdot) {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dname.c67 static char *lastdot(char*, int);
637 if(cp=lastdot(sp,'='))
3207 static char *lastdot(char *cp, int eq) function
3264 if(lastdot(cp,0) && nv_isattr(np,NV_MINIMAL))
3391 if((ep = lastdot(cp,0)) && nv_isattr(np,NV_MINIMAL))

Completed in 140 milliseconds