Home
last modified time | relevance | path

Searched refs:finfo (Results 1 – 25 of 6254) sorted by relevance

12345678910>>...251

/dports/math/gretl/gretl-2021d/gui/
H A Dfilters.c211 finfo->k, finfo->vname); in filter_make_varlabel()
214 finfo->k, finfo->vname); in filter_make_varlabel()
218 finfo->k, finfo->vname); in filter_make_varlabel()
248 finfo->vname, finfo->bkl, finfo->bku); in filter_make_varlabel()
252 finfo->vname, finfo->order, finfo->cutoff); in filter_make_varlabel()
255 finfo->vname, finfo->order, finfo->cutoff); in filter_make_varlabel()
1028 finfo->vname, finfo->bkl, finfo->bku); in do_filter_graph()
1268 finfo->k, finfo->center); in record_filter_command()
1271 finfo->lambda, finfo->k); in record_filter_command()
1277 finfo->bkl, finfo->bku, finfo->bkk); in record_filter_command()
[all …]
H A Dfnsave.c172 finfo = mymalloc(sizeof *finfo); in finfo_new()
352 finfo, finfo->dlg); in pkg_save_action()
858 finfo, finfo->dlg); in finfo_save()
888 finfo->active = finfo->pubnames[i]; in update_active_func()
890 finfo->active = finfo->privnames[i-finfo->n_pub]; in update_active_func()
1344 finfo->pkg, finfo); in add_remove_callback()
1374 finfo, finfo->dlg); in gfn_to_script_callback()
1488 sinfo.finfo = finfo; in gfn_spec_save_dialog()
1611 finfo, finfo->dlg); in gfn_to_spec_callback()
1890 finfo, finfo->dlg); in pdf_press_callback()
[all …]
/dports/devel/make++/makepp-2.0/Mpp/
H A DFileOpt.pm81 my $finfo = $_[0];
91 $arr->[1]( $finfo );
106 $finfo->{RULE}
146 return exists $finfo->{xPHONY} && $phony ? $finfo : 0
172 if $Mpp::log_level && !$warned_stale{int $finfo} and $warned_stale{int $finfo} = $finfo;
176 return $finfo;
195 $finfo->{EXISTS_OR_CAN_BE_BUILT} ? $finfo : 0;
198 return $finfo if
226 my $finfo = $_[0];
374 my( $finfo ) = @_;
[all …]
/dports/net/pfinger/pfinger-0.7.10/src/
H A Dlocal_user.c85 return &finfo; in pwd_search_login()
121 finfo.homedir = pwd->pw_dir; in pwd_search_realname()
128 return &finfo; in pwd_search_realname()
175 finfo->office = NULL; in gecos_realname()
177 finfo->home_phone = NULL; in gecos_realname()
180 if (!finfo->pw_realname) { in gecos_realname()
185 finfo->pw_realname = ""; in gecos_realname()
188 if (!finfo->office) { in gecos_realname()
189 finfo->office = token; in gecos_realname()
193 finfo->office = NULL; in gecos_realname()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dfilestat.c77 finfo->user = info->st_uid; in fill_out_finfo()
78 finfo->group = info->st_gid; in fill_out_finfo()
79 finfo->size = info->st_size; in fill_out_finfo()
80 finfo->device = info->st_dev; in fill_out_finfo()
81 finfo->nlink = info->st_nlink; in fill_out_finfo()
87 finfo->inode = info->st_ino; in fill_out_finfo()
125 finfo->valid |= APR_FINFO_CSIZE; in fill_out_finfo()
190 apr_finfo_t finfo; in apr_file_attrs_set() local
245 apr_finfo_t finfo; in apr_file_mtime_set() local
297 finfo->pool = pool; in apr_stat()
[all …]
/dports/ftp/uftp/uftp-5.0/
H A Dserver_phase.c215 glog2(finfo, "File ID: %04X Name: %s", finfo->file_id,finfo->filename); in announce_phase()
216 glog2(finfo, " sending as: %s", finfo->destfname); in announce_phase()
220 finfo->size, finfo->blocks, finfo->sections); in announce_phase()
223 finfo->secsize_small, finfo->secsize_big, finfo->big_sections); in announce_phase()
229 glog2(finfo, "Symbolic link to %s", finfo->linkname); in announce_phase()
612 finfo = infop; in transfer_send_thread()
636 set_uftp_header(header, FILESEG, finfo->group_id, finfo->group_inst, in transfer_send_thread()
714 if (block >= finfo->big_sections * finfo->secsize_big) { in transfer_send_thread()
716 (finfo->big_sections * finfo->secsize_big)) / in transfer_send_thread()
739 if (!send_done(finfo, attempt, finfo->sections ? in transfer_send_thread()
[all …]
H A Dserver_send.c86 struct finfo_t finfo; in send_file() local
175 if (finfo.size) { in send_file()
176 finfo.blocks = (int32_t)((finfo.size / blocksize) + in send_file()
178 finfo.sections = (finfo.blocks / maxsecsize) + in send_file()
180 finfo.secsize_small = finfo.blocks / finfo.sections; in send_file()
181 finfo.secsize_big = finfo.secsize_small + in send_file()
182 (finfo.blocks % finfo.sections ? 1 : 0); in send_file()
184 finfo.blocks - (finfo.secsize_small * finfo.sections); in send_file()
193 finfo.naklist = safe_calloc(finfo.blocks, 1); in send_file()
196 finfo.partial = 1; in send_file()
[all …]
H A Dserver_transfer.c65 if (finfo->file_id != 0) { in send_doneconf()
73 set_uftp_header(header, DONE_CONF, finfo->group_id, finfo->group_inst, in send_doneconf()
103 set_uftp_header(header, DONE, finfo->group_id, finfo->group_inst, in send_done()
190 set_uftp_header(header, CONG_CTRL, finfo->group_id, finfo->group_inst, in send_cong_ctrl()
505 section_offset = (finfo->big_sections * finfo->secsize_big) + in handle_status()
506 ((section - finfo->big_sections) * finfo->secsize_small); in handle_status()
526 if (current_position >= finfo->big_sections * finfo->secsize_big) { in handle_status()
528 (finfo->big_sections * finfo->secsize_big)) / in handle_status()
529 finfo->secsize_small) + finfo->big_sections; in handle_status()
686 if (finfo->file_id == 0) { in print_status_file()
[all …]
H A Dserver_announce.c105 create_server_context(htonl(finfo->group_id), finfo->group_inst, in set_enc_info()
147 set_uftp_header(header, ANNOUNCE, finfo->group_id, finfo->group_inst, in send_announce()
236 set_uftp_header(header, REG_CONF, finfo->group_id, finfo->group_inst, in send_regconf()
277 set_uftp_header(header, KEYINFO, finfo->group_id, finfo->group_inst, in send_keyinfo()
402 glog0(finfo, "File name too long: %s", finfo->destfname); in send_fileinfo()
411 set_uftp_header(header, FILEINFO, finfo->group_id, finfo->group_inst, in send_fileinfo()
414 fileinfo->ftype = finfo->ftype; in send_fileinfo()
431 glog0(finfo, "Link name too long: %s", finfo->linkname); in send_fileinfo()
724 if (finfo->file_id != 0) { in handle_register()
836 if (finfo->file_id != 0) { in handle_clientkey()
[all …]
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbiftf.cpp418 finfo->read_buf = (char *)t3malloc(finfo->read_buf_siz); in file_open()
521 finfo->fp = fp; in file_open()
558 finfo->close(); in file_close()
953 finfo->read_rem = finfo->charmap_read->read_file( in file_read()
954 finfo->fp, finfo->read_buf, finfo->read_buf_siz); in file_read()
961 finfo->read_ptr.set(finfo->read_buf); in file_read()
969 finfo->read_ptr.inc(&finfo->read_rem)) in file_read()
1076 finfo->read_ptr.inc(&finfo->read_rem); in file_read()
1086 finfo->fp, finfo->read_buf, finfo->read_buf_siz); in file_read()
1089 finfo->read_ptr.set(finfo->read_buf); in file_read()
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dsas_import.c97 finfo->mem2pos = 0; in SAS_fileinfo_init()
98 finfo->nvars = 0; in SAS_fileinfo_init()
99 finfo->obsize = 0; in SAS_fileinfo_init()
101 finfo->nobs = 0; in SAS_fileinfo_init()
103 finfo->maxclen = 0; in SAS_fileinfo_init()
393 vsize = finfo->vars[i].pos + finfo->vars[i].size; in get_nobs()
398 if (finfo->vars[i].size > finfo->maxclen) { in get_nobs()
399 finfo->maxclen = finfo->vars[i].size; in get_nobs()
406 finfo->nobs = bytes / finfo->obsize; in get_nobs()
408 finfo->nobs); in get_nobs()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dcheckin.c52 assert (finfo->rcs != NULL); in Checkin()
54 switch (RCS_checkin (finfo->rcs, finfo->update_dir, finfo->file, message, in Checkin()
94 if (RCS_checkout (finfo->rcs, finfo->file, rev, NULL, in Checkin()
97 finfo->fullname); in Checkin()
98 xchmod (finfo->file, 1); in Checkin()
109 xchmod (finfo->file, 0); in Checkin()
115 Register (finfo->entries, finfo->file, vers->vn_rcs, vers->ts_user, in Checkin()
118 finfo->file, finfo->repository); in Checkin()
133 finfo->fullname); in Checkin()
169 server_checked_in (finfo->file, finfo->update_dir, in Checkin()
[all …]
H A Dupdate.c798 memset (&finfo, 0, sizeof (finfo)); in update_ignproc()
1156 history_write ('W', finfo->update_dir, "", finfo->file, finfo->repository); in scratch_file()
1157 Scratch_Entry (finfo->entries, finfo->file); in scratch_file()
1382 Scratch_Entry (finfo->entries, finfo->file); in checkout_file()
1398 Register (finfo->entries, finfo->file, in checkout_file()
1746 Register (finfo->entries, finfo->file, xvers_ts->vn_rcs, in patch_file()
1756 finfo->file, finfo->repository); in patch_file()
1889 server_copy_file (finfo->file, finfo->update_dir, finfo->repository, in RegisterMerge()
2268 Register (finfo->entries, finfo->file, mrev, vers->ts_rcs, in join_file()
2278 server_checked_in (finfo->file, finfo->update_dir, in join_file()
[all …]
H A Dadd.c291 struct file_info finfo; in add() local
294 memset (&finfo, 0, sizeof finfo); in add()
308 finfo.file = p; in add()
314 finfo.file = p; in add()
323 finfo.rcs = NULL; in add()
343 finfo.entries = entries; in add()
428 finfo.fullname); in add()
436 if (isdir (finfo.file) in add()
568 finfo.fullname); in add()
667 finfo.fullname, in add()
[all …]
/dports/sysutils/finfo/finfo-0.1/
H A Dfinfo.c45 struct stat finfo; in main() local
56 x=lstat(argv[2], &finfo); in main()
61 x=stat(argv[1], &finfo); in main()
70 strmode(finfo.st_mode,fmode); in main()
105 printf("Inode : %d\n", finfo.st_ino); in main()
107 a=fflagstostr(finfo.st_flags); in main()
111 …printf("Size : %qd Bytes (%.2fK) (%.2fM)\n", finfo.st_size, (float)finfo.st_size/1024, (float)fin… in main()
116 if (S_ISCHR(finfo.st_mode) || S_ISBLK(finfo.st_mode)) in main()
118 if (minor(finfo.st_rdev) > 255 || minor(finfo.st_rdev) < 0) in main()
129 printf("User : %s (%d)\n", user_from_uid(finfo.st_uid, 0), finfo.st_uid); in main()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dfilestat.c162 finfo->filehand = NULL; in resolve_ident()
204 finfo->protection |= (finfo->protection << prot_scope_group) in guess_protection_bits()
275 finfo->user = user; in more_finfo()
280 finfo->group = grp; in more_finfo()
313 memset(finfo, '\0', sizeof(*finfo)); in fillin_fileinfo()
325 finfo->size = 0x7fffffff; in fillin_fileinfo()
348 && !finfo->size) in fillin_fileinfo()
410 finfo->pool = thefile->pool; in apr_file_info_get()
548 finfo->protection |= (finfo->protection << prot_scope_group)
638 finfo->pool = pool;
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dfilestat.c162 finfo->filehand = NULL; in resolve_ident()
205 finfo->protection |= (finfo->protection << prot_scope_group) in guess_protection_bits()
344 finfo->user = user; in more_finfo()
349 finfo->group = grp; in more_finfo()
427 memset(finfo, '\0', sizeof(*finfo)); in fillin_fileinfo()
439 finfo->size = 0x7fffffff; in fillin_fileinfo()
462 && !finfo->size) in fillin_fileinfo()
542 finfo->pool = thefile->pool; in apr_file_info_get()
686 finfo->protection |= (finfo->protection << prot_scope_group)
779 finfo->pool = pool;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dfilestat.c77 finfo->user = info->st_uid; in fill_out_finfo()
78 finfo->group = info->st_gid; in fill_out_finfo()
79 finfo->size = info->st_size; in fill_out_finfo()
80 finfo->inode = info->st_ino; in fill_out_finfo()
81 finfo->device = info->st_dev; in fill_out_finfo()
82 finfo->nlink = info->st_nlink; in fill_out_finfo()
107 finfo->pool = thefile->pool; in apr_file_info_get()
133 apr_finfo_t finfo = {0}; in apr_file_attrs_set() local
188 apr_finfo_t finfo = {0}; in apr_file_mtime_set() local
240 finfo->pool = pool; in apr_stat()
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfsck.c196 if (strcmp(finfo->type, "auto")) type = finfo->type; in do_fsck()
215 finfo->mountpt ? finfo->mountpt : finfo->device); in do_fsck()
307 while (finfo) { in scan_all()
308 if (to_be_ignored(finfo)) finfo->flag |= FLAG_DONE; in scan_all()
309 finfo = finfo->next; in scan_all()
327 finfo = finfo->next; in scan_all()
331 for (finfo = filesys_info; finfo; finfo = finfo->next) { in scan_all()
337 for (finfo = filesys_info; finfo; finfo = finfo->next) in scan_all()
341 for (finfo = filesys_info; finfo; finfo = finfo->next) { in scan_all()
397 for (finfo = filesys_info; finfo; finfo = finfo->next) in fsck_main()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dfilestat.c64 finfo->user = info->st_uid; in fill_out_finfo()
65 finfo->group = info->st_gid; in fill_out_finfo()
66 finfo->size = info->st_size; in fill_out_finfo()
67 finfo->inode = info->st_ino; in fill_out_finfo()
68 finfo->device = info->st_dev; in fill_out_finfo()
69 finfo->nlink = info->st_nlink; in fill_out_finfo()
81 finfo->valid |= APR_FINFO_CSIZE; in fill_out_finfo()
147 apr_finfo_t finfo; in apr_file_attrs_set() local
330 finfo->pool = pool; in apr_stat()
331 finfo->fname = fname; in apr_stat()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfilestat.c31 finfo->filetype = APR_DIR; in FS3_to_finfo()
33 finfo->filetype = APR_REG; in FS3_to_finfo()
36 finfo->user = 0; in FS3_to_finfo()
37 finfo->group = 0; in FS3_to_finfo()
38 finfo->inode = 0; in FS3_to_finfo()
39 finfo->device = 0; in FS3_to_finfo()
40 finfo->size = fstatus->cbFile; in FS3_to_finfo()
122 finfo->protection = 0; in apr_file_info_get()
139 finfo->protection = 0; in apr_stat()
141 finfo->name = NULL; in apr_stat()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfilestat.c31 finfo->filetype = APR_DIR; in FS3_to_finfo()
33 finfo->filetype = APR_REG; in FS3_to_finfo()
36 finfo->user = 0; in FS3_to_finfo()
37 finfo->group = 0; in FS3_to_finfo()
38 finfo->inode = 0; in FS3_to_finfo()
39 finfo->device = 0; in FS3_to_finfo()
40 finfo->size = fstatus->cbFile; in FS3_to_finfo()
123 finfo->protection = 0; in apr_file_info_get()
140 finfo->protection = 0; in apr_stat()
142 finfo->name = NULL; in apr_stat()
[all …]
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dfserve.c215 if (x->finfo.mount == NULL && y->finfo.mount) in _compare_fh()
217 if (x->finfo.mount && y->finfo.mount == NULL) in _compare_fh()
219 if (x->finfo.mount && y->finfo.mount) in _compare_fh()
224 r = (int)x->finfo.flags - y->finfo.flags; in _compare_fh()
308 memcpy (&fh.finfo, finfo, sizeof (fbinfo)); in find_fh()
349 memcpy (&fh->finfo, finfo, sizeof (fbinfo)); in open_fh()
357 if (result->finfo.type != finfo->type && finfo->type != FORMAT_TYPE_UNDEFINED) in open_fh()
444 fh->finfo.mount = strdup (finfo->mount); in open_fh()
1068 copy->finfo = result->finfo; in fserve_set_override()
1472 fbinfo *finfo = &fh->finfo; in fserve_scan() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dfilestat.c63 finfo->user = info->st_uid; in fill_out_finfo()
64 finfo->group = info->st_gid; in fill_out_finfo()
65 finfo->size = info->st_size; in fill_out_finfo()
66 finfo->inode = info->st_ino; in fill_out_finfo()
67 finfo->device = info->st_dev; in fill_out_finfo()
68 finfo->nlink = info->st_nlink; in fill_out_finfo()
93 finfo->pool = thefile->pool; in apr_file_info_get()
119 apr_finfo_t finfo; in apr_file_attrs_set() local
302 finfo->pool = pool; in apr_stat()
303 finfo->fname = fname; in apr_stat()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dcofflink.c675 finfo.info = info; in _bfd_coff_final_link()
677 finfo.strtab = NULL; in _bfd_coff_final_link()
682 finfo.sec_ptrs = NULL; in _bfd_coff_final_link()
684 finfo.outsyms = NULL; in _bfd_coff_final_link()
685 finfo.linenos = NULL; in _bfd_coff_final_link()
1000 finfo.outsyms); in _bfd_coff_final_link()
1016 if (finfo.failed) in _bfd_coff_final_link()
1021 finfo.failed = FALSE; in _bfd_coff_final_link()
1024 if (finfo.failed) in _bfd_coff_final_link()
2127 finfo->last_bf_index = (((outsym - finfo->outsyms) in _bfd_coff_link_input_bfd()
[all …]

12345678910>>...251