Searched refs:printpathn (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | getcwd.c | 9 printpathn(tcp, tcp->u_arg[0], tcp->u_rval - 1); in SYS_FUNC()
|
D | memfd_create.c | 47 printpathn(tcp, tcp->u_arg[0], 255 - (sizeof("memfd:") - 1)); in SYS_FUNC()
|
D | dirent.c | 54 printpathn(tcp, addr + offsetof(kernel_dirent, d_name), d.d_reclen); in print_old_dirent()
|
D | util.c | 751 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()
|
D | defs.h | 880 printpathn(struct tcb *, kernel_ulong_t addr, unsigned int n);
|
D | ChangeLog-CVS | 394 (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
|
D | ChangeLog | 8757 * 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 …]
|