Searched refs:arcn (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/file_cmds-230/pax/
H A Dcpio.c95 cpio_trail(ARCHD *arcn, char *notused, int notused2, int *notused3) argument
100 if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
113 com_rd(ARCHD *arcn) argument
115 arcn->skip = 0;
116 arcn->pat = NULL;
117 arcn->org_name = arcn->name;
118 switch (arcn->sb.st_mode & C_IFMT) {
120 arcn
185 rd_nm(ARCHD *arcn, int nsz) argument
215 rd_ln_nm(ARCHD *arcn) argument
283 cpio_rd(ARCHD *arcn, char *buf) argument
387 cpio_wr(ARCHD *arcn) argument
565 vcpio_rd(ARCHD *arcn, char *buf) argument
694 vcpio_wr(ARCHD *arcn) argument
879 bcpio_rd(ARCHD *arcn, char *buf) argument
994 bcpio_wr(ARCHD *arcn) argument
[all...]
H A Dar_subs.c113 path_check(ARCHD *arcn, int level) argument
118 if ((p = strrchr(arcn->name, '/')) == NULL)
122 if (realpath(arcn->name, buf) == NULL) {
124 error = path_check(arcn, level + 1);
129 syswarn(1, 0, "Cannot resolve `%s'", arcn->name);
140 arcn->name, buf, p + 1, cwdpath);
156 ARCHD *arcn; local
161 arcn = &archd;
181 while (next_head(arcn) == 0) {
182 if (arcn
244 ARCHD *arcn; local
506 wr_archive(ARCHD *arcn, int is_app) argument
824 ARCHD *arcn; local
986 ARCHD *arcn; local
1259 next_head(ARCHD *arcn) argument
[all...]
H A Dtar.c385 tar_rd(ARCHD *arcn, char *buf) argument
395 memset(arcn, 0, sizeof(*arcn));
396 arcn->org_name = arcn->name;
397 arcn->sb.st_nlink = 1;
404 arcn->nlen = expandname(arcn->name, sizeof(arcn->name),
406 arcn
524 tar_wr(ARCHD *arcn) argument
745 ustar_rd(ARCHD *arcn, char *buf) argument
910 ustar_wr(ARCHD *arcn) argument
[all...]
H A Dpat_rep.c288 * pattern as having selected an archive member. arcn->pat points at the
289 * pattern that was matched. arcn->pat is set in pat_match()
297 * 0 if the pattern pointed at by arcn->pat was tagged as creating a
302 pat_sel(ARCHD *arcn) argument
311 if ((pathead == NULL) || ((pt = arcn->pat) == NULL))
333 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) {
339 * into arcn->name and arcn->name has not been modified.
350 if ((pt->pstr = strdup(arcn->name)) == NULL) {
376 arcn
421 pat_match(ARCHD *arcn) argument
609 mod_name(ARCHD *arcn) argument
702 tty_rename(ARCHD *arcn) argument
769 set_dest(ARCHD *arcn, char *dest_dir, int dir_len) argument
[all...]
H A Dftree.c192 ftree_sel(ARCHD *arcn) argument
211 if (!dflag || (arcn->type != PAX_DIR))
236 ftree_skipped_newer(ARCHD *arcn) argument
354 * 0 when contents of arcn have been set with the next file, -1 when done.
358 next_file(ARCHD *arcn) argument
451 * ok got a file tree node to process. copy info into arcn
454 arcn->skip = 0;
455 arcn->pad = 0;
456 arcn->ln_nlen = 0;
457 arcn
[all...]
H A Dfile_subs.c80 file_creat(ARCHD *arcn) argument
102 file_mode = arcn->sb.st_mode & FILEBITS;
103 if ((fd = open(arcn->name, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL,
112 if (unlnk_exist(arcn->name, arcn->type) != 0)
115 path_to_open = arcn->name;
116 new_path = arcn->name;
129 record_pax_invalid_action_results(arcn, path_to_open);
135 rc = perform_pax_invalid_action(arcn, oerrno);
143 if (nodirs || chk_path(path_to_open,arcn
166 file_close(ARCHD *arcn, int fd) argument
210 lnk_creat(ARCHD *arcn) argument
261 cross_lnk(ARCHD *arcn) argument
289 chk_same(ARCHD *arcn) argument
398 node_creat(ARCHD *arcn) argument
1099 rdfile_close(ARCHD *arcn, int *fd) argument
1129 set_crc(ARCHD *arcn, int fd) argument
[all...]
H A Dpax_format.c356 pax_format_list_output(ARCHD *arcn, time_t now, FILE *fp, int term) argument
377 fname = arcn->name;
432 record_pax_invalid_action_results(ARCHD * arcn, char * fixed_path) argument
440 pax_invalid_action_write_cwd = strdup(arcn->name);
441 pax_invalid_action_write_cwd[fixed_path-arcn->name-1] = '\0';
450 perform_pax_invalid_action(ARCHD * arcn, int err) argument
458 rc = tty_rename(arcn);
611 expand_extended_headers(ARCHD *arcn, HD_USTAR *hd) argument
789 arcn->nlen = len;
790 strlcpy(arcn
868 pax_rd(ARCHD *arcn, char *buf) argument
1036 adjust_copy_for_pax_options(ARCHD * arcn) argument
1153 generate_pax_ext_header_and_data(ARCHD *arcn, int nfields, int *table, char header_type, char * header_name, char * header_name_requested) argument
1289 pax_wr(ARCHD *arcn) argument
[all...]
H A Dtables.c134 chk_lnk(ARCHD *arcn) argument
145 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1))
151 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
158 if ((pt->ino == arcn->sb.st_ino) &&
159 (pt->dev == arcn->sb.st_dev))
172 arcn->ln_nlen = strlcpy(arcn->ln_name, pt->name,
173 sizeof(arcn->ln_name));
175 if (arcn
223 purg_lnk(ARCHD *arcn) argument
375 chk_ftime(ARCHD *arcn) argument
690 add_dev(ARCHD *arcn) argument
769 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask) argument
[all...]
H A Dgen_subs.c83 ls_list(ARCHD *arcn, time_t now, FILE *fp) argument
98 (void)fputs(arcn->name, fp);
100 safe_print(arcn->name, fp);
107 pax_format_list_output(arcn, now, fp, term);
116 sbp = &(arcn->sb);
141 if ((arcn->type == PAX_CHR) || (arcn->type == PAX_BLK))
161 safe_print(arcn->name, fp);
162 if ((arcn->type == PAX_HLK) || (arcn
180 ls_tty(ARCHD *arcn) argument
[all...]
H A Dbuf_subs.c609 wr_rdfile(ARCHD *arcn, int ifd, off_t *left) argument
613 off_t size = arcn->sb.st_size;
637 syswarn(1, errno, "Read fault on %s", arcn->org_name);
639 paxwarn(1, "File changed size during read %s", arcn->org_name);
641 syswarn(1, errno, "Failed stat on %s", arcn->org_name);
642 else if (arcn->sb.st_mtime != sb.st_mtime)
644 arcn->org_name);
670 rd_wrfile(ARCHD *arcn, int ofd, off_t *left) argument
673 off_t size = arcn->sb.st_size;
675 char *fnm = arcn
760 cp_file(ARCHD *arcn, int fd1, int fd2) argument
[all...]
H A Dsel_subs.c83 sel_chk(ARCHD *arcn) argument
85 if (((usrtb != NULL) && usr_match(arcn)) ||
86 ((grptb != NULL) && grp_match(arcn)) ||
87 ((trhead != NULL) && trng_match(arcn)))
177 usr_match(ARCHD *arcn) argument
184 pt = usrtb[((unsigned)arcn->sb.st_uid) % USR_TB_SZ];
186 if (pt->uid == arcn->sb.st_uid)
274 grp_match(ARCHD *arcn) argument
281 pt = grptb[((unsigned)arcn->sb.st_gid) % GRP_TB_SZ];
283 if (pt->gid == arcn
464 trng_match(ARCHD *arcn) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_tcl.tcl1374 gattr nattr aattr ina outa arcn arcw
1397 array set arcNodes [array get arcn]
1398 unset arcn
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpostscr.vim176 syn keyword postscrOperator newpath currentpoint moveto rmoveto lineto rlineto arc arcn arcto curveto

Completed in 421 milliseconds