Home
last modified time | relevance | path

Searched refs:lastpath (Results 51 – 75 of 111) sorted by relevance

12345

/dports/devel/sccache/sccache-0.2.15/src/bin/sccache-dist/
H A Dbuild.rs613 let mut lastpath = None; in clean_container() localVariable
639 if let Some(lastpath) = lastpath { in clean_container()
640 if Path::new(changepath).starts_with(lastpath) { in clean_container()
644 lastpath = Some(changepath); in clean_container()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/render/
H A Dcache.rs79 let mut lastpath = ""; in build_index() localVariable
102 if lastpath == &item.path { in build_index()
105 lastpath = &item.path; in build_index()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/dvr/
H A Ddvr_rec.c686 char *lastpath = NULL; in pvr_generate_filename() local
841 free(lastpath); in pvr_generate_filename()
851 if (lastpath) { in pvr_generate_filename()
852 if (strcmp(path, lastpath) == 0) { in pvr_generate_filename()
853 free(lastpath); in pvr_generate_filename()
867 free(lastpath); in pvr_generate_filename()
868 lastpath = strdup(path); in pvr_generate_filename()
872 free(lastpath); in pvr_generate_filename()
/dports/devel/splint/splint-3.1.2/src/
H A DfileTable.c578 char *lastpath = (char *)NULL; in fileTable_addltemp() local
592 lastpath = strrchr (newname, CONNECTCHAR); /* get the directory */ in fileTable_addltemp()
593 llassert (lastpath != NULL); in fileTable_addltemp()
594 *lastpath = '\0'; in fileTable_addltemp()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTFTP.c2915 char *lastpath = NULL; /* prefix for link, either "" (for root) or xxx */ in read_directory() local
2947 StrAllocCopy(lastpath, "/"); in read_directory()
2949 StrAllocCopy(lastpath, "/foo/.."); in read_directory()
2955 StrAllocCopy(lastpath, filename); /* Use absolute path for CMS. */ in read_directory()
2957 StrAllocCopy(lastpath, p + 1); /* Take slash off the beginning. */ in read_directory()
2959 if ((cp = strrchr(lastpath, ';')) != NULL) { /* Trim type= param. */ in read_directory()
3073 lastpath, chunk->data)); in read_directory()
3132 lastpath); in read_directory()
3148 HTDirEntry(target, lastpath, entry_info->filename); in read_directory()
3205 FREE(lastpath); in read_directory()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTFTP.c2918 char *lastpath = NULL; /* prefix for link, either "" (for root) or xxx */ in read_directory() local
2950 StrAllocCopy(lastpath, "/"); in read_directory()
2952 StrAllocCopy(lastpath, "/foo/.."); in read_directory()
2958 StrAllocCopy(lastpath, filename); /* Use absolute path for CMS. */ in read_directory()
2960 StrAllocCopy(lastpath, p + 1); /* Take slash off the beginning. */ in read_directory()
2962 if ((cp = strrchr(lastpath, ';')) != NULL) { /* Trim type= param. */ in read_directory()
3076 lastpath, chunk->data)); in read_directory()
3135 lastpath); in read_directory()
3151 HTDirEntry(target, lastpath, entry_info->filename); in read_directory()
3208 FREE(lastpath); in read_directory()
/dports/graphics/s10sh/s10sh-0.2.2/
H A Dmain.c37 char lastpath[1024] = {'\0'}; variable
152 snprintf(prompt, 1024, "[%s] %s> ", cameraid, lastpath); in main()
/dports/games/cake/cake_src/cake/
H A Dfiles.h190 …char lastpath[MAX_FILEPATH]; /**< this will save the name of the last path until f_FindNext is ca… variable
/dports/devel/commoncpp/commoncpp2-1.8.1/inc/cc++/
H A Dmisc.h383 static char lastpath[KEYDATA_PATH_SIZE + 1]; variable
/dports/textproc/ltxml/ltxml-1.2.9/XML/src/api/
H A Dselect.c44 boolean lastpath; in UnifyItem() local
51 lastpath=(ch==0)?1:0; in UnifyItem()
53 if (lastpath) { /* Unify on components */ in UnifyItem()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dtagging.c67 GtkTreePath *path, *lastpath; member
2217 if(d->drag.lastpath) gtk_tree_path_free(d->drag.lastpath); in _click_on_view_dictionary()
2218 d->drag.lastpath = NULL; in _click_on_view_dictionary()
2776 if(d->drag.lastpath) in _dnd_expand_timeout()
2778 gtk_tree_view_expand_row(d->dictionary_view, d->drag.lastpath, FALSE); in _dnd_expand_timeout()
2835 …if(!d->drag.lastpath || ((d->drag.lastpath) && gtk_tree_path_compare(d->drag.lastpath, path) != 0)) in _event_dnd_motion()
2853 if(d->drag.lastpath) in _event_dnd_motion()
2854 gtk_tree_path_free(d->drag.lastpath); in _event_dnd_motion()
2855 d->drag.lastpath = path; in _event_dnd_motion()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h134 char *lastpath; // last alsolute path found member
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/common/lcov/
H A Dlcov2948 my $lastpath;
3095 if (!defined($lastpath) || $lastpath ne $p) {
3096 print("\n") if (defined($lastpath));
3097 $lastpath = $p;
3098 print("[$lastpath/]\n") if (!$root_prefix);
/dports/math/libmesh/libmesh-1.6.2/contrib/lcov/lcov-1.10/bin/
H A Dlcov2948 my $lastpath;
3095 if (!defined($lastpath) || $lastpath ne $p) {
3096 print("\n") if (defined($lastpath));
3097 $lastpath = $p;
3098 print("[$lastpath/]\n") if (!$root_prefix);
/dports/devel/lcov/lcov-1.15/bin/
H A Dlcov2972 my $lastpath;
3119 if (!defined($lastpath) || $lastpath ne $p) {
3120 print("\n") if (defined($lastpath));
3121 $lastpath = $p;
3122 print("[$lastpath/]\n") if (!$root_prefix);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lcov/bin/
H A Dlcov2948 my $lastpath;
3095 if (!defined($lastpath) || $lastpath ne $p) {
3096 print("\n") if (defined($lastpath));
3097 $lastpath = $p;
3098 print("[$lastpath/]\n") if (!$root_prefix);
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/lcov/
H A Dlcov3091 my $lastpath;
3238 if (!defined($lastpath) || $lastpath ne $p) {
3239 print("\n") if (defined($lastpath));
3240 $lastpath = $p;
3241 print("[$lastpath/]\n") if (!$root_prefix);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/common/lcov/
H A Dlcov3091 my $lastpath;
3238 if (!defined($lastpath) || $lastpath ne $p) {
3239 print("\n") if (defined($lastpath));
3240 $lastpath = $p;
3241 print("[$lastpath/]\n") if (!$root_prefix);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/lcov/
H A Dlcov3091 my $lastpath;
3238 if (!defined($lastpath) || $lastpath ne $p) {
3239 print("\n") if (defined($lastpath));
3240 $lastpath = $p;
3241 print("[$lastpath/]\n") if (!$root_prefix);
/dports/x11-wm/durden/durden-0.6.1/durden/menus/
H A Dbrowse.lua32 lastpath = path;
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DBreakupSeg.c59 SPATH *condpath, *lastpath, *headpath, *condbeg, *condend; local
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dtagging.c67 GtkTreePath *path, *lastpath; member
2222 if(d->drag.lastpath) gtk_tree_path_free(d->drag.lastpath); in _click_on_view_dictionary()
2223 d->drag.lastpath = NULL; in _click_on_view_dictionary()
2790 if(d->drag.lastpath) in _dnd_expand_timeout()
2792 gtk_tree_view_expand_row(d->dictionary_view, d->drag.lastpath, FALSE); in _dnd_expand_timeout()
2849 …if(!d->drag.lastpath || ((d->drag.lastpath) && gtk_tree_path_compare(d->drag.lastpath, path) != 0)) in _event_dnd_motion()
2867 if (d->drag.lastpath) in _event_dnd_motion()
2868 gtk_tree_path_free(d->drag.lastpath); in _event_dnd_motion()
2869 d->drag.lastpath = path; in _event_dnd_motion()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dfile_selector.cpp631 std::string lastpath = folder->keyName(); in show() local
633 lastpath.c_str()); in show()
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/
H A Dimport_documents.py175 lastpath=path,
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h155 char *lastpath; /* last alsolute path found */ \

12345