Home
last modified time | relevance | path

Searched refs:itempath (Results 1 – 25 of 131) sorted by relevance

123456

/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dls.c89 free(gLsCache[i].itempath); in FlushLsCacheItem()
90 gLsCache[i].itempath = NULL; in FlushLsCacheItem()
126 if (strcmp(itempath, gLsCache[j].itempath) == 0) { in LsCacheLookup()
154 j = LsCacheLookup(itempath); in LsCacheAdd()
163 cp = StrDup(itempath); in LsCacheAdd()
172 gLsCache[j].itempath = cp; in LsCacheAdd()
509 char itempath[512]; in Ls() local
581 PathCat(itempath, sizeof(itempath), gRemoteCWD, in Ls()
691 char itempath[512]; in LLs() local
755 STRNCPY(itempath, "*.*"); in LLs()
[all …]
/dports/www/sfeed/sfeed-1.0/
H A Dsfeed_gopher.c41 char *itemhost, *itemport, *itempath, *itemquery, *itemfragment; in printfeed() local
61 itempath = fields[FieldLink]; in printfeed()
73 itempath = u.path; in printfeed()
77 if (itempath[0] == '/') { in printfeed()
78 itempath++; in printfeed()
79 if (*itempath) { in printfeed()
80 itemtype = *itempath; in printfeed()
81 itempath++; in printfeed()
105 if (itemtype == 'h' && fields[FieldLink] == itempath) in printfeed()
107 gophertext(fpitems, itempath); in printfeed()
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dconffile.c190 const char * itempath; member
205 const size_t thispath_maxlen = dirpath_len + 1 + strlen(context->itempath) + 1; in xdg_for_each_config_found_try_component()
222 strconcat(thispath, thispath_maxlen, context->itempath); in xdg_for_each_config_found_try_component()
240 const char * itempath, /* relative path of item to look for in each directory */ in xdg_for_each_config_found() argument
250 context.itempath = itempath; in xdg_for_each_config_found()
303 const char * itempath, in xdg_find_first_config_path_save_item() argument
307 context->result = strdup(itempath); in xdg_find_first_config_path_save_item()
314 const char * itempath in xdg_find_first_config_path() argument
325 /*itempath =*/ itempath, in xdg_find_first_config_path()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qmake/
H A DqtcAddDeployment.pri10 itempath = $${item}.path
11 $$itempath= $$eval($${deploymentfolder}.target)
13 export($$itempath)
24 itempath = $${item}.path
25 $$itempath = /data/user/qt/$$eval($${deploymentfolder}.target)
27 export($$itempath)
40 itempath = $${item}.path
41 $$itempath = /assets/$$eval($${deploymentfolder}.target)
43 export($$itempath)
157 itempath = $${item}.path
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sh/
H A Dncftpspooler_add_file_to_upload.pl835 my ($itempath);
840 for $itempath (@items) {
841 $itempath = abs_path($itempath);
842 if (-d $itempath) {
848 } elsif (-f $itempath) {
860 $itempath = $line;
861 $itempath =~ s/[\r\n]+//;
862 next if ($itempath eq "");
863 $itempath = abs_path($itempath);
864 if (-d $itempath) {
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/examples/QMLPlayer/qtquick2applicationviewer/
H A Dqtquick2applicationviewer.pri28 itempath = $${item}.path
29 $$itempath= $$eval($${deploymentfolder}.target)
31 export($$itempath)
42 itempath = $${item}.path
43 $$itempath = /data/user/qt/$$eval($${deploymentfolder}.target)
45 export($$itempath)
58 itempath = $${item}.path
59 $$itempath = /assets/$$eval($${deploymentfolder}.target)
61 export($$itempath)
153 itempath = $${item}.path
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/qmlapplicationviewer/
H A Dqmlapplicationviewer.pri39 itempath = $${item}.path
40 $$itempath= $$eval($${deploymentfolder}.target)
42 export($$itempath)
53 itempath = $${item}.path
54 $$itempath = /data/user/qt/$$eval($${deploymentfolder}.target)
56 export($$itempath)
69 itempath = $${item}.path
70 $$itempath = /assets/$$eval($${deploymentfolder}.target)
72 export($$itempath)
164 itempath = $${item}.path
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Menu_.cxx107 char itempath[1024]; // eg. Edit/Copy in find_item() local
108 strcpy(itempath, menupath); in find_item()
109 if (itempath[0]) strlcat(itempath, "/", sizeof(itempath)); in find_item()
110 strlcat(itempath, m->label(), sizeof(itempath)); in find_item()
111 if (!strcmp(itempath, name)) return m; in find_item()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/qtquick2applicationviewer/
H A Dqtquick2applicationviewer.pri28 itempath = $${item}.path
29 $$itempath= $$eval($${deploymentfolder}.target)
31 export($$itempath)
42 itempath = $${item}.path
43 $$itempath = /data/user/qt/$$eval($${deploymentfolder}.target)
45 export($$itempath)
58 itempath = $${item}.path
59 $$itempath = /assets/$$eval($${deploymentfolder}.target)
61 export($$itempath)
175 itempath = $${item}.path
[all …]
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_ui_commands.py46 itempath = os.path.join(self.libdir, filename)
47 shutil.copy(os.path.join(_common.RSRC, templatefile), itempath)
48 item = library.Item.from_path(itempath)
50 return item, itempath
78 item, itempath = self.add_item()
83 item, itempath = self.add_item()
84 item2, itempath = self.add_item()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Menu_.cxx212 char itempath[1024]; // eg. Edit/Copy in find_index() local
213 strcpy(itempath, menupath); in find_index()
214 if (itempath[0]) strlcat(itempath, "/", sizeof(itempath)); in find_index()
215 strlcat(itempath, m->label(), sizeof(itempath)); in find_index()
216 if (!strcmp(itempath, pathname)) return(t); in find_index()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Menu_.cxx212 char itempath[1024]; // eg. Edit/Copy in find_index() local
213 strcpy(itempath, menupath); in find_index()
214 if (itempath[0]) strlcat(itempath, "/", sizeof(itempath)); in find_index()
215 strlcat(itempath, m->label(), sizeof(itempath)); in find_index()
216 if (!strcmp(itempath, pathname)) return(t); in find_index()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Menu_.cxx239 char itempath[1024]; // eg. Edit/Copy in find_index() local
240 strcpy(itempath, menupath); in find_index()
241 if (itempath[0]) strlcat(itempath, "/", sizeof(itempath)); in find_index()
242 strlcat(itempath, m->label(), sizeof(itempath)); in find_index()
243 if (!strcmp(itempath, pathname)) return(t); in find_index()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Ddata_recovery.cpp35 std::string itempath = base::join_path(sessionsDir, itemname); in DataRecovery() local
36 if (base::is_directory(itempath)) { in DataRecovery()
37 TRACE("RECO: Session '%s' ", itempath.c_str()); in DataRecovery()
39 SessionPtr session(new Session(itempath)); in DataRecovery()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/declarative/qmlshadersplugin/qmlapplicationviewer/
H A Dqmlapplicationviewer.pri35 itempath = $${item}.path
36 $$itempath= $$eval($${deploymentfolder}.target)
38 export($$itempath)
121 itempath = $${item}.path
122 $$itempath = $${installPrefix}/$$eval($${deploymentfolder}.target)
124 export($$itempath)
/dports/net-im/teamwords/TeamWords-0.2.1/asemantools/qmake/
H A DcopyData.pri7 itempath = $${item}.path
8 $$itempath= $$eval($${deploymentfolder}.target)
10 export($$itempath)
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qmake/
H A DcopyData.pri7 itempath = $${item}.path
8 $$itempath= $$eval($${deploymentfolder}.target)
10 export($$itempath)
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/helper/qmlapplicationviewer/
H A Dqmlapplicationviewer.pri34 itempath = $${item}.path
35 $$itempath= $$eval($${deploymentfolder}.target)
37 export($$itempath)
130 itempath = $${item}.path
131 $$itempath = $${installPrefix}/$$eval($${deploymentfolder}.target)
133 export($$itempath)
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/helper/qmlapplicationviewer/
H A Dqmlapplicationviewer.pri34 itempath = $${item}.path
35 $$itempath= $$eval($${deploymentfolder}.target)
37 export($$itempath)
130 itempath = $${item}.path
131 $$itempath = $${installPrefix}/$$eval($${deploymentfolder}.target)
133 export($$itempath)
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DFl_Function_Type.cxx1132 char itempath[FL_PATH_MAX]; itempath[0] = 0; in open() local
1162 if (itempath[0]==0 || last_selected_item==0) { in open()
1166 NULL, itempath)) { in open()
1168 db.deleteEntry(itempath); in open()
1174 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1175 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1176 if (itempath[0]) menu.set(Fl_Preferences::Name(n++), itempath); in open()
1183 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()
1184 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1187 db.get(itempath, text, "(no text found in data base)"); in open()
/dports/x11-toolkits/ntk/ntk/fluid/
H A DFl_Function_Type.cxx1110 char itempath[FL_PATH_MAX]; itempath[0] = 0; in open() local
1140 if (itempath[0]==0 || last_selected_item==0) { in open()
1144 NULL, itempath)) { in open()
1146 db.deleteEntry(itempath); in open()
1152 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1153 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1154 if (itempath[0]) menu.set(Fl_Preferences::Name(n++), itempath); in open()
1161 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()
1162 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1165 db.get(itempath, text, "(no text found in data base)"); in open()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DFl_Function_Type.cxx1110 char itempath[FL_PATH_MAX]; itempath[0] = 0; in open() local
1140 if (itempath[0]==0 || last_selected_item==0) { in open()
1144 NULL, itempath)) { in open()
1146 db.deleteEntry(itempath); in open()
1152 if (comment_predefined->item_pathname(itempath, 255, mi)==0) { in open()
1153 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1154 if (itempath[0]) menu.set(Fl_Preferences::Name(n++), itempath); in open()
1161 if (comment_predefined->item_pathname(itempath, 255)==0) { in open()
1162 if (itempath[0]=='/') memmove(itempath, itempath+1, 255); in open()
1165 db.get(itempath, text, "(no text found in data base)"); in open()
/dports/cad/horizon-eda/horizon-2.1.0/src/pool/
H A Dpool_cache_status.cpp42 auto itempath = Glib::build_filename(pool.get_base_path(), filename); in from_project_pool() local
45 j_cache = load_json_from_file(itempath); in from_project_pool()
53 item.filename_cached = itempath; in from_project_pool()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/rssyl/
H A Drssyl_deleted.c78 gchar *itempath, *deleted_file; in _deleted_file_path() local
80 itempath = folder_item_get_path(&ritem->item); in _deleted_file_path()
81 deleted_file = g_strconcat(itempath, G_DIR_SEPARATOR_S, RSSYL_DELETED_FILE, NULL); in _deleted_file_path()
82 g_free(itempath); in _deleted_file_path()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/rssyl/
H A Drssyl_deleted.c78 gchar *itempath, *deleted_file; in _deleted_file_path() local
80 itempath = folder_item_get_path(&ritem->item); in _deleted_file_path()
81 deleted_file = g_strconcat(itempath, G_DIR_SEPARATOR_S, RSSYL_DELETED_FILE, NULL); in _deleted_file_path()
82 g_free(itempath); in _deleted_file_path()

123456