Home
last modified time | relevance | path

Searched refs:tstr2 (Results 1 – 25 of 63) sorted by relevance

123

/dports/x11/runner/runner-1.1/src/worker/
H A Dnwc_os.cc59 char *resstr, *tstr, *tstr2; in resolveEnv() local
96 tstr2 = resolveEnv( tstr ); in resolveEnv()
98 tstr = catstring( resstr, tstr2 ); in resolveEnv()
100 _freesafe( tstr2 ); in resolveEnv()
113 tstr2 = resolveEnv( tstr ); in resolveEnv()
115 tstr = catstring( resstr, tstr2 ); in resolveEnv()
117 _freesafe( tstr2 ); in resolveEnv()
H A Dnwc_path.cc189 char *tstr,*tstr2; in handlePathExt() local
237 tstr2=NWC::OS::resolveEnv(tstr); in handlePathExt()
239 tstr=catstring(newpath,tstr2); in handlePathExt()
241 _freesafe(tstr2); in handlePathExt()
254 tstr2=NWC::OS::resolveEnv(tstr); in handlePathExt()
256 tstr=catstring(newpath,tstr2); in handlePathExt()
258 _freesafe(tstr2); in handlePathExt()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dnwc_os.cc59 char *resstr, *tstr, *tstr2; in resolveEnv() local
96 tstr2 = resolveEnv( tstr ); in resolveEnv()
98 tstr = catstring( resstr, tstr2 ); in resolveEnv()
100 _freesafe( tstr2 ); in resolveEnv()
113 tstr2 = resolveEnv( tstr ); in resolveEnv()
115 tstr = catstring( resstr, tstr2 ); in resolveEnv()
117 _freesafe( tstr2 ); in resolveEnv()
H A Dwconfig_dcd.cc131 char *tstr,*buttonstr,*tstr2; in run() local
146 tstr2=NWC::Path::handlePath(tstr); in run()
151 if ( strcmp( filv->getText( trow, 0 ).c_str(), tstr2 ) == 0 ) { in run()
160 filv->setText( trow, 0, tstr2 ); in run()
165 _freesafe(tstr2); in run()
192 tstr2=NWC::Path::handlePath(tstr); in run()
197 if ( strcmp( filv->getText( trow2, 0 ).c_str(), tstr2 ) == 0 ) { in run()
204 filv->setText( trow, 0, tstr2 ); in run()
207 _freesafe(tstr2); in run()
H A Dwconfig_pathjump_allow.cc119 char *tstr, *tstr2; in run() local
132 tstr2 = NWC::Path::handlePath( tstr ); in run()
137 if ( strcmp( m_lv->getText( trow, 0 ).c_str(), tstr2 ) == 0 ) { in run()
147 m_lv->setText( trow, 0, tstr2 ); in run()
152 _freesafe( tstr2 ); in run()
H A Dexeclass.cc520 tstr2 = AGUIX_prepareForSingleQuote( tstr1 );
523 retstr += tstr2;
525 _freesafe( tstr2 );
545 tstr2 = AGUIX_prepareForSingleQuote( tstr1 );
548 retstr += tstr2;
550 _freesafe( tstr2 );
563 char *tstr1, *tstr2; in Worker_secureCommandForShell() local
612 tstr2 = AGUIX_prepareForSingleQuote( tstr1 ); in Worker_secureCommandForShell()
616 retstr += tstr2; in Worker_secureCommandForShell()
620 retstr += tstr2; in Worker_secureCommandForShell()
[all …]
H A Dnwc_path.cc194 char *tstr,*tstr2; in handlePathExt() local
242 tstr2=NWC::OS::resolveEnv(tstr); in handlePathExt()
244 tstr=catstring(newpath,tstr2); in handlePathExt()
246 _freesafe(tstr2); in handlePathExt()
259 tstr2=NWC::OS::resolveEnv(tstr); in handlePathExt()
261 tstr=catstring(newpath,tstr2); in handlePathExt()
263 _freesafe(tstr2); in handlePathExt()
H A Ddatei.cc281 unsigned char *tstr,*tstr2; in getString() local
301 if(tstr2==NULL) break; in getString()
302 strcpy((char*)tstr2,(char*)tstr); in getString()
304 tstr=tstr2; in getString()
400 char *tstr1,*tstr2; in getOwnerString() local
404 tstr2=ugdb->getGroupNameS(mygroup); in getOwnerString()
407 if(tstr2!=NULL) len+=strlen(tstr2); in getOwnerString()
412 if(tstr2!=NULL) strcat(str,tstr2); in getOwnerString()
814 unsigned char *tstr,*tstr2; in getLine() local
833 if ( tstr2 == NULL ) break; in getLine()
[all …]
H A Dscriptop.cc117 char *tstr2, *tstr3; in run() local
139 if ( tstr2 != NULL ) { in run()
152 _freesafe( tstr2 ); in run()
155 if ( tstr2 != NULL ) _freesafe( tstr2 ); in run()
280 if ( tstr2 != NULL ) { in run()
281 res_str = tstr2; in run()
282 _freesafe( tstr2 ); in run()
287 if ( tstr2 != NULL ) _freesafe( tstr2 ); in run()
332 res_str = tstr2; in run()
333 _freesafe( tstr2 ); in run()
[all …]
H A Ddeleteop.cc376 char tstr[1024],*tstr2, *tstr3; in redraw() local
387 tstr2 = (char*)_allocsafe( strlen( catalog.getLocale( 141 ) ) + strlen( tstr3 ) + 1 ); in redraw()
388 sprintf( tstr2, catalog.getLocale( 141 ), tstr3 ); in redraw()
391 tstr2 = (char*)_allocsafe( strlen( catalog.getLocale( 141 ) ) + 1 ); in redraw()
392 sprintf( tstr2, catalog.getLocale( 141 ), "" ); in redraw()
394 sourcetext->setText(tstr2); in redraw()
395 _freesafe(tstr2); in redraw()
H A Dwconfig_directory_presets.cc226 char *tstr2 = NULL; in run() local
231 tstr2 = NWC::Path::handlePath( tstr ); in run()
233 if ( m_presets.count( tstr2 ) == 0 ) { in run()
236 m_lv->setText( trow, 0, tstr2 ); in run()
241 m_presets[ tstr2 ] = {}; in run()
243 updateView( tstr2 ); in run()
245 _freesafe( tstr2 ); in run()
H A Dcondparser.cc455 char *tstr, *tstr2; in factor() local
522 tstr = tstr2; in factor()
529 tstr2 = NWC::Path::parentDir( fe->fullname, NULL ); in factor()
530 if ( tstr2 != NULL ) { in factor()
531 ec->cdDir( tstr2 ); in factor()
532 _freesafe( tstr2 ); in factor()
1193 char *tstr, *tstr2; in getOutput() local
1200 tstr2 = NWC::Path::parentDir( fe->fullname, NULL ); in getOutput()
1201 if ( tstr2 != NULL ) { in getOutput()
1202 ec->cdDir( tstr2 ); in getOutput()
[all …]
H A Dcopyopwin.cc341 *tstr2; in redraw() local
361tstr2 = (char*)_allocsafe( strlen( catalog.getLocale( ( move == true ) ? 594 : 116 ) ) + strlen( t… in redraw()
362 sprintf( tstr2, catalog.getLocale( ( move == true ) ? 594 : 116 ), tstr3 ); in redraw()
364 sourcetext->setText(tstr2); in redraw()
365 _freesafe(tstr2); in redraw()
377 tstr2 = (char*)_allocsafe( strlen( catalog.getLocale( 117 ) ) + strlen( tstr3 ) + 1 ); in redraw()
378 sprintf( tstr2, catalog.getLocale( 117 ), tstr3 ); in redraw()
380 desttext->setText(tstr2); in redraw()
381 _freesafe(tstr2); in redraw()
H A Dverzeichnis.cc124 char *tstr2 = (char*)_allocsafe( strlen( catalog.getLocale( 532 ) ) + in readDir() local
127 sprintf( tstr2, catalog.getLocale( 532 ), dirstr, myerror ); in readDir()
129 Worker::getRequester()->request( catalog.getLocale( 347 ), tstr2, str1.c_str() ); in readDir()
130 _freesafe( tstr2 ); in readDir()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_mcompand.c370 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
371 if (!tstr2) { in config_output()
376 p3 = tstr2; in config_output()
378 count_items(tstr2, &nb_attacks, ','); in config_output()
414 if (!tstr2) { in config_output()
423 if (!tstr2) { in config_output()
428 count_items(tstr2, &nb_points, ','); in config_output()
442 if (!tstr2) { in config_output()
460 if (tstr2) { in config_output()
465 if (tstr2) { in config_output()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_mcompand.c372 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
373 if (!tstr2) { in config_output()
379 p3 = tstr2; in config_output()
381 count_items(tstr2, &nb_attacks, ','); in config_output()
418 if (!tstr2) { in config_output()
428 if (!tstr2) { in config_output()
434 count_items(tstr2, &nb_points, ','); in config_output()
451 if (!tstr2) { in config_output()
473 if (tstr2) { in config_output()
478 if (tstr2) { in config_output()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_mcompand.c370 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
371 if (!tstr2) { in config_output()
376 p3 = tstr2; in config_output()
378 count_items(tstr2, &nb_attacks, ','); in config_output()
414 if (!tstr2) { in config_output()
423 if (!tstr2) { in config_output()
428 count_items(tstr2, &nb_points, ','); in config_output()
442 if (!tstr2) { in config_output()
460 if (tstr2) { in config_output()
465 if (tstr2) { in config_output()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_mcompand.c372 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
373 if (!tstr2) { in config_output()
379 p3 = tstr2; in config_output()
381 count_items(tstr2, &nb_attacks, ','); in config_output()
418 if (!tstr2) { in config_output()
428 if (!tstr2) { in config_output()
434 count_items(tstr2, &nb_points, ','); in config_output()
451 if (!tstr2) { in config_output()
473 if (tstr2) { in config_output()
478 if (tstr2) { in config_output()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_mcompand.c372 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
373 if (!tstr2) { in config_output()
379 p3 = tstr2; in config_output()
381 count_items(tstr2, &nb_attacks, ','); in config_output()
418 if (!tstr2) { in config_output()
428 if (!tstr2) { in config_output()
434 count_items(tstr2, &nb_points, ','); in config_output()
451 if (!tstr2) { in config_output()
473 if (tstr2) { in config_output()
478 if (tstr2) { in config_output()
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/test/
H A Dtest-document.c41 GdomeDOMString *tstr1, *tstr2; in test_document1() local
84 tstr2 = gdome_str_mkref ("urn:test.tst"); in test_document1()
85 el2 = gdome_doc_createElementNS (doc, tstr2, tstr1, &exc); in test_document1()
87 gdome_str_unref (tstr2); in test_document1()
220 tstr2 = gdome_str_mkref ("SELECT * FROM blah"); in test_document1()
223 gdome_str_unref (tstr2); in test_document1()
276 tstr2 = gdome_str_mkref ("urn:test.tst"); in test_document1()
279 gdome_str_unref (tstr2); in test_document1()
412 GdomeDOMString *tstr1, *tstr2; in test_document3() local
428 tstr2 = gdome_str_mkref("urn:test.tst"); in test_document3()
[all …]
/dports/multimedia/avinfo/avinfo-1.0.a15/src/
H A Dmkv.c115 char* tstr1, *tstr2; /*temp strings*/ in mkvparse() local
253 tstr2=dup("dn.cc"); in mkvparse()
254 if(tstr1&&tstr2){ in mkvparse()
259 tstr2[1]=tstr1[1]; in mkvparse()
260 tstr2[0]=tstr1[0]; in mkvparse()
266 SetStringVar(tstr2,codec[c][c2]); in mkvparse()
273 free(tstr2); in mkvparse()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Ditems_eob.cpp419 const char *tstr2 = 0; in printFullItemName() local
441 tstr2 = _magicObjectStrings[0]; in printFullItemName()
447 tstr2 = _magicObjectStrings[1]; in printFullItemName()
453 tstr2 = _magicObjectStrings[3]; in printFullItemName()
460 tstr2 = _magicObjectStrings[2]; in printFullItemName()
467 tstr2 = _magicObjectString5[0]; in printFullItemName()
472 tstr2 = _magicObjectStrings[4]; in printFullItemName()
484 if (!tstr2) { in printFullItemName()
488 SWAP(tstr2, tstr3); in printFullItemName()
490 if (tstr2 == _magicObjectString5[0]) in printFullItemName()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Ditems_eob.cpp373 const char *tstr2 = 0; in printFullItemName() local
395 tstr2 = _magicObjectStrings[0]; in printFullItemName()
401 tstr2 = _magicObjectStrings[1]; in printFullItemName()
407 tstr2 = _magicObjectStrings[3]; in printFullItemName()
414 tstr2 = _magicObjectStrings[2]; in printFullItemName()
421 tstr2 = _magicObjectString5[0]; in printFullItemName()
426 tstr2 = _magicObjectStrings[4]; in printFullItemName()
438 if (!tstr2) { in printFullItemName()
442 if (tstr2 == _magicObjectString5[0]) in printFullItemName()
443 tmpString = Common::String::format(_patternGrFix2[0], tstr2, tstr3); in printFullItemName()
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/eina/
H A Deina_test_tmpstr.c126 Eina_Tmpstr *tstr2 = eina_tmpstr_add(str2); in EFL_START_TEST() local
130 ck_assert_int_eq(eina_tmpstr_len(tstr2), strlen(str2)); in EFL_START_TEST()
135 eina_tmpstr_del(tstr2); in EFL_START_TEST()
/dports/sysutils/flashrom/flashrom-v1.2/
H A Dlayout.c61 char *tstr1, *tstr2; in read_romlayout() local
77 tstr2 = strtok(NULL, ":"); in read_romlayout()
78 if (!tstr1 || !tstr2) { in read_romlayout()
83 layout->entries[layout->num_entries].end = strtol(tstr2, (char **)NULL, 16); in read_romlayout()

123