Home
last modified time | relevance | path

Searched refs:path_p (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Derror.c141 char *bounds_p, *path_p, *buf_p; in build_logfile_path() local
152 for (path_p = dmalloc_logpath; *path_p != '\0'; path_p++) { in build_logfile_path()
155 if (*path_p != '%' || *(path_p + 1) == '\0') { in build_logfile_path()
157 *buf_p++ = *path_p; in build_logfile_path()
163 path_p++; in build_logfile_path()
166 if (*path_p == 'h') { in build_logfile_path()
176 if (*path_p == 'i') { in build_logfile_path()
189 if (*path_p == 'p' || *path_p == 'd') { in build_logfile_path()
199 if (*path_p == 't') { in build_logfile_path()
210 if (*path_p == 'u') { in build_logfile_path()
H A Ddmalloc.c502 char path[1024], *path_p; in find_tag() local
522 path_p = DEFAULT_CONFIG; in find_tag()
543 path_p = path; in find_tag()
546 path_p = NULL; in find_tag()
565 path_p = inpath; in find_tag()
599 if (path_p == NULL) { in find_tag()
604 argv_program, tag_find, path_p); in find_tag()
618 char path[1024], *path_p, token[80]; in list_tags() local
641 path_p = path; in list_tags()
647 path_p = DEFAULT_CONFIG; in list_tags()
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A Dosd.c1045 char *path_p; in osd_outputPath() local
1052 path_p = filename; in osd_outputPath()
1064 llassert (path_p != NULL); in osd_outputPath()
1066 while ((*cwd_p != '\0') && (*cwd_p == *path_p)) in osd_outputPath()
1069 path_p++; in osd_outputPath()
1072 if ((*cwd_p == '\0') && (*path_p == '\0' || osd_isConnectChar (*path_p))) /* whole pwd matched */ in osd_outputPath()
1082 return cstring_fromCharsNew (path_p + 1); in osd_outputPath()
1097 if (*path_p != '\0') in osd_outputPath()
1100 --path_p; in osd_outputPath()
1105 --path_p; in osd_outputPath()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dfind_steam_game.h149 const char *path_p = strstr(line_buf, "\"path\""); in fsg_get_steam_game_path() local
150 if (path_p == NULL) in fsg_get_steam_game_path()
155 strchr(path_p + strlen("\"path\"") + 1, '"'); in fsg_get_steam_game_path()
211 const char *path_p = strstr(line_buf, "\"path\""); in fsg_get_steam_game_path() local
212 if (path_p == NULL) in fsg_get_steam_game_path()
217 strchr(path_p + strlen("\"path\"") + 1, '"'); in fsg_get_steam_game_path()
/dports/net/yaz/yaz-5.31.1/src/
H A Dtpath.c44 size_t yaz_filepath_comp(const char **path_p, const char **comp) in yaz_filepath_comp() argument
46 const char *path = *path_p; in yaz_filepath_comp()
63 *path_p = path + len + 1; in yaz_filepath_comp()
68 *path_p = path + len; in yaz_filepath_comp()
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dacl.h191 extern int acl_delete_def_file(const char *path_p); /* not supported */
194 extern acl_t acl_get_file(const char *path_p, acl_type_t type);
195 extern acl_t acl_get_link_np(const char *path_p, acl_type_t type);
198 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
199 extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dacl.h192 extern int acl_delete_def_file(const char *path_p); /* not supported */
195 extern acl_t acl_get_file(const char *path_p, acl_type_t type);
196 extern acl_t acl_get_link_np(const char *path_p, acl_type_t type);
199 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
200 extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dacl.h191 extern int acl_delete_def_file(const char *path_p); /* not supported */
194 extern acl_t acl_get_file(const char *path_p, acl_type_t type);
195 extern acl_t acl_get_link_np(const char *path_p, acl_type_t type);
198 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
199 extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dacl.h192 extern int acl_delete_def_file(const char *path_p); /* not supported */
195 extern acl_t acl_get_file(const char *path_p, acl_type_t type);
196 extern acl_t acl_get_link_np(const char *path_p, acl_type_t type);
199 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
200 extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl);
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_aixacl.c30 const char *path_p = smb_fname->base_name; in aixacl_sys_acl_get_file() local
44 DEBUG(10,("path_p is %s\n",path_p)); in aixacl_sys_acl_get_file()
56 rc = statacl((char *)path_p,0,file_acl,BUFSIZ); in aixacl_sys_acl_get_file()
65 rc = statacl((char *)path_p,0,file_acl,file_acl->acl_len+sizeof(struct acl)); in aixacl_sys_acl_get_file()
/dports/devel/kf5-kio/kio-5.89.0/src/
H A Daclhelpers_p.h78 __attribute__((unused)) static inline int acl_extended_file(const char *path_p) in acl_extended_file() argument
81 return ::acl_extended_file_np(path_p); in acl_extended_file()
83 return ::acl_extended_file(path_p); in acl_extended_file()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dgetpath.c351 absolutize(wchar_t **path_p) in absolutize() argument
353 assert(!_Py_isabs(*path_p)); in absolutize()
356 wchar_t *path = *path_p; in absolutize()
363 PyMem_RawFree(*path_p); in absolutize()
365 if (*path_p == NULL) { in absolutize()
1049 resolve_symlinks(wchar_t **path_p) in resolve_symlinks() argument
1063 PyMem_RawFree(*path_p); in resolve_symlinks()
1065 if (*path_p == NULL) { in resolve_symlinks()
1071 reduce(*path_p); in resolve_symlinks()
1078 PyMem_RawFree(*path_p); in resolve_symlinks()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgetpath.c351 absolutize(wchar_t **path_p) in absolutize() argument
353 assert(!_Py_isabs(*path_p)); in absolutize()
356 wchar_t *path = *path_p; in absolutize()
363 PyMem_RawFree(*path_p); in absolutize()
365 if (*path_p == NULL) { in absolutize()
1049 resolve_symlinks(wchar_t **path_p) in resolve_symlinks() argument
1063 PyMem_RawFree(*path_p); in resolve_symlinks()
1065 if (*path_p == NULL) { in resolve_symlinks()
1071 reduce(*path_p); in resolve_symlinks()
1078 PyMem_RawFree(*path_p); in resolve_symlinks()
[all …]
/dports/www/py-flask-smorest/flask-smorest-0.31.2/flask_smorest/spec/
H A Dplugins.py139 for path_p in self.rule_to_params(rule):
148 p['name'] == path_p['name']
156 p_doc.update({**path_p, **p_doc})
158 parameters.append(path_p)
/dports/biology/stacks/stacks-2.4/src/
H A Dutils.cc388 const string* path_p = &path; in check_or_mk_dir() local
392 path_p = &path_stripped; in check_or_mk_dir()
396 if (stat(path_p->c_str(), &s) == 0) { in check_or_mk_dir()
401 cerr << "Error: '" << *path_p << "' is not a directory.\n"; in check_or_mk_dir()
404 } else if (mkdir(path_p->c_str(), ACCESSPERMS) != 0) { in check_or_mk_dir()
408 cerr << "Error: Failed to create directory '" << *path_p << "'.\n"; in check_or_mk_dir()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A Dacl.pas398 function acl_delete_def_file( path_p: ConstCStringPtr ): SInt32; external name '_acl_delete_def_fil… in acl_delete_def_file()
401 function acl_get_file( path_p: ConstCStringPtr; typ: acl_type_t ): acl_t; external name '_acl_get_f… in acl_get_file()
402 function acl_get_link_np( path_p: ConstCStringPtr; typ: acl_type_t ): acl_t; external name '_acl_ge… in acl_get_link_np()
405 function acl_set_file( path_p: ConstCStringPtr; typ: acl_type_t; acl: acl_t ): SInt32; external nam… in acl_set_file()
406 function acl_set_link_np( path_p: ConstCStringPtr; typ: acl_type_t; acl: acl_t ): SInt32; external … in acl_set_link_np()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/themes/
H A Dfunky.zsh-theme6 local path_p="${blue_op}%~${blue_cp}"
11 PROMPT="╭─${path_p}─${user_host}─${ret_status}─${hist_no}
/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Dhttp.c758 const char *path_p; local
763 path_p = path;
766 if (*pattern_p != *path_p) {
777 path_p++;
778 while (*path_p != '/' && *path_p != '\0')
779 path_p++;
782 path_p++;
/dports/games/freedoko/FreeDoko_0.7.19/src/utils/
H A Dfile.cpp338 char path_p[MAXPATHLEN]; in absolute_path()
340 if (realpath(path.c_str(), path_p) != nullptr) // NOLINT in absolute_path()
341 return string(path_p); // NOLINT in absolute_path()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dnode_tree.c140 find_real_base_location(const char **path_p, in find_real_base_location() argument
151 *path_p = node->copyfrom_path; in find_real_base_location()
165 *path_p = svn_fspath__join(path, node->name, pool); in find_real_base_location()
172 *path_p = "/"; in find_real_base_location()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dnode_tree.c140 find_real_base_location(const char **path_p, in find_real_base_location() argument
151 *path_p = node->copyfrom_path; in find_real_base_location()
165 *path_p = svn_fspath__join(path, node->name, pool); in find_real_base_location()
172 *path_p = "/"; in find_real_base_location()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Dnode_tree.c140 find_real_base_location(const char **path_p, in find_real_base_location() argument
151 *path_p = node->copyfrom_path; in find_real_base_location()
165 *path_p = svn_fspath__join(path, node->name, pool); in find_real_base_location()
172 *path_p = "/"; in find_real_base_location()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dnode_tree.c140 find_real_base_location(const char **path_p, in find_real_base_location() argument
151 *path_p = node->copyfrom_path; in find_real_base_location()
165 *path_p = svn_fspath__join(path, node->name, pool); in find_real_base_location()
172 *path_p = "/"; in find_real_base_location()
/dports/net/rsync/rsync-3.2.3/lib/
H A Dsysacls.c78 SMB_ACL_T sys_acl_get_file(const char *path_p, SMB_ACL_TYPE_T type) in sys_acl_get_file() argument
80 return acl_get_file(path_p, type); in sys_acl_get_file()
218 return acl_get_file((char *)path_p, type); in sys_acl_get_file()
429 while ((count = acl(path_p, GETACL, count, &acl_d->acl[0])) < 0 in sys_acl_get_file()
434 if ((count = acl(path_p, GETACLCNT, 0, NULL)) < 0) { in sys_acl_get_file()
803 return acl((char*)path_p, cmd, nentries, aclbufp); in do_acl()
926 if ((count = acl(path_p, ACL_CNT, NACLENTRIES, NULL)) < 0) { in sys_acl_get_file()
1598 if ((a->aclp = acl_get_file(path_p, type)) == NULL) { in sys_acl_get_file()
1835 DEBUG(10, ("path_p is %s\n", path_p)); in sys_acl_get_file()
1847 rc = statacl((char *)path_p, 0, file_acl, BUFSIZ); in sys_acl_get_file()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-el/sc/
H A DScelDocument.sc23 var title_p, path_p;
50 path_p = path;
101 ^path_p;
115 path_p = argPath;
212 ^path_p;

123456