Searched refs:flist (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/usr.bin/cvs/
H A Dtrigger.h28 TAILQ_ENTRY(trigger_line) flist; member in struct:trigger_line
42 TAILQ_ENTRY(file_info) flist; member in struct:file_info
H A Dfile.h80 RB_ENTRY(cvs_filelist) flist; member in struct:cvs_filelist
87 RB_PROTOTYPE(cvs_flisthead, cvs_filelist, flist, cvs_filelist_cmp);
H A Dtrigger.c165 fi = TAILQ_NEXT(fi, flist);
352 TAILQ_FOREACH(line, list, flist) {
442 TAILQ_INSERT_TAIL(list, tline, flist);
455 TAILQ_INSERT_HEAD(list, tline, flist);
467 TAILQ_INSERT_HEAD(list, tline, flist);
497 TAILQ_REMOVE(list, line, flist);
511 TAILQ_REMOVE(list, fi, flist);
H A Dlogmsg.c133 TAILQ_FOREACH(line, line_list, flist) {
343 TAILQ_INSERT_TAIL(&files_info, fi, flist);
H A Dcommit.c169 flist);
660 TAILQ_INSERT_TAIL(&files_info, fi, flist);
H A Dtag.c312 TAILQ_INSERT_TAIL(&tag_files_info, fi, flist);
H A Dadd.c394 TAILQ_INSERT_TAIL(&files_info, fi, flist);
/openbsd-current/usr.bin/rsync/
H A Dextern.h123 struct flist { struct
315 int flist_del(struct sess *, int, const struct flist *, size_t);
316 int flist_gen(struct sess *, size_t, char **, struct flist **, size_t *);
317 void flist_free(struct flist *, size_t);
318 int flist_recv(struct sess *, int, struct flist **, size_t *);
319 int flist_send(struct sess *, int, int, const struct flist *, size_t);
320 int flist_gen_dels(struct sess *, const char *, struct flist **, size_t *,
321 const struct flist *, size_t);
362 int rsync_set_metadata(struct sess *, int, int, const struct flist *,
364 int rsync_set_metadata_at(struct sess *, int, int, const struct flist *,
[all...]
H A Dflist.c1 /* $OpenBSD: flist.c,v 1.38 2023/12/27 17:22:25 claudio Exp $ */
61 const struct flist *f1 = p1, *f2 = p2;
71 flist_dedupe(struct flist **fl, size_t *sz)
74 struct flist *new;
75 struct flist *f, *fnext;
82 new = calloc(*sz, sizeof(struct flist));
153 flist_topdirs(struct sess *sess, struct flist *fl, size_t flsz)
224 flist_copy_stat(struct flist *f, const struct stat *st)
235 flist_free(struct flist *f, size_t sz)
256 flist_send(struct sess *sess, int fdin, int fdout, const struct flist *f
[all...]
H A DMakefile4 SRCS= blocks.c client.c copy.c downloader.c fargs.c flist.c hash.c ids.c \
H A Dcopy.c68 copy_file(int rootfd, const char *basedir, const struct flist *f)
H A Duploader.c57 const struct flist *fl; /* file list */
67 log_dir(struct sess *sess, const struct flist *f)
83 log_symlink(struct sess *sess, const struct flist *f)
94 log_file(struct sess *sess, const struct flist *f)
173 const struct flist *f;
278 const struct flist *f;
367 const struct flist *f;
444 const struct flist *f;
522 const struct flist *f;
584 const struct flist *
[all...]
H A Dreceiver.c47 int fd, const struct flist *f, const char *path)
108 const struct flist *f, const char *path)
175 struct flist *fl = NULL, *dfl = NULL;
H A Ddownloader.c64 const struct flist *fl; /* file list */
79 const struct download *dl, const struct flist *f)
175 const struct flist *fl, size_t flsz, int rootfd)
299 const struct flist *f;
H A Dids.c52 idents_assign_gid(struct sess *sess, struct flist *fl, size_t flsz,
74 idents_assign_uid(struct sess *sess, struct flist *fl, size_t flsz,
H A Dsender.c102 const struct flist *fl)
284 int32_t idx, const struct flist *fl, size_t flsz, int fd)
359 struct flist *fl = NULL;
360 const struct flist *f;
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_suballoc.h20 * @flist: Array[fence context hash] of queues of fenced allocated ranges.
28 struct list_head flist[DRM_SUBALLOC_MAX_QUEUES]; member in struct:drm_suballoc_manager
36 * @flist: List linkk for the manager fenced allocated ranges queues.
44 struct list_head flist; member in struct:drm_suballoc
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_suballoc.c81 INIT_LIST_HEAD(&sa_manager->flist[i]);
122 list_del_init(&sa->flist);
179 INIT_LIST_HEAD(&sa->flist);
193 if (!list_empty(&sa_manager->flist[i]))
250 if (list_empty(&sa_manager->flist[i]))
253 sa = list_first_entry(&sa_manager->flist[i],
254 struct drm_suballoc, flist);
336 INIT_LIST_HEAD(&sa->flist);
414 list_add_tail(&suballoc->flist, &sa_manager->flist[id
[all...]
/openbsd-current/usr.bin/gprof/
H A Dprintlist.c48 struct stringlist *flist = &fhead; variable in typeref:struct:stringlist
H A Dgprof.h224 extern struct stringlist *flist;
H A Dgprof.c138 addlist( flist , *argv );
142 addlist( flist , *++argv );
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtry.t212 sub flist :lvalue
218 (flist) = (4, 5, 6);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c1363 struct flist {
1364 struct flist *next;
1382 static void finish_root_table PARAMS ((struct flist *flp, const char *pfx,
2127 struct flist *flp;
2133 struct flist *fli2;
2357 struct flist *flp = NULL;
2362 struct flist *fli;
2458 struct flist *fli;
2494 struct flist *fli;
2529 struct flist *fl
1360 struct flist { struct
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype.c1358 struct flist {
1359 struct flist *next;
1409 static void finish_root_table (struct flist *flp, const char *pfx,
2504 finish_root_table (struct flist *flp, const char *pfx, const char *lastname,
2507 struct flist *fli2;
2787 struct flist *flp = NULL;
2792 struct flist *fli;
2820 fli = XNEW (struct flist);
2844 struct flist *fli;
2880 struct flist *fl
1355 struct flist { struct
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Denc2xs207 my $flist = $opt{f};
208 open(FLIST,$flist) || die "Cannot open $flist:$!";

Completed in 327 milliseconds

12