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

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dmktemp.c105 char *start, *trv, *suffp, *carryp; local
124 suffp = trv;
126 if (trv < path || NULL != strchr(suffp, '/')) {
139 memcpy(carrybuf, start, suffp - start);
179 if (trv == suffp)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dmktemp.c97 register char *start, *trv, *suffp; local
110 suffp = trv;
151 if (*trv == '\0' || trv == suffp)
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dmktemp.c97 register char *start, *trv, *suffp; local
110 suffp = trv;
151 if (*trv == '\0' || trv == suffp)

Completed in 122 milliseconds