Searched refs:finfo (Results 1 - 25 of 99) sorted by relevance

1234

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcheckin.c30 Checkin (int type, struct file_info *finfo, char *rev, char *tag, argument
37 tocvsPath = wrap_tocvs_process_file (finfo->file);
42 if (unlink_file_dir (finfo->file) < 0)
44 error (1, errno, "cannot remove %s", finfo->fullname);
45 rename_file (tocvsPath, finfo->file);
49 /* There use to be a check for finfo->rcs == NULL here and then a
54 assert (finfo->rcs != NULL);
56 switch (RCS_checkin (finfo->rcs, finfo->update_dir, finfo
[all...]
H A Dremove.c29 struct file_info *finfo);
31 static int remove_fileproc (void *callerdat, struct file_info *finfo);
145 remove_force_fileproc (void *callerdat, struct file_info *finfo) argument
147 if (CVS_UNLINK (finfo->file) < 0 && ! existence_error (errno))
148 error (0, errno, "unable to remove %s", finfo->fullname);
159 remove_fileproc (void *callerdat, struct file_info *finfo) argument
167 if ( CVS_UNLINK (finfo->file) < 0 && ! existence_error (errno))
169 error (0, errno, "unable to remove %s", finfo->fullname);
176 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
183 finfo
[all...]
H A Dno_diff.c28 No_Difference (struct file_info *finfo, Vers_TS *vers) argument
48 if (preserve_perms && special_file_mismatch (finfo, vers->vn_user, NULL))
57 tocvsPath = wrap_tocvs_process_file (finfo->file);
59 tocvsPath == NULL ? finfo->file : tocvsPath);
63 ts = time_stamp (finfo->file);
64 Register (finfo->entries, finfo->file,
71 server_update_entries (finfo->file, finfo->update_dir,
72 finfo
[all...]
H A Dupdate.c56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
60 static int patch_file (struct file_info *finfo,
66 static int merge_file (struct file_info *finfo, Vers_TS *vers);
67 static int scratch_file (struct file_info *finfo, Vers_TS *vers);
82 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
554 get_linkinfo_proc (void *callerdat, struct file_info *finfo) argument
561 fullpath = Xasprintf ("%s/%s", working_dir, finfo->fullname);
599 update_fileproc (void *callerdat, struct file_info *finfo) argument
605 status = Classify_File (finfo, tag, date, options, force_tag_match,
612 if (!access_allowed (finfo
823 struct file_info finfo; local
1183 scratch_file(struct file_info *finfo, Vers_TS *vers) argument
1224 checkout_file(struct file_info *finfo, Vers_TS *vers_ts, int adding, int merging, int update_server) argument
1550 patch_file(struct file_info *finfo, Vers_TS *vers_ts, int *docheckout, struct stat *file_info, unsigned char *checksum) argument
1860 write_letter(struct file_info *finfo, int letter) argument
1902 RegisterMerge(struct file_info *finfo, Vers_TS *vers, const char *backup, int has_conflicts) argument
1939 merge_file(struct file_info *finfo, Vers_TS *vers) argument
2097 join_file(struct file_info *finfo, Vers_TS *vers) argument
2640 special_file_mismatch(struct file_info *finfo, char *rev1, char *rev2) argument
[all...]
H A Dclassify.c19 static void sticky_ck (struct file_info *finfo, int aflag,
26 * finfo Information about the file to be classified.
42 Classify_File (struct file_info *finfo, char *tag, char *date, char *options, argument
49 vers = Version_TS (finfo, options, tag, date,
69 finfo->fullname);
83 program_name, finfo->fullname);
95 program_name, finfo->fullname);
99 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers))
104 finfo->fullname);
129 finfo
410 sticky_ck(struct file_info *finfo, int aflag, Vers_TS *vers) argument
[all...]
H A Dadd.c39 static int add_directory (struct file_info *finfo);
293 struct file_info finfo; local
296 memset (&finfo, 0, sizeof finfo);
301 finfo.fullname = xstrdup (argv[i]);
309 finfo.update_dir = "";
310 finfo.file = p;
315 finfo.update_dir = filename;
316 finfo.file = p;
317 if (CVS_CHDIR (finfo
766 add_directory(struct file_info *finfo) argument
[all...]
H A Ddiff.c44 static enum diff_file diff_file_nodiff (struct file_info *finfo, Vers_TS *vers,
46 static int diff_fileproc (void *callerdat, struct file_info *finfo);
484 diff_fileproc (void *callerdat, struct file_info *finfo) argument
497 vers = Version_TS (finfo, NULL, NULL, NULL, 1, 0);
510 if (!access_allowed (NULL, finfo->repository, diff_rev1, 5,
515 Short_Repository (finfo->repository));
518 Short_Repository (finfo->repository),
519 finfo->file);
526 if (!access_allowed (NULL, finfo->repository, diff_rev2, 5,
531 Short_Repository (finfo
964 diff_file_nodiff(struct file_info *finfo, Vers_TS *vers, enum diff_file empty_file, char **rev1_cache) argument
[all...]
H A Dcommit.c33 static int check_fileproc (void *callerdat, struct file_info *finfo);
44 static int commit_fileproc (void *callerdat, struct file_info *finfo);
48 static int finaladd (struct file_info *finfo, char *revision, char *tag,
56 static int remove_file (struct file_info *finfo, char *tag,
217 find_fileproc (void *callerdat, struct file_info *finfo) argument
233 p->key = xstrdup (finfo->file);
238 xfinfo = *finfo;
246 error (0, 0, "nothing known about `%s'", finfo->fullname);
249 program_name, finfo->fullname);
259 " again)", finfo
717 classify_file_internal(struct file_info *finfo, Vers_TS **vers) argument
804 check_fileproc(void *callerdat, struct file_info *finfo) argument
1329 commit_fileproc(void *callerdat, struct file_info *finfo) argument
1745 remove_file(struct file_info *finfo, char *tag, char *message) argument
1904 finaladd(struct file_info *finfo, char *rev, char *tag, char *options) argument
[all...]
H A Dvers_ts.c26 * finfo struct file_info data about the file to be examined.
43 Version_TS (struct file_info *finfo, char *options, char *tag, char *date, argument
63 if (finfo->entries == NULL)
70 p = findnode_fn (finfo->entries, finfo->file);
71 sdtp = finfo->entries->list->data; /* list-private */
127 if (finfo->rcs != NULL)
128 rcsexpand = RCS_getexpand (finfo->rcs);
181 if (finfo->rcs != NULL)
183 rcsdata = finfo
[all...]
H A Dstatus.c23 static int status_fileproc (void *callerdat, struct file_info *finfo);
124 status_fileproc (void *callerdat, struct file_info *finfo) argument
131 status = Classify_File (finfo, NULL, NULL, NULL, 1, 0, &vers, 0);
137 if (!access_allowed (finfo->file, finfo->repository, vers->tag, 5,
142 Short_Repository (finfo->repository));
145 Short_Repository (finfo->repository), finfo->file);
183 if (file_has_markers (finfo))
212 cvs_output (finfo
[all...]
H A Dannotate.c256 annotate_fileproc (void *callerdat, struct file_info *finfo) argument
260 if (finfo->rcs == NULL)
263 if (finfo->rcs->flags & PARTIAL)
264 RCS_reparsercsfile (finfo->rcs, NULL, NULL);
266 expand = RCS_getexpand (finfo->rcs);
267 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match, NULL);
276 if (!access_allowed (finfo->file, finfo->repository, version, 5,
281 Short_Repository (finfo->repository));
284 Short_Repository (finfo
[all...]
H A Dedit.c35 onoff_fileproc (void *callerdat, struct file_info *finfo) argument
37 fileattr_get0 (finfo->file, "_watched");
38 fileattr_set (finfo->file, "_watched", turning_on ? "" : NULL);
131 dummy_fileproc (void *callerdat, struct file_info *finfo) argument
147 ncheck_fileproc (void *callerdat, struct file_info *finfo) argument
199 notify_do (notif_type, filename, finfo->update_dir, getcaller (), val,
200 watches, finfo->repository);
300 static int find_editors_and_output (struct file_info *finfo) argument
304 them = fileattr_get0 (finfo->file, "_editors");
308 editors_output (finfo
324 struct file_info finfo; local
348 edit_fileproc(void *callerdat, struct file_info *finfo) argument
605 unedit_fileproc(void *callerdat, struct file_info *finfo) argument
1180 editors_fileproc(void *callerdat, struct file_info *finfo) argument
[all...]
H A Dtag.c29 static int check_fileproc (void *callerdat, struct file_info *finfo);
42 static int rtag_fileproc (void *callerdat, struct file_info *finfo);
44 static int tag_fileproc (void *callerdat, struct file_info *finfo);
601 check_fileproc (void *callerdat, struct file_info *finfo) argument
611 finfo->repository ? finfo->repository : "(null)",
612 finfo->fullname ? finfo->fullname : "(null)",
613 finfo->rcs ? (finfo
981 rtag_fileproc(void *callerdat, struct file_info *finfo) argument
1221 tag_fileproc(void *callerdat, struct file_info *finfo) argument
1481 val_fileproc(void *callerdat, struct file_info *finfo) argument
[all...]
H A Dserver.h68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
116 void server_updated (struct file_info *finfo, Vers_TS *vers,
202 void server_edit_file (struct file_info *finfo);
H A Dpatch.c29 static int patch_fileproc (void *callerdat, struct file_info *finfo);
383 patch_fileproc (void *callerdat, struct file_info *finfo) argument
414 if ((rcsfile = finfo->rcs) == NULL)
422 rcs_orig = rcs = Xasprintf ("%s%s", finfo->file, RCSEXT);
482 cvs_output (finfo->fullname, 0);
509 if (!access_allowed (finfo->file, finfo->repository, rev1, 5,
514 Short_Repository (finfo->repository));
517 Short_Repository (finfo->repository), finfo
[all...]
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dfilesys.h58 struct stat *finfo, int *is_compressed);
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.h43 struct stat *finfo);
/netbsd-current/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.encode/
H A Dencode-1.c42 unsigned char finfo = sframe_fde_create_func_info (SFRAME_FRE_TYPE_ADDR1, local
44 err = sframe_encoder_add_funcdesc (encode, 0xfffff03e, 0x1b, finfo, 4);
67 unsigned char finfo = sframe_fde_create_func_info (SFRAME_FRE_TYPE_ADDR1, local
69 err = sframe_encoder_add_funcdesc (encode, 0xfffff059, 0x10, finfo, 4);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dfileman.c367 struct stat finfo; local
372 if (stat (arg, &finfo) == -1)
382 finfo.st_nlink,
383 (finfo.st_nlink == 1) ? "" : "s",
384 finfo.st_size,
385 (finfo.st_size == 1) ? "" : "s");
386 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
387 printf (" Last access at: %s", ctime (&finfo.st_atime));
388 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Dfileman.c367 struct stat finfo; local
372 if (stat (arg, &finfo) == -1)
382 finfo.st_nlink,
383 (finfo.st_nlink == 1) ? "" : "s",
384 (unsigned long)finfo.st_size,
385 (finfo.st_size == 1) ? "" : "s");
386 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
387 printf (" Last access at: %s", ctime (&finfo.st_atime));
388 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c275 struct stat finfo; local
291 if ((file < 0) || (fstat (file, &finfo) == -1))
294 if (S_ISREG (finfo.st_mode) == 0)
304 file_size = (size_t)finfo.st_size;
307 if (file_size != finfo.st_size || file_size + 1 < file_size)
510 /* Should we call chown, based on whether finfo and nfinfo describe different
513 #define SHOULD_CHOWN(finfo, nfinfo) \
514 (finfo.st_uid != nfinfo.st_uid || finfo.st_gid != nfinfo.st_gid)
524 struct stat finfo, nfinf local
685 struct stat finfo, nfinfo; local
[all...]
/netbsd-current/sbin/fsck_lfs/
H A Dlfs_user.h36 union finfo;
87 int check_summary(struct lfs *, union segsum *, daddr_t, int, struct uvnode *, void (*)(daddr_t, union finfo *));
/netbsd-current/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.decode/
H A Dbe-flipping.c52 unsigned char finfo; local
104 err = sframe_decoder_get_funcdesc (dctx, 0, &nfres, &fsize, &fstart, &finfo);
H A Dfrecnt-1.c43 unsigned char finfo; local
88 err = sframe_decoder_get_funcdesc (dctx, 0, &nfres, &fsize, &fstart, &finfo);
H A Dfrecnt-2.c44 unsigned char finfo; local
92 &finfo);

Completed in 172 milliseconds

1234