Searched refs:extname (Results 1 – 1 of 1) sorted by relevance
217 char *extname; in uar_wr() local244 if ((extname = strrchr(arcn->name, '/')) == NULL) in uar_wr()245 extname = arcn->name; in uar_wr()247 ++extname; in uar_wr()279 t_uid, t_gid, (u_long)t_mtime, extname); in uar_wr()283 if ((n = strlen(extname)) <= sizeof(h.ar_name)) { in uar_wr()285 if (extname[--n] == ' ') in uar_wr()288 memcpy(h.ar_name, extname, strlen(extname)); in uar_wr()289 extname = NULL; in uar_wr()293 n = strlen(extname); in uar_wr()[all …]