Home
last modified time | relevance | path

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

/openbsd-src/bin/pax/
H A Dfile_subs.c476 res = set_ids(nm, arcn->sb.st_uid, arcn->sb.st_gid); in node_creat()
665 (void)set_ids(name, st_uid, st_gid); in chk_path()
759 set_ids(char *fnm, uid_t uid, gid_t gid) in set_ids() function
H A Dextern.h130 int set_ids(char *, uid_t, gid_t);
H A Dtables.c859 if (set_ids(path, sb.st_uid, sb.st_gid)) in sltab_process_one()