Home
last modified time | relevance | path

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

/external/strace/
Dutil.c754 int nul_seen; in printpathn() local
766 nul_seen = umovestr(tcp, addr, n + 1, path); in printpathn()
767 if (nul_seen < 0) in printpathn()
770 path[n++] = !nul_seen; in printpathn()
774 return nul_seen; in printpathn()
DChangeLog8761 * util.c (printpathn): Return -1 on NULL addr, nul_seen (exit code of