Home
last modified time | relevance | path

Searched refs:new_fmt (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dvoc.c233 new_fmt.audio.i_bytes_per_frame *= new_fmt.audio.i_channels; in ReadBlockHeader()
234 new_fmt.audio.i_blockalign = new_fmt.audio.i_bytes_per_frame; in ReadBlockHeader()
240 new_fmt.i_bitrate = new_fmt.audio.i_rate * new_fmt.audio.i_bitspersample in ReadBlockHeader()
249 memcpy( &new_fmt, &p_sys->fmt, sizeof( new_fmt ) ); in ReadBlockHeader()
267 new_fmt.i_bitrate = new_fmt.audio.i_rate * 8; in ReadBlockHeader()
317 new_fmt.audio.i_bytes_per_frame = new_fmt.audio.i_channels; in ReadBlockHeader()
321 new_fmt.i_bitrate = new_fmt.audio.i_rate * 8; in ReadBlockHeader()
407 new_fmt.audio.i_bytes_per_frame = new_fmt.audio.i_channels in ReadBlockHeader()
411 new_fmt.i_bitrate = 8 * new_fmt.audio.i_rate in ReadBlockHeader()
437 new_fmt.audio.i_channels, new_fmt.audio.i_rate, in ReadBlockHeader()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Time/
H A Dstrptime.c90 const char *new_fmt; in strptime() local
136 new_fmt = _ctloc(d_t_fmt); in strptime()
140 new_fmt = "%m/%d/%y"; in strptime()
145 new_fmt = "%Y-%m-%d"; in strptime()
150 new_fmt = "%H:%M"; in strptime()
155 new_fmt =_ctloc(t_fmt_ampm); in strptime()
160 new_fmt = "%H:%M:%S"; in strptime()
165 new_fmt =_ctloc(t_fmt); in strptime()
169 new_fmt =_ctloc(d_fmt); in strptime()
172 new_fmt, tm); in strptime()
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/util/
H A Dstrptime.cc109 const char *new_fmt; in strptime() local
155 new_fmt = _ctloc(d_t_fmt); in strptime()
159 new_fmt = "%m/%d/%y"; in strptime()
164 new_fmt = "%Y-%m-%d"; in strptime()
169 new_fmt = "%H:%M"; in strptime()
174 new_fmt =_ctloc(t_fmt_ampm); in strptime()
179 new_fmt = "%H:%M:%S"; in strptime()
184 new_fmt =_ctloc(t_fmt); in strptime()
188 new_fmt =_ctloc(d_fmt); in strptime()
191 new_fmt, tm); in strptime()
/dports/games/wolfpack/empire-4.4.1/src/lib/w32/
H A Dstrptime.c131 const char *new_fmt; in strptime() local
177 new_fmt = _ctloc(d_t_fmt); in strptime()
181 new_fmt = "%m/%d/%y"; in strptime()
186 new_fmt = "%Y-%m-%d"; in strptime()
191 new_fmt = "%H:%M"; in strptime()
196 new_fmt =_ctloc(t_fmt_ampm); in strptime()
201 new_fmt = "%H:%M:%S"; in strptime()
206 new_fmt =_ctloc(t_fmt); in strptime()
210 new_fmt =_ctloc(d_fmt); in strptime()
213 new_fmt, tm); in strptime()
/dports/science/rdkit/rdkit-Release_2021_03_5/External/RingFamilies/RingDecomposerLib/src/RingDecomposerLib/
H A DRDLutility.c104 char* new_fmt; in RDL_writeToStderr() local
129 new_fmt = malloc(len * sizeof(*new_fmt)); in RDL_writeToStderr()
130 sprintf(new_fmt, "%12s: %s", specifier, fmt); in RDL_writeToStderr()
134 vfprintf(stderr, new_fmt, va); in RDL_writeToStderr()
137 free(new_fmt); in RDL_writeToStderr()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dvirtual_segment.cpp714 es_format_t & new_fmt = new_track.fmt; in KeepTrackSelection() local
717 if( new_fmt.i_cat == AUDIO_ES || new_fmt.i_cat == VIDEO_ES ) in KeepTrackSelection()
728 if( ( new_fmt.i_cat == old_fmt.i_cat ) && in KeepTrackSelection()
729 ( new_fmt.i_codec == old_fmt.i_codec ) && in KeepTrackSelection()
733 ( new_fmt.i_extra == 0 || in KeepTrackSelection()
734 !memcmp( new_fmt.p_extra, old_fmt.p_extra, new_fmt.i_extra ) ) && in KeepTrackSelection()
736 ( ( new_fmt.i_cat == AUDIO_ES && in KeepTrackSelection()
738 ( new_fmt.i_cat == VIDEO_ES && in KeepTrackSelection()
750 … if( ( sub_lang && new_fmt.i_cat == SPU_ES && !strcasecmp(sub_lang, new_fmt.psz_language) ) || in KeepTrackSelection()
751 … ( aud_lang && new_fmt.i_cat == AUDIO_ES && !strcasecmp(aud_lang, new_fmt.psz_language) ) ) in KeepTrackSelection()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/display/
H A Dname.py1070 new_fmt = format_str
1074 new_fmt = re.sub("|".join(patterns), "%s", new_fmt)
1077 if (len(new_fmt) > 2 and new_fmt[0] == new_fmt[-1] == '"'):
1078 new_fmt = new_fmt.replace('\\', r'\\')
1079 new_fmt = new_fmt[1:-1].replace('"', r'\"')
1081 new_fmt = new_fmt.replace('\\', r'\\')
1082 new_fmt = new_fmt.replace('"', '\\\"')
1115 return cleanup_name("%s" %% (%s))""" % (args, new_fmt, ",".join(param))
1120 LOG.error("\n" + 'Wrong name format string %s' % new_fmt
1122 +"\n" + _('Wrong name format string %s') % new_fmt
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Derror.c82 char *new_fmt; in dpkg_put_errno() local
85 new_fmt = str_fmt("%s (%s)", fmt, strerror(errno)); in dpkg_put_errno()
88 dpkg_error_set(err, DPKG_MSG_ERROR, syserrno, new_fmt, args); in dpkg_put_errno()
91 free(new_fmt); in dpkg_put_errno()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpsmeca.c893 fault = in[5+new_fmt]; in GMT_psmeca()
911 T.val = in[2+new_fmt]; in GMT_psmeca()
912 T.str = in[3+new_fmt]; in GMT_psmeca()
913 T.dip = in[4+new_fmt]; in GMT_psmeca()
916 N.val = in[5+new_fmt]; in GMT_psmeca()
917 N.str = in[6+new_fmt]; in GMT_psmeca()
918 N.dip = in[7+new_fmt]; in GMT_psmeca()
921 P.val = in[8+new_fmt]; in GMT_psmeca()
922 P.str = in[9+new_fmt]; in GMT_psmeca()
923 P.dip = in[10+new_fmt]; in GMT_psmeca()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/time/
H A Dstrptime.c163 const char *new_fmt; in strptime_l() local
209 new_fmt = _TIME_LOCALE(loc)->d_t_fmt; in strptime_l()
214 new_fmt = "%m/%d/%y"; in strptime_l()
220 new_fmt = "%Y-%m-%d"; in strptime_l()
226 new_fmt = "%H:%M"; in strptime_l()
231 new_fmt = _TIME_LOCALE(loc)->t_fmt_ampm; in strptime_l()
236 new_fmt = "%H:%M:%S"; in strptime_l()
241 new_fmt = _TIME_LOCALE(loc)->t_fmt; in strptime_l()
245 new_fmt = _TIME_LOCALE(loc)->d_fmt; in strptime_l()
249 new_fmt, tm); in strptime_l()
/dports/www/gregarius/gregarius/cls/wrappers/
H A Ditem.php133 foreach ($tabFmt as $old_fmt => $new_fmt) {
135 if ($isDay && $new_fmt && strpos($date_fmt, "${old_fmt}S")!==FALSE ) {
140 $value=rss_locale_date($new_fmt, $GLOBALS['rss']->currentItem->date, false);
150 if ($new_fmt) {
153 $value=rss_locale_date($new_fmt, $GLOBALS['rss']->currentItem->date, false);
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/win32/
H A Dstrptime.c104 const char *new_fmt; in strptime() local
156 new_fmt = "%m/%d/%y"; in strptime()
161 new_fmt = "%Y-%m-%d"; in strptime()
166 new_fmt = "%H:%M"; in strptime()
171 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
176 new_fmt = "%H:%M:%S"; in strptime()
191 new_fmt, tm); in strptime()
/dports/multimedia/mlt6/mlt-6.26.1/src/win32/
H A Dstrptime.c104 const char *new_fmt; in strptime() local
156 new_fmt = "%m/%d/%y"; in strptime()
161 new_fmt = "%Y-%m-%d"; in strptime()
166 new_fmt = "%H:%M"; in strptime()
171 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
176 new_fmt = "%H:%M:%S"; in strptime()
191 new_fmt, tm); in strptime()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/win32/
H A Dstrptime.c104 const char *new_fmt; in strptime() local
156 new_fmt = "%m/%d/%y"; in strptime()
161 new_fmt = "%Y-%m-%d"; in strptime()
166 new_fmt = "%H:%M"; in strptime()
171 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
176 new_fmt = "%H:%M:%S"; in strptime()
191 new_fmt, tm); in strptime()
/dports/multimedia/mlt7/mlt-7.0.1/src/win32/
H A Dstrptime.c104 const char *new_fmt; in strptime() local
156 new_fmt = "%m/%d/%y"; in strptime()
161 new_fmt = "%Y-%m-%d"; in strptime()
166 new_fmt = "%H:%M"; in strptime()
171 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
176 new_fmt = "%H:%M:%S"; in strptime()
191 new_fmt, tm); in strptime()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/win32/
H A Dstrptime.c104 const char *new_fmt; in strptime() local
156 new_fmt = "%m/%d/%y"; in strptime()
161 new_fmt = "%Y-%m-%d"; in strptime()
166 new_fmt = "%H:%M"; in strptime()
171 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
176 new_fmt = "%H:%M:%S"; in strptime()
191 new_fmt, tm); in strptime()
/dports/graphics/darktable/darktable-3.6.1/src/win/
H A Dstrptime.c108 const char *new_fmt; in strptime() local
161 new_fmt = "%m/%d/%y"; in strptime()
166 new_fmt = "%Y-%m-%d"; in strptime()
171 new_fmt = "%H:%M"; in strptime()
176 new_fmt = "%I:%M:S %p"; //_ctloc(t_fmt_ampm); in strptime()
181 new_fmt = "%H:%M:%S"; in strptime()
195 bp = (const u_char *)strptime((const char *)bp, new_fmt, tm); in strptime()
/dports/graphics/darktable38/darktable-3.8.0/src/win/
H A Dstrptime.c108 const char *new_fmt; in strptime() local
161 new_fmt = "%m/%d/%y"; in strptime()
166 new_fmt = "%Y-%m-%d"; in strptime()
171 new_fmt = "%H:%M"; in strptime()
176 new_fmt = "%I:%M:S %p"; //_ctloc(t_fmt_ampm); in strptime()
181 new_fmt = "%H:%M:%S"; in strptime()
195 bp = (const u_char *)strptime((const char *)bp, new_fmt, tm); in strptime()
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-strptime.c102 const char *new_fmt; in strptime() local
154 new_fmt = "%m/%d/%y"; in strptime()
159 new_fmt = "%Y-%m-%d"; in strptime()
164 new_fmt = "%H:%M"; in strptime()
169 new_fmt = "%I:%M:S %p";//_ctloc(t_fmt_ampm); in strptime()
174 new_fmt = "%H:%M:%S"; in strptime()
189 new_fmt, tm); in strptime()
/dports/mail/perdition/perdition-2.2/perdition/
H A Dpop3_write.c96 const char *new_fmt = NULL; in pop3_vwrite() local
98 new_fmt = __pop3_write_fmt(io, &flag, command, fmt); in pop3_vwrite()
100 if (str_vwrite(io, flag, nargs, new_fmt, ap) < 0) { in pop3_vwrite()
H A Dimap4_write.c114 const char *new_fmt = NULL; in imap4_write() local
117 new_fmt = __imap4_write_fmt(io, &flag, tag, command, fmt); in imap4_write()
120 if(str_vwrite(io, flag, nargs, new_fmt, ap)<0){ in imap4_write()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/timeutils/
H A Dwallclocktime.c278 const char *new_fmt; in wall_clock_time_strptime() local
329 new_fmt = _TIME_LOCALE(loc)->d_t_fmt; in wall_clock_time_strptime()
334 new_fmt = "%m/%d/%y"; in wall_clock_time_strptime()
340 new_fmt = "%Y-%m-%d"; in wall_clock_time_strptime()
346 new_fmt = "%H:%M"; in wall_clock_time_strptime()
351 new_fmt = _TIME_LOCALE(loc)->t_fmt_ampm; in wall_clock_time_strptime()
356 new_fmt = "%H:%M:%S"; in wall_clock_time_strptime()
361 new_fmt = _TIME_LOCALE(loc)->t_fmt; in wall_clock_time_strptime()
365 new_fmt = _TIME_LOCALE(loc)->d_fmt; in wall_clock_time_strptime()
368 bp = (const unsigned char *)wall_clock_time_strptime(wct, new_fmt, (const char *)bp); in wall_clock_time_strptime()
/dports/devel/efl/efl-1.25.1/src/lib/evil/
H A Devil_time.c182 const char *new_fmt; in strptime() local
235 new_fmt = "%m/%d/%y"; in strptime()
240 new_fmt = "%Y-%m-%d"; in strptime()
245 new_fmt = "%H:%M"; in strptime()
255 new_fmt = "%H:%M:%S"; in strptime()
267 new_fmt, tm); in strptime()
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc300 std::string new_fmt("%"); in TYPED_TEST_P() local
301 new_fmt += flag_set; in TYPED_TEST_P()
302 new_fmt += wid; in TYPED_TEST_P()
303 new_fmt += prec; in TYPED_TEST_P()
305 std::string old_fmt = new_fmt; in TYPED_TEST_P()
306 new_fmt += conv_char; in TYPED_TEST_P()
326 new_fmt + "\""); in TYPED_TEST_P()
327 UntypedFormatSpecImpl format(new_fmt); in TYPED_TEST_P()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcell.c892 GOFormat *new_fmt; in gnm_cell_get_text_for_editing() local
894 new_fmt = gnm_format_for_date_editing (cell); in gnm_cell_get_text_for_editing()
897 GString *fstr = g_string_new (go_format_as_XL (new_fmt)); in gnm_cell_get_text_for_editing()
898 go_format_unref (new_fmt); in gnm_cell_get_text_for_editing()
901 new_fmt = guess_time_format in gnm_cell_get_text_for_editing()
907 text = format_value (new_fmt, cell->value, in gnm_cell_get_text_for_editing()
916 go_format_unref (new_fmt); in gnm_cell_get_text_for_editing()
921 GOFormat *new_fmt = guess_time_format (NULL, f); in gnm_cell_get_text_for_editing() local
923 text = format_value (new_fmt, cell->value, -1, in gnm_cell_get_text_for_editing()
925 go_format_unref (new_fmt); in gnm_cell_get_text_for_editing()

12345678