Home
last modified time | relevance | path

Searched refs:backpath (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/oxine/
H A Dmediamarks.c78 list_t *backpath; member
590 bpush(session->backpath, item->sub); in mediamarks_play_cb()
595 bpush(session->backpath, item->sub); in mediamarks_play_cb()
600 bpop(session->backpath); in mediamarks_play_cb()
629 bpush(session->backpath, item->sub); in mediamarks_play_cb()
664 list_delete_current(session->backpath); in mediamarks_freeall()
668 list_free(session->backpath); in mediamarks_freeall()
728 session->backpath = list_new(); in mediamarks_cb()
738 bpush(session->backpath, items); in mediamarks_cb()
744 list_free(session->backpath); in mediamarks_cb()
[all …]
/dports/deskutils/plan/plan-1.10.1/src/
H A Dfile_w.c150 char backpath[1024]; /* path of backup file */ in writefile() local
180 sprintf(backpath, "%s.bak.%d", path, getuid()); in writefile()
181 unlink(backpath); in writefile()
182 if (!copyfile(path, backpath)) { in writefile()
185 path, backpath); in writefile()
186 unlink(backpath); in writefile()
207 backpath); in writefile()
361 if (copyfile(backpath, path)) { in writefile()
362 unlink(backpath); in writefile()
373 %s, requires manual restore"), path, backpath); in writefile()
[all …]
/dports/japanese/plan/plan-1.10.1/src/
H A Dfile_w.c150 char backpath[1024]; /* path of backup file */ in writefile() local
180 sprintf(backpath, "%s.bak.%d", path, getuid()); in writefile()
181 unlink(backpath); in writefile()
182 if (!copyfile(path, backpath)) { in writefile()
185 path, backpath); in writefile()
186 unlink(backpath); in writefile()
207 backpath); in writefile()
361 if (copyfile(backpath, path)) { in writefile()
362 unlink(backpath); in writefile()
373 %s, requires manual restore"), path, backpath); in writefile()
[all …]
/dports/devel/tmake/tmake-2.12/lib/nmake/
H A Dsubdirs.t30 my $backpath = $_; $backpath =~ s/\w*/\./g;
32 "cd $_\n\t\$(MAKE\) \$(ACTION)\n\t\@cd $backpath\n\n"; }
/dports/devel/wxformbuilder/source/sdk/premake/src/
H A Dproject.c840 char backpath[8192]; in prj_get_relativetarget_for() local
845 strcpy(backpath, path_build(prj_get_pkgpath(), prj_get_path())); in prj_get_relativetarget_for()
848 if (strlen(backpath) > 0) in prj_get_relativetarget_for()
849 strcat(backpath, "/"); in prj_get_relativetarget_for()
850 strcat(backpath, prj_get_pkgpath_for(i)); in prj_get_relativetarget_for()
853 if (strlen(backpath) > 0) in prj_get_relativetarget_for()
854 strcat(backpath, "/"); in prj_get_relativetarget_for()
855 strcat(backpath, prj_get_target_for(i)); in prj_get_relativetarget_for()
858 target = path_build("", backpath); in prj_get_relativetarget_for()
/dports/devel/premake/Premake-3.7/Src/
H A Dproject.c840 char backpath[8192]; in prj_get_relativetarget_for() local
845 strcpy(backpath, path_build(prj_get_pkgpath(), prj_get_path())); in prj_get_relativetarget_for()
848 if (strlen(backpath) > 0) in prj_get_relativetarget_for()
849 strcat(backpath, "/"); in prj_get_relativetarget_for()
850 strcat(backpath, prj_get_pkgpath_for(i)); in prj_get_relativetarget_for()
853 if (strlen(backpath) > 0) in prj_get_relativetarget_for()
854 strcat(backpath, "/"); in prj_get_relativetarget_for()
855 strcat(backpath, prj_get_target_for(i)); in prj_get_relativetarget_for()
858 target = path_build("", backpath); in prj_get_relativetarget_for()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/servlet/
H A DBreadcrumbsFilter.java82 String backpath = getBackpath(pathInfo); in filter() local
84 backpath, isNarrow, locale); in filter()
85 String headContent = HEAD_CONTENT1 + backpath + HEAD_CONTENT2 + backpath + in filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSamplePathText.cpp279 SkPath* backpath = &fBackPaths[i]; in runAnimationTask() local
280 backpath->reset(); in runAnimationTask()
281 backpath->setFillType(SkPathFillType::kEvenOdd); in runAnimationTask()
291 backpath->moveTo(pt.x(), pt.y()); in runAnimationTask()
296 backpath->lineTo(endpt.x(), endpt.y()); in runAnimationTask()
302 backpath->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y()); in runAnimationTask()
306 backpath->close(); in runAnimationTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSamplePathText.cpp288 SkPath* backpath = &fBackPaths[i]; in runAnimationTask() local
289 backpath->reset(); in runAnimationTask()
290 backpath->setFillType(SkPathFillType::kEvenOdd); in runAnimationTask()
296 backpath->moveTo(pt.x(), pt.y()); in runAnimationTask()
301 backpath->lineTo(endpt.x(), endpt.y()); in runAnimationTask()
307 backpath->quadTo(controlPt.x(), controlPt.y(), endpt.x(), endpt.y()); in runAnimationTask()
311 backpath->close(); in runAnimationTask()
/dports/japanese/ne/ne/src/
H A Dfile.c346 char backpath[LN_path+4+1]; in filesave() local
384 strcpy(backpath,filename); in filesave()
385 strcat(backpath,".bak"); in filesave()
386 unlink(backpath); in filesave()
387 rename(filename, backpath); in filesave()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Ddebug.c580 char *backpath = "gtkwaveXXXXXX"; in tmpnam_2() local
595 tmpspace = malloc_2(len + 1 + strlen(backpath) + 1); in tmpnam_2()
596 sprintf(tmpspace, "%s%c%s", P_tmpdir, slash, backpath); in tmpnam_2()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A Ddisk.py305 backpath = path
306 while backpath in volmap:
307 vol = volmap[backpath]
310 backpath = vol.target_path
311 vols.append(backpath)
/dports/editors/joe/joe-4.6/joe/
H A Dufile.h39 extern char *backpath; /* Path to backup files if not current directory */
H A Dufile.c19 char *backpath = NULL; /* Place to store backup files */ variable
187 if (backpath) { in backup()
188 char *t = vsncpy(NULL,0,sz(backpath)); in backup()
213 if (backpath) { in backup()
214 char *t = vsncpy(NULL, 0, sz(backpath)); in backup()
/dports/games/asylum/asylum-0.3.2/
H A Dasylum.cpp501 char backpath[] = "Backfile"; variable
605 loadhammered_level(&backadr, backpath, currentpath); in getlevelfiles()
632 loadhammered_level(&backadr, backpath, currentpath); in retrievebackdrop()
/dports/editors/joe/joe-4.6/syntax/
H A Djoerc.jsf61 "backpath" sopt
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_joe5 '-backpath[backup file directory]:backup file directory:_files -/' \
/dports/editors/jupp/jupp/
H A Dufile.c52 unsigned char *backpath = NULL; /* Place to store backup files */ variable
239 if (backpath) { in backup()
240 …joe_snprintf_3((char *)name, sizeof(name), "%s/%s%s", backpath, namepart(tmp, bw->b->name), simple… in backup()
H A Drc.c80 extern unsigned char *backpath;
321 glopts[x].set.us = &backpath; in izopts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dpresubmit_canned_checks.py797 backpath = [
804 backpath.append(env.get('PYTHONPATH'))
805 env['PYTHONPATH'] = input_api.os_path.pathsep.join((backpath))
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Drecodebeam.cpp429 int backpath = character_boundaries_[j] - character_boundaries_[j - 1]; in extractSymbolChoices() local
439 while (node != nullptr && backcounter < backpath) { in extractSymbolChoices()
455 ExtractPath(best[0], &best_nodes, backpath); in extractSymbolChoices()
/dports/editors/joe/joe-4.6/rc/
H A Djicerc.ru.in110 -backpath path
111 ���������� ��� ���������� ��������� ������ (���� ������ ����� 'backpath' �
538 mode,"backpath",rtn % % Path to backup files %Zbackpath%
H A Djpicorc.in70 -backpath path
71 Directory to store backup files (one space between 'backpath' and
480 mode,"backpath",rtn % % Path to backup files %Zbackpath%
H A Djstarrc.in53 -backpath path
54 Directory to store backup files (one space between 'backpath' and
455 mode,"backpath",rtn % % Path to backup files %Zbackpath%
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/rtlbrowse/
H A Dlogfile.c601 char *backpath = "gtkwaveXXXXXX"; in tmpnam_rtlbrowse()
616 tmpspace = malloc(len + 1 + strlen(backpath) + 1); in tmpnam_rtlbrowse()
617 sprintf(tmpspace, "%s%c%s", P_tmpdir, slash, backpath); in tmpnam_rtlbrowse()

12