| /src/external/gpl2/xcvs/dist/src/ |
| checkin.c | 30 Checkin (int type, struct file_info *finfo, char *rev, char *tag, 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->file, message [all...] |
| remove.c | 29 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) 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) 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->fullname) [all...] |
| no_diff.c | 28 No_Difference (struct file_info *finfo, Vers_TS *vers) 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->repository, SERVER_UPDATED) [all...] |
| update.c | 56 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) 561 fullpath = Xasprintf ("%s/%s", working_dir, finfo->fullname); 599 update_fileproc (void *callerdat, struct file_info *finfo) 605 status = Classify_File (finfo, tag, date, options, force_tag_match, 612 if (!access_allowed (finfo->file, finfo->repository, vers->tag, 5 823 struct file_info finfo; local [all...] |
| classify.c | 19 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, 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->fullname) [all...] |
| add.c | 39 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.update_dir) < 0 [all...] |
| diff.c | 44 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) 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->repository)) [all...] |
| commit.c | 33 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) 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->fullname) [all...] |
| vers_ts.c | 23 /* Fill in and return a Vers_TS structure for the file FINFO. 26 * finfo struct file_info data about the file to be examined. 37 * specified by FINFO to the checkin time of RET->vn_rcs. 40 * Vers_TS structure for FINFO. 43 Version_TS (struct file_info *finfo, char *options, char *tag, char *date, 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 [all...] |
| status.c | 23 static int status_fileproc (void *callerdat, struct file_info *finfo); 124 status_fileproc (void *callerdat, struct file_info *finfo) 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->file, 0) [all...] |
| annotate.c | 256 annotate_fileproc (void *callerdat, struct file_info *finfo) 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->repository), finfo->file) [all...] |
| edit.c | 35 onoff_fileproc (void *callerdat, struct file_info *finfo) 37 fileattr_get0 (finfo->file, "_watched"); 38 fileattr_set (finfo->file, "_watched", turning_on ? "" : NULL); 131 dummy_fileproc (void *callerdat, struct file_info *finfo) 147 ncheck_fileproc (void *callerdat, struct file_info *finfo) 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) 304 them = fileattr_get0 (finfo->file, "_editors"); 308 editors_output (finfo->fullname, them) 324 struct file_info finfo; local [all...] |
| tag.c | 29 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) 611 finfo->repository ? finfo->repository : "(null)", 612 finfo->fullname ? finfo->fullname : "(null)", 613 finfo->rcs ? (finfo->rcs->path ? finfo->rcs->path : "(null)" [all...] |
| server.h | 68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts); 93 /* Send the appropriate responses for a file described by FINFO and 116 void server_updated (struct file_info *finfo, Vers_TS *vers, 202 void server_edit_file (struct file_info *finfo);
|
| patch.c | 29 static int patch_fileproc (void *callerdat, struct file_info *finfo); 383 patch_fileproc (void *callerdat, struct file_info *finfo) 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->file) [all...] |
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.find/ |
| findfunc-1.c | 49 unsigned char finfo = sframe_fde_create_func_info (SFRAME_FRE_TYPE_ADDR1, local 51 err = sframe_encoder_add_funcdesc (encode, 0xfffff03e, 0x40, finfo, 4); 74 unsigned char finfo = sframe_fde_create_func_info (SFRAME_FRE_TYPE_ADDR1, local 76 err = sframe_encoder_add_funcdesc (encode, 0xfffff08e, 0x60, finfo, 4); 99 unsigned char finfo = sframe_fde_create_func_info (SFRAME_FRE_TYPE_ADDR1, local 101 err = sframe_encoder_add_funcdesc (encode, 0xfffff10e, 0x40, finfo, 4);
|
| /src/external/gpl2/texinfo/dist/info/ |
| filesys.h | 55 FINFO is a stat struct which has already been filled in by the caller. 58 struct stat *finfo, int *is_compressed);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| files.h | 43 struct stat *finfo);
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| fileman.c | 367 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));
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.encode/ |
| encode-1.c | 42 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);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| fileman.c | 367 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));
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histfile.c | 273 struct stat finfo; local 289 if ((file < 0) || (fstat (file, &finfo) == -1)) 292 if (S_ISREG (finfo.st_mode) == 0) 302 file_size = (size_t)finfo.st_size; 305 if (file_size != finfo.st_size || file_size + 1 < file_size) 508 /* Should we call chown, based on whether finfo and nfinfo describe different 511 #define SHOULD_CHOWN(finfo, nfinfo) \ 512 (finfo.st_uid != nfinfo.st_uid || finfo.st_gid != nfinfo.st_gid) 522 struct stat finfo, nfinfo local 683 struct stat finfo, nfinfo; local [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histfile.c | 273 struct stat finfo; local 289 if ((file < 0) || (fstat (file, &finfo) == -1)) 292 if (S_ISREG (finfo.st_mode) == 0) 302 file_size = (size_t)finfo.st_size; 305 if (file_size != finfo.st_size || file_size + 1 < file_size) 508 /* Should we call chown, based on whether finfo and nfinfo describe different 511 #define SHOULD_CHOWN(finfo, nfinfo) \ 512 (finfo.st_uid != nfinfo.st_uid || finfo.st_gid != nfinfo.st_gid) 522 struct stat finfo, nfinfo local 683 struct stat finfo, nfinfo; local [all...] |
| /src/sbin/fsck_lfs/ |
| lfs_user.h | 36 union finfo; 87 int check_summary(struct lfs *, union segsum *, daddr_t, int, struct uvnode *, void (*)(daddr_t, union finfo *));
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.decode/ |
| be-flipping.c | 52 unsigned char finfo; local 104 err = sframe_decoder_get_funcdesc (dctx, 0, &nfres, &fsize, &fstart, &finfo);
|