Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/cp/
Dcp.c82 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
83 *--(p).p_end = '\0'; \
87 PATH_T to = { .p_end = to.p_path, .target_end = empty };
212 to.p_end = to.p_path + strlen(to.p_path); in main()
213 have_trailing_slash = (to.p_end[-1] == '/'); in main()
216 to.target_end = to.p_end; in main()
414 to.p_end = target_mid + nlen; in copy()
415 *to.p_end = 0; in copy()
Dextern.h38 char *p_end; /* pointer to NULL at end of path */ member
/system/core/libcutils/
Drecord_stream.c74 unsigned char *p_end) in getEndOfRecord() argument
79 if (p_end < p_begin + HEADER_SIZE) { in getEndOfRecord()
88 if (p_end < p_ret) { in getEndOfRecord()