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

12

/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dtest_basic.c31 const char *unpack_options, const char *flist)
38 r = systemf("%s cf - %s %s >%s/archive 2>%s/pack.err", testprog, pack_options, flist, target, target);
85 const char *flist; local
107 flist = "file linkfile symlink dir";
109 flist = "file linkfile dir";
111 basic_tar("copy", "", "", flist);
114 basic_tar("copy_ustar", "--format=ustar", "", flist);
30 basic_tar(const char *target, const char *pack_options, const char *unpack_options, const char *flist) argument
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c80 static void clean_flist(struct file_list *flist, int strip_root, int no_dups);
81 static void output_flist(struct file_list *flist);
116 static void finish_filelist_progress(const struct file_list *flist) argument
121 flist->count, flist->count == 1 ? " " : "s ");
264 static void send_directory(int f, struct file_list *flist,
272 * Make sure @p flist is big enough to hold at least @p flist->count
275 void flist_expand(struct file_list *flist) argument
279 if (flist
492 receive_file_entry(struct file_list *flist, unsigned short flags, int f) argument
740 make_file(char *fname, struct file_list *flist, STRUCT_STAT *stp, unsigned short flags, int filter_level) argument
967 send_file_name(int f, struct file_list *flist, char *fname, STRUCT_STAT *stp, unsigned short flags) argument
1042 send_if_directory(int f, struct file_list *flist, struct file_struct *file, char *fbuf, unsigned int ol) argument
1074 send_directory(int f, struct file_list *flist, char *fbuf, int len) argument
1133 struct file_list *flist; local
1403 struct file_list *flist; local
1504 flist_find(struct file_list *flist, struct file_struct *f) argument
1557 clear_file(struct file_struct *file, struct file_list *flist) argument
1574 struct file_list *flist; local
1600 flist_free(struct file_list *flist) argument
1612 clean_flist(struct file_list *flist, int strip_root, int no_dups) argument
1773 output_flist(struct file_list *flist) argument
[all...]
H A Duidlist.c309 void recv_uid_list(int f, struct file_list *flist) argument
340 for (i = 0; i < flist->count; i++)
341 flist->files[i]->uid = match_uid(flist->files[i]->uid);
344 for (i = 0; i < flist->count; i++)
345 flist->files[i]->gid = match_gid(flist->files[i]->gid);
H A Dgenerator.c221 static void delete_in_dir(struct file_list *flist, char *fbuf, argument
231 if (!flist) {
274 /* If an item in dirlist is not found in flist, delete it
280 if (flist_find(flist, fp) < 0) {
291 static void do_delete_pass(struct file_list *flist) argument
301 for (j = 0; j < flist->count; j++) {
302 struct file_struct *file = flist->files[j];
315 delete_in_dir(flist, fbuf, file, &st);
1371 void generate_files(int f_out, struct file_list *flist, char *local_name) argument
1410 (long)getpid(), flist
[all...]
H A Dreceiver.c290 static void handle_delayed_updates(struct file_list *flist, char *local_name) argument
296 struct file_struct *file = flist->files[i];
345 int recv_files(int f_in, struct file_list *flist, char *local_name) argument
366 rprintf(FINFO,"recv_files(%d) starting\n",flist->count);
368 if (flist->hlink_pool) {
369 pool_destroy(flist->hlink_pool);
370 flist->hlink_pool = NULL;
374 delayed_bits = bitbag_create(flist->count);
385 flist->count);
394 handle_delayed_updates(flist, local_nam
[all...]
H A Dproto.h72 void flist_expand(struct file_list *flist);
73 struct file_struct *make_file(char *fname, struct file_list *flist,
78 int flist_find(struct file_list *flist, struct file_struct *f);
79 void clear_file(struct file_struct *file, struct file_list *flist);
81 void flist_free(struct file_list *flist);
91 void generate_files(int f_out, struct file_list *flist, char *local_name);
224 int recv_files(int f_in, struct file_list *flist, char *local_name);
238 void send_files(struct file_list *flist, int f_out, int f_in);
275 void recv_uid_list(int f, struct file_list *flist);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp_geturl.tcl67 #array set flist [ftp::ParseList [$List $fdc ""]]
68 #if {![info exists flist($ftp_file)]} {}
69 set flist [$List $fdc $ftp_file]
70 if {$flist == {}} {
81 #switch -exact -- [lindex $flist($ftp_file) 0] {}
82 switch -exact -- [string index [lindex $flist 0] 0] {
94 set contents $flist
98 return -code error "File information \"$flist\" not recognised"
109 proc ::ftp::ParseList {flist} {
111 foreach item $flist {
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_thread_cond.h42 APR_RING_HEAD(free_list, waiter_t) flist; member in struct:apr_thread_cond_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_thread_cond.h42 APR_RING_HEAD(free_list, waiter_t) flist; member in struct:apr_thread_cond_t
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_init.c346 profile_filespec_t *flist = 0;
365 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (size_t) (fcount + 1));
366 if (!flist)
369 memset(flist, 0, sizeof(char *) * (size_t) (fcount+1));
372 flist[i] = (char *) malloc((size_t) (tmp+1));
373 if (!flist[i])
375 memcpy(flist[i], bp, (size_t) tmp);
376 flist[i][tmp] = '\0';
388 if ((retval = profile_init((const_profile_filespec_t *) flist,
396 if (flist) {
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/beos/
H A Dthread_cond.c67 APR_RING_INIT(&new_cond->flist, waiter_t, link);
71 APR_RING_INSERT_TAIL(&new_cond->flist, nw, waiter_t, link);
98 wait = APR_RING_FIRST(&cond->flist);
123 APR_RING_INSERT_TAIL(&cond->flist, wait, waiter_t, link);
151 APR_RING_INSERT_TAIL(&cond->flist, wake, waiter_t, link);
167 APR_RING_INSERT_TAIL(&cond->flist, wake, waiter_t, link);
/macosx-10.9.5/apr-30/apr/apr/locks/beos/
H A Dthread_cond.c67 APR_RING_INIT(&new_cond->flist, waiter_t, link);
71 APR_RING_INSERT_TAIL(&new_cond->flist, nw, waiter_t, link);
98 wait = APR_RING_FIRST(&cond->flist);
123 APR_RING_INSERT_TAIL(&cond->flist, wait, waiter_t, link);
151 APR_RING_INSERT_TAIL(&cond->flist, wake, waiter_t, link);
167 APR_RING_INSERT_TAIL(&cond->flist, wake, waiter_t, link);
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-global.el411 (flist (reftex-all-document-files))
412 (orig-flist flist))
413 (when flist
416 (setq flist (last flist)))
418 (setq flist (nreverse (copy-list flist)))
419 (setq orig-flist flist))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dgulp.el134 (defun gulp-create-m-p-alist (flist dir)
142 (while flist
143 (setq fl-tm (gulp-maintainer (setq filen (car flist)) dir))
149 (setq flist (cdr flist)))
/macosx-10.9.5/cctools-845/gprof/
H A Dprintlist.c69 struct stringlist *flist = &fhead; variable in typeref:struct:stringlist
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/devtools/
H A Dtestutilities.tcl662 set flist [glob -nocomplain -directory $::tcltest::testsDirectory $pattern]
665 set flist [glob -nocomplain [file join $::tcltest::testsDirectory $pattern]]
667 foreach f [lsort -dict $flist] {
676 set flist [glob -nocomplain -directory $::tcltest::testsDirectory $pattern]
679 set flist [glob -nocomplain [file join $::tcltest::testsDirectory $pattern]]
681 return [lsort -dict $flist]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dlog002.tcl74 set flist [glob $testdir/log*]
82 error_check_bad log_file:$f [lsearch $flist $f] -1
H A Dtest044.tcl214 set flist [zero_list $nfiles]
218 if { [lindex $flist $fnum] == 0 } {
240 set flist [lreplace $flist $fnum $fnum 1]
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dtee.c30 typedef struct flist { struct
31 struct flist *next;
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-spec.el531 spec flist fstring elem result dontinsert user-defined
652 (push el flist)))
654 (push (car elem) flist))))
669 (list (car flist)))
672 (list (car flist)))
677 (list `(princ ,(car flist)))
678 (list `(int-to-string ,(car flist)))))
681 (nreverse flist))
684 (list (car flist) (substring fstring 2)))
687 (list (match-string 1 fstring) (car flist) (matc
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr031/
H A Dchk.xa226 flist="bin/buildclient bin/buildserver bin/buildtms bin/tmadmin bin/tmboot
228 for i in $flist; do
/macosx-10.9.5/swig-10/Source/Modules/
H A Dchicken.cxx643 List *flist = Getattr(overload_parameter_lists, scmname); local
644 if (!flist) {
645 flist = NewList();
646 Setattr(overload_parameter_lists, scmname, flist);
649 Append(flist, Copy(function_arg_types));
1374 List *flist = Getattr(overload_parameter_lists, scmname); local
1375 if (flist) {
1378 SortList(flist, compareTypeLists);
1399 for (f = First(flist); f.item; f = Next(f)) {
1413 Delete(flist);
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/utils/
H A Dsmtptest.c512 Sfio_t *flist[3]; local
515 flist[0] = stdin;
516 flist[1] = server_in;
520 r = sfpoll(flist, 2, -1);
524 if (flist[r] == server_in) {
536 } else if (flist[r] == stdin) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c63 Filter *flist,
236 ComponentFilter *flist,
246 for ( f = flist; f != NULL; f = f->cf_next ) {
264 if ( f == flist ) {
272 if ( f == flist ) {
564 Filter *flist,
574 for ( f = flist; f != NULL; f = f->f_next ) {
597 if ( f == flist ) {
605 if ( f == flist ) {
232 comp_list_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion* mra, ComponentFilter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
561 list_candidates( Operation *op, DB_TXN *rtxn, Filter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dprofile.el112 (defun profile-functions (&optional flist)
116 (mapcar 'profile-a-function (or flist profile-functions-list)))

Completed in 448 milliseconds

12