Home
last modified time | relevance | path

Searched refs:pathbuff (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/win32/
H A Dmktexlsr.c94 char *pathbuff[MAXTREE]; in main() local
102 if(!pathbuff[i]) { in main()
143 strcpy(pathbuff[i], av[i+1]); in main()
144 for(p=pathbuff[i]; *p; p++) { in main()
163 strcpy(pathbuff[i], texmfdbs); in main()
164 q = pathbuff[i]; in main()
167 strcpy(pathbuff[i], q); in main()
173 q = pathbuff[i]; in main()
176 strcpy(pathbuff[i], q); in main()
205 _chdir(pathbuff[i]); in main()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/win32/
H A Dmktexlsr.c94 char *pathbuff[MAXTREE]; in main() local
102 if(!pathbuff[i]) { in main()
143 strcpy(pathbuff[i], av[i+1]); in main()
144 for(p=pathbuff[i]; *p; p++) { in main()
163 strcpy(pathbuff[i], texmfdbs); in main()
164 q = pathbuff[i]; in main()
167 strcpy(pathbuff[i], q); in main()
173 q = pathbuff[i]; in main()
176 strcpy(pathbuff[i], q); in main()
205 _chdir(pathbuff[i]); in main()
[all …]
/dports/security/fswatch/fswatch-0.02beta5/src/
H A Dft.c230 char pathbuff[PATH_MAX+1]; local
232 (void)strncpy(pathbuff, path, PATH_MAX);
233 pathbuff[PATH_MAX-1]=(char)0x0;
234 ft_cutslash(pathbuff);
236 if (strncmp(pathbuff, "/", 2)==0)
239 level=ft_getlevel(pathbuff);
244 (void)ft_lname(pathbuff, clevel, &lname_beg, &lname_len);
248 &pathbuff[lname_beg], lname_len)==0)
268 char fullpath[PATH_MAX+1], pathbuff[PATH_MAX+1]; local
286 (void)ft_lpath(fullpath, i+1, pathbuff);
[all …]
H A Dconfigfile.c447 configfile_readpclhead(fp, pcl, line, pathbuff) in configfile_readpclhead() argument
450 char *line, *pathbuff;
473 (void)strncpy(pathbuff, arg, PATH_MAX);
474 if (pathbuff[0]!='/') {
503 char pathbuff[PATH_MAX], linebuff[CONFIGFILE_LINELEN+1]; local
526 if (configfile_readpclhead(fp, pcl, linebuff, pathbuff)!=0) {
532 if (!pclt_add(pclt, pathbuff, pcl)) {
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dflist.c620 char pathbuff[MAXPATHLEN]; in GetFileList() local
635 snprintf(pathbuff, MAXPATHLEN-1, "%s/%s", source_dirs.list[0], path); in GetFileList()
636 pathbuff[MAXPATHLEN-1] = '\0'; in GetFileList()
639 if ( stat(pathbuff, &stat_buf) ) { in GetFileList()
644 snprintf(pathbuff, MAXPATHLEN-1, "%s/%s", sub_dir, path); in GetFileList()
645 pathbuff[MAXPATHLEN-1] = '\0'; in GetFileList()
647 path = strdup(pathbuff); in GetFileList()
654 snprintf(pathbuff, MAXPATHLEN-1, "%s/%s", sub_dir, last_file_ptr); in GetFileList()
655 pathbuff[MAXPATHLEN-1] = '\0'; in GetFileList()
656 last_file_ptr = strdup(pathbuff); in GetFileList()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-pcap-file-directory-helper.c331 char pathbuff[PATH_MAX] = {0}; in PcapDirectoryPopulateBuffer() local
335 written = snprintf(pathbuff, PATH_MAX, "%s/%s", pv->filename, dir->d_name); in PcapDirectoryPopulateBuffer()
345 if (PcapDirectoryGetModifiedTime(pathbuff, &temp_time) == 0) { in PcapDirectoryPopulateBuffer()
349 pathbuff, in PcapDirectoryPopulateBuffer()
354 SCLogDebug("Skipping old file %s", pathbuff); in PcapDirectoryPopulateBuffer()
358 SCLogDebug("Skipping new file %s", pathbuff); in PcapDirectoryPopulateBuffer()
362 SCLogDebug("Unable to get modified time on %s, skipping", pathbuff); in PcapDirectoryPopulateBuffer()
373 file_to_add->filename = SCStrdup(pathbuff); in PcapDirectoryPopulateBuffer()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Dmisc.cc242 char pathbuff[PATH_MAX]; in getallocpath() local
244 p = getpath (p, pathbuff, action, HeadPath); in getallocpath()
246 *path = new char[strlen (pathbuff) + extralen + 1]; in getallocpath()
247 strcpy (*path, pathbuff); in getallocpath()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/main/
H A Dmain.cc747 char pathbuff[1024]; local
749 char *dst = pathbuff;
758 if (mkdir(pathbuff,(mode_t)0777)<0) {
760 lzfs_pretty_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
763 lzfs_pretty_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfscommon/
H A Dmain.c1145 char pathbuff[1024]; local
1147 char *dst = pathbuff;
1156 if (mkdir(pathbuff,(mode_t)0777)<0) {
1158 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1161 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionGit.cpp2815 std::vector<wchar_t> pathbuff(1024); in detectGitBinDirFromShortcut() local
2816 …hr = pShellLink->GetPath(&(pathbuff[0]), gsl::narrow_cast<int>(pathbuff.capacity() - 1), nullptr, … in detectGitBinDirFromShortcut()
2822 if (boost::algorithm::contains(pathbuff, L"git-bash.exe")) in detectGitBinDirFromShortcut()
2824 *pPath = FilePath(std::wstring(&(pathbuff[0]))); in detectGitBinDirFromShortcut()
2835 else if (boost::algorithm::contains(pathbuff, L"git-gui.exe")) in detectGitBinDirFromShortcut()
2837 *pPath = FilePath(std::wstring(&(pathbuff[0]))); in detectGitBinDirFromShortcut()
2849 else if (boost::algorithm::contains(pathbuff, L"sh.exe") || in detectGitBinDirFromShortcut()
2850 boost::algorithm::contains(pathbuff, L"wish.exe")) in detectGitBinDirFromShortcut()
2852 *pPath = FilePath(std::wstring(&(pathbuff[0]))); in detectGitBinDirFromShortcut()
2863 else if (boost::algorithm::contains(pathbuff, L"cmd.exe")) in detectGitBinDirFromShortcut()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dmain.c1239 char pathbuff[1024]; local
1241 char *dst = pathbuff;
1250 if (mkdir(pathbuff,(mode_t)0777)<0) {
1252 mfs_arg_errlog(LOG_NOTICE,"creating directory %s",pathbuff);
1255 mfs_arg_syslog(LOG_NOTICE,"directory %s has been created",pathbuff);

12