Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dmktemp.c95 char *start, *trv, *suffp, *carryp; in _gettemp() local
114 suffp = trv; in _gettemp()
116 if (trv < path || NULL != strchr(suffp, '/')) { in _gettemp()
129 memcpy(carrybuf, start, suffp - start); in _gettemp()
169 if (trv == suffp) in _gettemp()