Home
last modified time | relevance | path

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

123

/dports/www/trafficserver/trafficserver-9.1.1/plugins/compress/
H A Dconfiguration.cc276 string pathstring(path); in Parse() local
280 if (!pathstring.empty() && pathstring[0] != '/') { in Parse()
281 pathstring.assign(TSConfigDirGet()); in Parse()
282 pathstring.append("/"); in Parse()
283 pathstring.append(path); in Parse()
286 trim_if(pathstring, isspace); in Parse()
293 if (pathstring.empty()) { in Parse()
297 path = pathstring.c_str(); in Parse()
/dports/databases/grass7/grass-7.8.6/general/g.dirseps/
H A Dmain.c74 char *pathstring = G_store(path->answer); in main() local
77 G_convert_dirseps_to_host(pathstring); in main()
80 G_convert_dirseps_from_host(pathstring); in main()
82 puts(pathstring); in main()
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Python/
H A DTestFilePath.py20 pathstring = os.path.join(VTK_TEMP_DIR, "log.txt") variable
24 pathobj = Path(pathstring)
27 pathobj = Path(pathstring)
/dports/math/maxima/maxima-5.43.2/src/
H A Dinit-cl.lisp384 (let* ((pathstring (namestring path))
385 (len (length pathstring)))
386 (when (equal (subseq pathstring (- len 1) len) "/")
388 (setf pathstring (subseq pathstring 0 len)))
389 (subseq pathstring (1+ (or (position #\/ pathstring :from-end t)
393 (let* ((pathstring (namestring path))
394 (len (length pathstring)))
395 (when (equal (subseq pathstring (- len 1) len) "/")
397 (setf pathstring (subseq pathstring 0 len)))
398 (subseq pathstring 0 (or (position #\/ pathstring :from-end t)
[all …]
/dports/devel/horde-whups/whups-3.0.12/lib/
H A DQuery.php141 public static function stringToPath($pathstring) argument
143 if (!strlen($pathstring)) {
147 return explode(',', $pathstring);
695 public function deleteNode($pathstring) argument
697 $path = Whups_Query::stringToPath($pathstring);
700 if (!strlen($pathstring)) {
719 public function hoist($pathstring) argument
721 $path = Whups_Query::stringToPath($pathstring);
724 if (!strlen($pathstring)) {
741 public function insertBranch($pathstring, $type) argument
[all …]
/dports/textproc/grap/grap-1.46/
H A Dgrap_parse.cc896 string pathstring; in main() local
934 pathstring = (pathstring + ":") + optarg; in main()
959 pathstring += (pathstring.length() > 0) ? ":." : "."; in main()
962 while (pathstring.length()) { in main()
963 string::size_type p = pathstring.find(':'); in main()
966 if ( pathstring[p] == ':' ) { in main()
968 s = new string(pathstring.substr(0,p)); in main()
969 pathstring.erase(0,p+1); in main()
972 pathstring.erase(0,1); in main()
977 s = new string(pathstring); in main()
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/storage/drivers/
H A Datmos.py92 pathstring = urlunquote(self.action)
94 if pathstring.startswith(driver_path):
95 pathstring = pathstring[len(driver_path):]
99 pathstring += '?' + urlencode(params)
100 pathstring = pathstring.lower()
111 pathstring,
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/ext/
H A Dget_executables.py31 pathstring = environ['PATH']
34 paths = unique(pathstring.split(':'))
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DDialogFramesRecording.cpp231 void CDialogFramesRecording::OnBrowse(CString& pathstring, const char* title) in OnBrowse() argument
233 const CString dummy= (const CString) pathstring; in OnBrowse()
253 pathstring = buffer; in OnBrowse()
/dports/editors/nedit/nedit-5.7/util/
H A DprintUtils.c837 char *pathstring,*lastchar; in fileInPath() local
840 pathstring = getenv("PATH"); in fileInPath()
841 if (pathstring == NULL) in fileInPath()
847 if (!strcmp(pathstring, "")) in fileInPath()
850 lastchar = strchr(pathstring, SEPARATOR); in fileInPath()
853 strncpy(path, pathstring, lastchar-pathstring); in fileInPath()
854 path[lastchar-pathstring] = '\0'; in fileInPath()
857 strcpy(path, pathstring); in fileInPath()
863 pathstring = lastchar + 1; in fileInPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/installer/
H A Dsystemactions.pm1189 my ($directory, $pathstring, $filecollector) = @_;
1204 if ( $pathstring ne "" ) { $sep = $installer::globals::separator; }
1208 my $content = $pathstring . $sep . $onefile;
1213 my $newpathstring = $pathstring . $sep . $onefile;
1226 my ( $currentdir, $pathstring, $collector ) = @_;
1240 if ( $pathstring ne "" ) { $sep = $installer::globals::separator; }
1244 my $newpathstring = $pathstring . $sep . $item;
1249 my $content = $pathstring . $sep . $item;
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_resources.cc60 handler_resources::pathstring[512]; member in handler_resources
343 pathstring[i] = 0; in locate_data_file()
358 pathname = &pathstring[0]; in locate_data_file()
369 pathname = &pathstring[0]; in locate_data_file()
382 pathname = &pathstring[0]; in locate_data_file()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/installer/
H A Dsystemactions.pm1221 my ($directory, $pathstring, $filecollector) = @_;
1236 if ( $pathstring ne "" ) { $sep = $installer::globals::separator; }
1240 my $content = $pathstring . $sep . $onefile;
1245 my $newpathstring = $pathstring . $sep . $onefile;
1258 my ( $currentdir, $pathstring, $collector ) = @_;
1272 if ( $pathstring ne "" ) { $sep = $installer::globals::separator; }
1276 my $newpathstring = $pathstring . $sep . $item;
1281 my $content = $pathstring . $sep . $item;
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Drequest.c376 char *pathstring = NULL; in tempFileName() local
386 pathstring = Tcl_GetString(path); in tempFileName()
391 tmpn = _tempnam(pathstring, prefixstring); in tempFileName()
393 tmpn = tempnam(pathstring, prefixstring); in tempFileName()
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Deidenv.c212 static int read_transp(sc_card_t *card, const char *pathstring, unsigned char *buf, int buflen) in read_transp() argument
217 sc_format_path(pathstring, &path); in read_transp()
220 fprintf(stderr, "\nFailed to select file %s: %s\n", pathstring, sc_strerror(r)); in read_transp()
224 fprintf(stderr, "\nFailed to read %s: %s\n", pathstring, sc_strerror(r)); in read_transp()
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Dprocess.c249 char pathstring[MAXPATHLEN + 10]; in MPIE_ExecProgram() local
333 MPL_snprintf(pathstring, sizeof(pathstring) - 1, "PATH=%s", app->path); in MPIE_ExecProgram()
338 MPL_strnapp(pathstring, ":/bin", sizeof(pathstring) - 1); in MPIE_ExecProgram()
340 putenv(pathstring); in MPIE_ExecProgram()
/dports/net/mpich2/mpich2-1.5/src/pm/util/
H A Dprocess.c255 char pathstring[MAXPATHLEN+10]; in MPIE_ExecProgram() local
347 MPIU_Snprintf( pathstring, sizeof(pathstring)-1, "PATH=%s", in MPIE_ExecProgram()
353 MPIU_Strnapp( pathstring, ":/bin", sizeof(pathstring)-1 ); in MPIE_ExecProgram()
355 putenv( pathstring ); in MPIE_ExecProgram()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dfilesys.cpp49 std::vector<DirListNode> GetDirListing(std::string pathstring) in GetDirListing() argument
69 if (pathstring.size() > (BUFSIZE - 2)) in GetDirListing()
78 sprintf(DirSpec, "%s", (pathstring + "\\*").c_str()); in GetDirListing()
248 std::vector<DirListNode> GetDirListing(std::string pathstring)
254 if((dp = opendir(pathstring.c_str())) == NULL) {
290 if (stat((pathstring + "/" + node.name).c_str(), &statbuf))
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dtexture.c330 char *pathstring, *ptr, buf[1024] = {'\0'}; in tex_resolve_filename() local
336 pathstring = strdup( pref_get_string( in tex_resolve_filename()
339 ptr = strtok( pathstring, ":" ); in tex_resolve_filename()
347 free( pathstring ); in tex_resolve_filename()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtesttooltips.c106 gchar *pathstring; in query_tooltip_tree_view_cb() local
116 pathstring = gtk_tree_path_to_string (path); in query_tooltip_tree_view_cb()
118 g_snprintf (buffer, 511, "<b>Path %s:</b> %s", pathstring, tmp); in query_tooltip_tree_view_cb()
124 g_free (pathstring); in query_tooltip_tree_view_cb()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttooltips.c118 gchar *pathstring; in query_tooltip_tree_view_cb() local
128 pathstring = gtk_tree_path_to_string (path); in query_tooltip_tree_view_cb()
130 g_snprintf (buffer, 511, "<b>Path %s:</b> %s", pathstring, tmp); in query_tooltip_tree_view_cb()
136 g_free (pathstring); in query_tooltip_tree_view_cb()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtesttooltips.c124 char *pathstring; in query_tooltip_tree_view_cb() local
134 pathstring = gtk_tree_path_to_string (path); in query_tooltip_tree_view_cb()
136 g_snprintf (buffer, 511, "<b>Path %s:</b> %s", pathstring, tmp); in query_tooltip_tree_view_cb()
142 g_free (pathstring); in query_tooltip_tree_view_cb()
/dports/games/minetest/minetest-5.4.1/src/
H A Dfilesys.cpp40 std::vector<DirListNode> GetDirListing(const std::string &pathstring) in GetDirListing() argument
48 std::string dirSpec = pathstring + "\\*"; in GetDirListing()
196 std::vector<DirListNode> GetDirListing(const std::string &pathstring)
202 if((dp = opendir(pathstring.c_str())) == NULL) {
237 if (stat((pathstring + "/" + node.name).c_str(), &statbuf))
/dports/devel/horde-whups/whups-3.0.12/lib/Form/Renderer/
H A DQuery.php75 $pathstring = Whups_Query::pathToString($path);
250 $extra .= ($pathstring == $this->currentPath ? ' checked="checked"' : '');
/dports/devel/horde-whups/whups-3.0.12/templates/renderer/query/
H A Drender.inc2 …<input type="radio" name="path" style="vertical-align: middle;" value="<?php echo $pathstring ?>"<…

123