Home
last modified time | relevance | path

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

/dflybsd-src/sbin/jscan/
H A Ddump_mirror.c307 jattr->symlinkdata = dupdatastr(buf, recsize); in dump_mirror_payload()
358 jattr->comm = dupdatastr(buf, recsize); in dump_mirror_payload()
361 jattr->attrname = dupdatastr(buf, recsize); in dump_mirror_payload()
H A Djscan.h163 char *dupdatastr(const void *buf, int bytes);
H A Dsubs.c302 dupdatastr(const void *buf, int bytes) in dupdatastr() function