Home
last modified time | relevance | path

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

/external/strace/
Dgetcwd.c9 printpathn(tcp, tcp->u_arg[0], tcp->u_rval - 1); in SYS_FUNC()
Dmemfd_create.c47 printpathn(tcp, tcp->u_arg[0], 255 - (sizeof("memfd:") - 1)); in SYS_FUNC()
Ddirent.c54 printpathn(tcp, addr + offsetof(kernel_dirent, d_name), d.d_reclen); in print_old_dirent()
Dutil.c751 printpathn(struct tcb *const tcp, const kernel_ulong_t addr, unsigned int n) in printpathn() function
781 return printpathn(tcp, addr, PATH_MAX - 1); in printpath()
Ddefs.h880 printpathn(struct tcb *, kernel_ulong_t addr, unsigned int n);
DChangeLog-CVS394 (printpathn): Fix the case when "..." was appended to the output
888 (printpathn): Likewise.
946 printpathn() to avoid unprintable characters in output.
953 (printpathn): Update for new string_quote interface.
954 (printpath): Use printpathn.
1847 * util.c (printpathn): Cap N at sizeof path - 1.
2298 * util.c (printpath, printpathn): Print NULL and don't try any fetch
DChangeLog8757 * defs.h (printstr_ex, printpathn, printpath): Change return type from
8761 * util.c (printpathn): Return -1 on NULL addr, nul_seen (exit code of
8763 (printpath): Return printpathn result.
10679 using printpathn.
13307 * util.c (printpathn): Decrease buffer size to PATH_MAX.
13537 (printpathn): Use it instead of print_quoted_string with
21477 * defs.h (printpath, printpathn): Change address argument type
21479 * util.c (printpath, printpathn): Likewise.
28229 * util.c (printpathn, printstr, umoven_or_printaddr): Likewise.
40567 the same way printpathn() does.
[all …]