Home
last modified time | relevance | path

Searched refs:p_stat (Results 1 – 25 of 821) sorted by relevance

12345678910>>...33

/dports/sysutils/libcdio/libcdio-2.1.0/lib/iso9660/
H A Drock.c161 if (!p_stat || nope == p_stat->rr.b3_rock) return 0; in get_rock_ridge_filename()
254 memcpy(&(p_stat->rr.psz_symlink[p_stat->rr.i_symlink]), in get_rock_ridge_filename()
260 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; in get_rock_ridge_filename()
264 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; in get_rock_ridge_filename()
269 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; in get_rock_ridge_filename()
289 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; in get_rock_ridge_filename()
426 memcpy(&(p_stat->rr.psz_symlink[p_stat->rr.i_symlink]), in parse_rock_ridge_stat_internal()
432 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; in parse_rock_ridge_stat_internal()
436 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; in parse_rock_ridge_stat_internal()
441 p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; in parse_rock_ridge_stat_internal()
[all …]
H A Diso9660_fs.c796 if (!p_stat) in _iso9660_dir_to_statbuf()
827 free(p_stat); in _iso9660_dir_to_statbuf()
831 free(p_stat); in _iso9660_dir_to_statbuf()
902 return p_stat; in _iso9660_dir_to_statbuf()
908 return p_stat; in _iso9660_dir_to_statbuf()
984 return p_stat; in _fs_stat_root()
1005 return p_stat; in _ifs_stat_root()
1170 free(p_stat); in _fs_iso_stat_traverse()
1236 return p_stat; in iso9660_fs_stat()
1269 return p_stat; in fs_stat_translate()
[all …]
/dports/multimedia/jmref/JM/lencod/src/
H A Dreport.c336 EPZSOutputStats(p_Inp, p_stat, 1); in report_stats()
361 fprintf(p_stat,"\n"); in report_stats()
373 fprintf(p_stat,"\n"); in report_stats()
384 fprintf(p_stat,"\n"); in report_stats()
413 fprintf(p_stat,"\n"); in report_stats()
480 fprintf(p_stat,"\n"); in report_stats()
482 fclose(p_stat); in report_stats()
1411 fclose (p_stat); in report_log_mode()
1442 fprintf(p_stat, "%30.30s|", name); in report_log_mode()
1510 fprintf(p_stat, "\n"); in report_log_mode()
[all …]
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhttp_str.c142 if (p_stat) in str_process_template()
144 f_time = vsf_sysutil_statbuf_get_filedate(p_stat); in str_process_template()
145 size = vsf_sysutil_statbuf_get_size(p_stat); in str_process_template()
194 if (vsf_sysutil_statbuf_is_dir(p_stat)) in str_process_template()
199 if (vsf_sysutil_statbuf_is_symlink(p_stat)) in str_process_template()
209 if (vsf_sysutil_statbuf_is_socket(p_stat)) in str_process_template()
223 if (vsf_sysutil_statbuf_is_dir(p_stat)) in str_process_template()
251 str_getuser(&p_tmp_str, p_stat); in str_process_template()
256 str_getgroup(&p_tmp_str, p_stat); in str_process_template()
325 int uid = vsf_sysutil_statbuf_get_uid(p_stat); in str_getuser()
[all …]
H A Dfilestr.c26 struct vsf_sysutil_statbuf* p_stat = 0; in str_fileread() local
34 vsf_sysutil_fstat(fd, &p_stat); in str_fileread()
35 if (vsf_sysutil_statbuf_is_regfile(p_stat)) in str_fileread()
37 size = vsf_sysutil_statbuf_get_size(p_stat); in str_fileread()
56 vsf_sysutil_free(p_stat); in str_fileread()
H A Dsysutil.h118 int vsf_sysutil_statbuf_is_regfile(const struct vsf_sysutil_statbuf* p_stat);
120 int vsf_sysutil_statbuf_is_socket(const struct vsf_sysutil_statbuf* p_stat);
121 int vsf_sysutil_statbuf_is_dir(const struct vsf_sysutil_statbuf* p_stat);
123 const struct vsf_sysutil_statbuf* p_stat);
125 const struct vsf_sysutil_statbuf* p_stat);
130 const struct vsf_sysutil_statbuf* p_stat, int use_localtime);
132 const struct vsf_sysutil_statbuf* p_stat);
133 int vsf_sysutil_statbuf_get_uid(const struct vsf_sysutil_statbuf* p_stat);
134 int vsf_sysutil_statbuf_get_gid(const struct vsf_sysutil_statbuf* p_stat);
136 const struct vsf_sysutil_statbuf* p_stat);
[all …]
H A Dls.c25 const struct vsf_sysutil_statbuf* p_stat,
31 const struct vsf_sysutil_statbuf* p_stat,
435 const struct vsf_sysutil_statbuf* p_stat, long curr_time) in build_dir_line() argument
438 filesize_t size = vsf_sysutil_statbuf_get_size(p_stat); in build_dir_line()
440 str_alloc_text(p_str, vsf_sysutil_statbuf_get_perms(p_stat)); in build_dir_line()
443 str_alloc_ulong(&s_tmp_str, vsf_sysutil_statbuf_get_links(p_stat)); in build_dir_line()
448 str_getuser(&s_tmp_str, p_stat); in build_dir_line()
453 str_getgroup(&s_tmp_str, p_stat); in build_dir_line()
463 str_append_text(p_str, vsf_sysutil_statbuf_get_date(p_stat, in build_dir_line()
475 const struct vsf_sysutil_statbuf* p_stat, long curr_time) in build_http_dir_line() argument
[all …]
H A Dsysutil.c1396 switch (p_stat->st_mode & S_IFMT) in vsf_sysutil_statbuf_get_perms()
1427 return p_stat->st_mtime; in vsf_sysutil_statbuf_get_filedate()
1441 p_tm = gmtime(&p_stat->st_mtime); in vsf_sysutil_statbuf_get_date()
1448 if (p_stat->st_mtime > curr_time || in vsf_sysutil_statbuf_get_date()
1473 p_tm = gmtime(&p_stat->st_mtime); in vsf_sysutil_statbuf_get_numeric_date()
1491 if (p_stat->st_size < 0) in vsf_sysutil_statbuf_get_size()
1495 return p_stat->st_size; in vsf_sysutil_statbuf_get_size()
1502 return p_stat->st_uid; in vsf_sysutil_statbuf_get_uid()
1509 return p_stat->st_gid; in vsf_sysutil_statbuf_get_gid()
1516 return p_stat->st_nlink; in vsf_sysutil_statbuf_get_links()
[all …]
H A Dhttp_str.h15 const struct vsf_sysutil_statbuf* p_stat,
18 void str_getuser(struct mystr* p_str, const struct vsf_sysutil_statbuf* p_stat);
19 void str_getgroup(struct mystr* p_str, const struct vsf_sysutil_statbuf* p_stat);
/dports/sysutils/libcdio/libcdio-2.1.0/example/C++/OO/
H A Disofile.cpp59 delete (p_stat); \
66 ISO9660::Stat *p_stat; in main() local
94 p_stat = p_iso->stat(psz_fname, true); in main()
96 if (!p_stat) in main()
108 delete (p_stat); in main()
115 const unsigned int i_blocks = CEILING(p_stat->p_stat->size, ISO_BLOCKSIZE); in main()
119 const lsn_t lsn = p_stat->p_stat->lsn + i; in main()
145 if (ftruncate (fileno (p_outfd), p_stat->p_stat->size)) in main()
H A Disofile2.cpp66 delete (p_stat); \
74 ISO9660::Stat *p_stat; in main() local
106 p_stat = p_iso->stat(psz_fname); in main()
108 if (!p_stat) in main()
122 delete (p_stat); in main()
129 const unsigned int i_blocks = CEILING(p_stat->p_stat->size, ISO_BLOCKSIZE); in main()
133 const lsn_t lsn = p_stat->p_stat->lsn + i; in main()
162 if (ftruncate (fileno (p_outfd), p_stat->p_stat->size)) in main()
H A Disolist.cpp106 iso9660_name_translate(p_s->p_stat->filename, filename); in main()
108 2 == p_s->p_stat->type ? "d" : "-", in main()
109 p_s->p_stat->lsn, p_s->p_stat->size, psz_path, filename); in main()
H A Diso4.cpp106 iso9660_name_translate(p_s->p_stat->filename, filename); in main()
108 2 == p_s->p_stat->type ? "d" : "-", in main()
109 p_s->p_stat->lsn, p_s->p_stat->size, psz_path, filename); in main()
/dports/sysutils/libcdio/libcdio-2.1.0/include/cdio++/
H A Diso9660.hpp117 iso9660_stat_t *p_stat; member in ISO9660::Stat
122 p_stat = p_new_stat; in Stat()
127 free(p_stat); in Stat()
128 p_stat = (iso9660_stat_t *) in Stat()
130 + strlen(copy_in.p_stat->filename)+1 ); in Stat()
131 p_stat = copy_in.p_stat; in Stat()
136 free(p_stat); in operator =()
137 this->p_stat = right.p_stat; in operator =()
143 iso9660_stat_free(p_stat); in ~Stat()
144 p_stat = NULL; in ~Stat()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Decho_webrtc.c356 pjmedia_echo_stat *p_stat) in webrtc_aec_get_stat() argument
360 if (WebRtcAec_GetDelayMetrics(echo->AEC_inst, &p_stat->median, in webrtc_aec_get_stat()
361 &p_stat->std, &p_stat->frac_delay) != 0) in webrtc_aec_get_stat()
366 p_stat->name = "WebRTC AEC"; in webrtc_aec_get_stat()
367 p_stat->stat_info.ptr = p_stat->buf_; in webrtc_aec_get_stat()
368 p_stat->stat_info.slen = in webrtc_aec_get_stat()
369 pj_ansi_snprintf(p_stat->buf_, sizeof(p_stat->buf_), in webrtc_aec_get_stat()
372 p_stat->median, p_stat->std, p_stat->frac_delay); in webrtc_aec_get_stat()
H A Decho_suppress.c809 pjmedia_echo_stat *p_stat) in echo_supp_get_stat() argument
813 pjmedia_echo_stat_default(p_stat); in echo_supp_get_stat()
814 p_stat->name = "Echo suppressor"; in echo_supp_get_stat()
815 p_stat->learning = ec->learning; in echo_supp_get_stat()
821 p_stat->stat_info.ptr = p_stat->buf_; in echo_supp_get_stat()
822 p_stat->stat_info.slen = in echo_supp_get_stat()
823 pj_ansi_snprintf(p_stat->buf_, sizeof(p_stat->buf_), in echo_supp_get_stat()
827 (p_stat->duration/1000), (p_stat->duration%1000), in echo_supp_get_stat()
828 p_stat->tail, in echo_supp_get_stat()
829 p_stat->min_factor/1000, p_stat->min_factor%1000, in echo_supp_get_stat()
[all …]
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dsysutil.h118 int vsf_sysutil_statbuf_is_regfile(const struct vsf_sysutil_statbuf* p_stat);
120 int vsf_sysutil_statbuf_is_socket(const struct vsf_sysutil_statbuf* p_stat);
121 int vsf_sysutil_statbuf_is_dir(const struct vsf_sysutil_statbuf* p_stat);
123 const struct vsf_sysutil_statbuf* p_stat);
125 const struct vsf_sysutil_statbuf* p_stat);
129 const struct vsf_sysutil_statbuf* p_stat, int use_localtime);
131 const struct vsf_sysutil_statbuf* p_stat);
132 int vsf_sysutil_statbuf_get_uid(const struct vsf_sysutil_statbuf* p_stat);
133 int vsf_sysutil_statbuf_get_gid(const struct vsf_sysutil_statbuf* p_stat);
135 const struct vsf_sysutil_statbuf* p_stat);
[all …]
H A Dfilestr.c26 struct vsf_sysutil_statbuf* p_stat = 0; in str_fileread() local
34 vsf_sysutil_fstat(fd, &p_stat); in str_fileread()
35 if (vsf_sysutil_statbuf_is_regfile(p_stat)) in str_fileread()
37 size = vsf_sysutil_statbuf_get_size(p_stat); in str_fileread()
56 vsf_sysutil_free(p_stat); in str_fileread()
H A Dsysutil.c1334 switch (p_stat->st_mode & S_IFMT) in vsf_sysutil_statbuf_get_perms()
1372 p_tm = gmtime(&p_stat->st_mtime); in vsf_sysutil_statbuf_get_date()
1376 p_tm = localtime(&p_stat->st_mtime); in vsf_sysutil_statbuf_get_date()
1379 if (p_stat->st_mtime > curr_time || in vsf_sysutil_statbuf_get_date()
1404 p_tm = gmtime(&p_stat->st_mtime); in vsf_sysutil_statbuf_get_numeric_date()
1422 if (p_stat->st_size < 0) in vsf_sysutil_statbuf_get_size()
1426 return p_stat->st_size; in vsf_sysutil_statbuf_get_size()
1433 return p_stat->st_uid; in vsf_sysutil_statbuf_get_uid()
1440 return p_stat->st_gid; in vsf_sysutil_statbuf_get_gid()
1447 return p_stat->st_nlink; in vsf_sysutil_statbuf_get_links()
[all …]
H A Dls.c21 const struct vsf_sysutil_statbuf* p_stat,
373 const struct vsf_sysutil_statbuf* p_stat, long curr_time) in build_dir_line() argument
376 filesize_t size = vsf_sysutil_statbuf_get_size(p_stat); in build_dir_line()
378 str_alloc_text(p_str, vsf_sysutil_statbuf_get_perms(p_stat)); in build_dir_line()
381 str_alloc_ulong(&s_tmp_str, vsf_sysutil_statbuf_get_links(p_stat)); in build_dir_line()
392 int uid = vsf_sysutil_statbuf_get_uid(p_stat); in build_dir_line()
417 int gid = vsf_sysutil_statbuf_get_gid(p_stat); in build_dir_line()
441 str_append_text(p_str, vsf_sysutil_statbuf_get_date(p_stat, in build_dir_line()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DISO9660File.cpp34 if (!m_stat->p_stat) in Open()
37 m_start = m_stat->p_stat->lsn; in Open()
51 if (!m_stat->p_stat) in Stat()
55 buffer->st_size = m_stat->p_stat->size; in Stat()
57 switch (m_stat->p_stat->type) in Stat()
108 return m_stat->p_stat->size; in GetLength()
/dports/devel/libgit2/libgit2-1.3.0/tests/core/
H A Dlink.c206 cl_must_pass(p_stat("stat_regfile", &st)); in test_core_link__stat_regular_file()
217 cl_must_pass(p_stat("lstat_regfile", &st)); in test_core_link__lstat_regular_file()
232 cl_must_pass(p_stat("stat_target", &st)); in test_core_link__stat_symlink()
236 cl_must_pass(p_stat("stat_symlink", &st)); in test_core_link__stat_symlink()
251 cl_must_pass(p_stat("stat_dirtarget", &st)); in test_core_link__stat_symlink_directory()
254 cl_must_pass(p_stat("stat_dirlink", &st)); in test_core_link__stat_symlink_directory()
270 cl_must_pass(p_stat("stat_chain_1", &st)); in test_core_link__stat_symlink_chain()
285 cl_must_fail(p_stat("stat_dangling", &st)); in test_core_link__stat_dangling_symlink()
298 cl_must_fail(p_stat("stat_dangling", &st)); in test_core_link__stat_dangling_symlink_directory()
397 cl_must_pass(p_stat("stat_junction", &st)); in test_core_link__stat_junction()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglplpx02.c122 void lpx_put_solution(glp_prob *lp, int inval, const int *p_stat, in lpx_put_solution() argument
132 if (p_stat != NULL) in lpx_put_solution()
133 { if (!(*p_stat == GLP_UNDEF || *p_stat == GLP_FEAS || in lpx_put_solution()
134 *p_stat == GLP_INFEAS || *p_stat == GLP_NOFEAS)) in lpx_put_solution()
136 "s\n", *p_stat); in lpx_put_solution()
137 lp->pbs_stat = *p_stat; in lpx_put_solution()
/dports/sysutils/tmux/tmux-3.2a/
H A Dosdep-openbsd.c37 ((p)->p_stat == SRUN || (p)->p_stat == SIDL || (p)->p_stat == SONPROC)
39 ((p)->p_stat == SSTOP || (p)->p_stat == SDEAD)
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dosdep-openbsd.c36 ((p)->p_stat == SRUN || (p)->p_stat == SIDL || (p)->p_stat == SONPROC)
38 ((p)->p_stat == SSTOP || (p)->p_stat == SDEAD)

12345678910>>...33