Searched refs:fieldcpy (Results 1 – 3 of 3) sorted by relevance
/openbsd/bin/pax/ |
H A D | tar.c | 599 fieldcpy(hd->name, sizeof(hd->name), arcn->name, sizeof(arcn->name)); in tar_wr() 617 fieldcpy(hd->linkname, sizeof(hd->linkname), arcn->ln_name, in tar_wr() 626 fieldcpy(hd->linkname, sizeof(hd->linkname), arcn->ln_name, in tar_wr() 768 cnt = fieldcpy(dest, sizeof(arcn->name) - 1, in ustar_rd() 1068 fieldcpy(hd->name, sizeof(hd->name), buf, sizeof(buf)); in wr_xheader() 1182 fieldcpy(hd->prefix, sizeof(hd->prefix), arcn->name, in wr_ustar_or_pax() 1191 fieldcpy(hd->name, sizeof(hd->name), pt, in wr_ustar_or_pax() 1228 fieldcpy(hd->linkname, sizeof(hd->linkname), arcn->ln_name, in wr_ustar_or_pax() 1555 nlen = fieldcpy(buf, len, name, limit); in expandname()
|
H A D | extern.h | 159 size_t fieldcpy(char *, size_t, const char *, size_t);
|
H A D | gen_subs.c | 389 fieldcpy(char *buf, size_t bufsz, const char *field, size_t fieldsz) in fieldcpy() function
|