Home
last modified time | relevance | path

Searched refs:ps_string (Results 1 – 25 of 62) sorted by relevance

123

/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dmakehelp.c99 char *ps_string();
483 ps_string(save+1));
486 LEFT_MARGIN, (lines*FONT_SIZE)+TOP_MARGIN, ps_string(save));
514 ps_string(save+1)); in man_write_done()
517 LEFT_MARGIN, (lines*FONT_SIZE)+TOP_MARGIN, ps_string(save)); in man_write_done()
569 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
578 ps_string(templine));
591 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
599 ps_string(templine));
648 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dps.c106 STATIC_UNLESS_ZINT_TEST void ps_convert(const unsigned char *string, unsigned char *ps_string) { in ps_convert() argument
108 unsigned char *p = ps_string; in ps_convert()
159 unsigned char *ps_string; in ps_plot() local
261 unsigned char ps_string[ps_len + 1]; in ps_plot() local
263 ps_string = (unsigned char *) _alloca(ps_len + 1); in ps_plot()
458 ps_convert(string->text, ps_string); in ps_plot()
465 fprintf(feps, " (%s) stringwidth\n", ps_string); in ps_plot()
475 fprintf(feps, " (%s) show\n", ps_string); in ps_plot()
/dports/multimedia/gstreamer1-plugins-ugly/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-dvdread/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-mpeg2dec/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/audio/gstreamer1-plugins-sidplay/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/audio/gstreamer1-plugins-amrwbdec/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/audio/gstreamer1-plugins-a52dec/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/audio/gstreamer1-plugins-amrnb/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/sysutils/gstreamer1-plugins-cdio/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/multimedia/gstreamer1-plugins-x264/gst-plugins-ugly-1.16.2/gst/asfdemux/
H A Dgstrtpasfdepay.c128 const gchar *config_str, *ps_string; in gst_rtp_asf_depay_setcaps() local
148 ps_string = gst_structure_get_string (s, "maxps"); in gst_rtp_asf_depay_setcaps()
149 if (ps_string == NULL || *ps_string == '\0') in gst_rtp_asf_depay_setcaps()
155 if (depay->packet_size == atoi (ps_string)) { in gst_rtp_asf_depay_setcaps()
162 depay->packet_size = atoi (ps_string); in gst_rtp_asf_depay_setcaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/doc/
H A Dgenps.pl135 sub ps_string($) { subroutine
219 print $fm '/', $fname, ' ', ps_string($fdata->{filename}), " ;\n";
1139 print "/bullet [",ps_string($charcode{'bullet'}),"] def\n";
1153 print '[/Title ', ps_string($b->[2]), "\n";
1192 print "/ti ", ps_string($title), " def\n";
1193 print "/sti ", ps_string($subtitle), " def\n";
1260 print "%%BeginDocument: ",ps_string($metadata{epslogo}),"\n";
1287 print ps_string($$c[1]);
1293 print '{',ps_string($$c[1]),'wl}'; # web link
1311 print ps_string($$x[1]);
[all …]
/dports/devel/nasm/nasm-2.15.05/doc/
H A Dgenps.pl135 sub ps_string($) { subroutine
219 print $fm '/', $fname, ' ', ps_string($fdata->{filename}), " ;\n";
1139 print "/bullet [",ps_string($charcode{'bullet'}),"] def\n";
1153 print '[/Title ', ps_string($b->[2]), "\n";
1192 print "/ti ", ps_string($title), " def\n";
1193 print "/sti ", ps_string($subtitle), " def\n";
1260 print "%%BeginDocument: ",ps_string($metadata{epslogo}),"\n";
1287 print ps_string($$c[1]);
1293 print '{',ps_string($$c[1]),'wl}'; # web link
1311 print ps_string($$x[1]);
[all …]
/dports/emulators/mednafen/mednafen/Documentation/
H A Ddocgen.inc13 $ps_string = "";
161 global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_depth;
170 …$ps_string = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR…
194 global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_depth;
214 echo($ps_string);
225 …global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_depth, $sections…
232 …global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_depth, $sections…
274 …global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_depth, $sections…
294 …global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_string, $setting…
351 …global $mednafen_version, $curmod, $cursection, $ps_string, $toc_string, $section_string, $setting…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/doc/
H A Dgenps.pl1083 print "/bullet [",ps_string($charcode{'bullet'}),"] def\n";
1095 sub ps_string($) { subroutine
1116 print '[/Title ', ps_string($b->[2]), "\n";
1155 print "/ti ", ps_string($title), " def\n";
1156 print "/sti ", ps_string($subtitle), " def\n";
1223 print "%%BeginDocument: ",ps_string($metadata{epslogo}),"\n";
1250 print ps_string($$c[1]);
1256 print '{',ps_string($$c[1]),'wl}'; # web link
1274 print ps_string($$x[1]);
1278 print ps_string($ps_xref_page{$$x[1]});
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DpsOperators.py191 class ps_string(ps_object): class
273 def ps_string(self): member in PSOperators
275 self.push(ps_string('\0' * num))
279 self.push(ps_string(obj.type))
388 self.push(ps_string(s.value[seeklen:]))
446 self.push(ps_string(obj3.value[obj2.value:obj2.value + obj1.value]))
H A DpsLib.py17 ps_string,
285 return ps_string(token[1:-1])
295 return ps_string(cleanstr)
/dports/textproc/halibut/halibut-1.2/
H A Dbk_ps.c17 static void ps_string(FILE *fp, int *cc, char const *str);
263 ps_string(fp, &cc, xr->dest.url); in ps_backend()
297 ps_string(fp, &cc, frag->text); in ps_backend()
412 static void ps_string(FILE *fp, int *cc, char const *str) { in ps_string() function
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A DpsOperators.py194 class ps_string(ps_object): class
276 def ps_string(self): member in PSOperators
278 self.push(ps_string('\0' * num))
282 self.push(ps_string(obj.type))
391 self.push(ps_string(s.value[seeklen:]))
449 self.push(ps_string(obj3.value[obj2.value:obj2.value + obj1.value]))
/dports/science/siesta/siesta-4.1.5/Src/
H A Datom.F2007 ps_string = "Unknown atomic XC code"
2046 . trim(ps_string), " functional"
2055 . trim(ps_string), " functional"
2064 . trim(ps_string), " functional"
2073 . trim(ps_string), " functional"
2081 . trim(ps_string), " functional"
2090 . trim(ps_string), " functional"
2099 . trim(ps_string), " functional"
2109 . trim(ps_string), " functional"
2119 . trim(ps_string), " functional"
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dcp/
H A Ddcpdecrypt.cpp50 static string createUUID( unsigned char *ps_string ) in createUUID() argument
56 if( ! ps_string ) in createUUID()
64 … ret = snprintf( h, 3, "%02hhx", ps_string[i] ); /* each byte can be written as 2 hex digits */ in createUUID()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/mac/
H A D.install.sh601 local ps_string="${versioned_dir}/"
631 grep -Fqx "${ps_string}") &&
/dports/benchmarks/p5-Dumbbench/Dumbbench-0.501/lib/Benchmark/
H A DDumb.pm298 my $ps_string = sprintf("$ps_format +- $ps_format", $per_sec->number*1., $per_sec->error->[0]);
299 return $ps_string;
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dpostscript.c92 unsigned char *ps_string (unsigned char *text) in ps_string() function
270 p = ps_string (p); in printLine()
462 title = ps_string (postscript_option_title); in postscript_print()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpsread.c864 case ps_string: case ps_instr: case ps_lit: in printarray()
1017 } else if ( stackel->type!=ps_string ) in StringToBytes()
1451 stack[sp].type = ps_string; in _InterpretPS()
2701 case ps_string: case ps_instr: case ps_lit: in _InterpretPS()
2704 stack[sp].type==ps_string ? "(" : "{" ); in _InterpretPS()
2708 stack[sp].type==ps_string ? ")" : "}" ); in _InterpretPS()
2733 if ( sp>=1 && stack[sp-1].type==ps_string ) { in _InterpretPS()
2747 if ( stack[sp-1].type==ps_string ) in _InterpretPS()
2757 if ( sp>=3 && stack[sp-1].type==ps_string && in _InterpretPS()
2779 case ps_string: case ps_instr: case ps_lit: in _InterpretPS()
[all …]

123