Searched refs:pathp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | rb.h | 475 for (pathp = path; pathp->node != NULL; pathp++) { \ 476 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 488 for (pathp--; (uintptr_t)pathp >= (uintptr_t)path; pathp--) { \ 545 for (pathp = path; pathp->node != NULL; pathp++) { \ 546 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 555 pathp->cmp = 1; \ 556 nodep = pathp; \ 557 for (pathp++; pathp->node != NULL; pathp++) { \ 567 pathp--; \ 632 for (pathp--; (uintptr_t)pathp >= (uintptr_t)path; pathp--) { \ [all …]
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_arg.c | 739 if (*pathp == NULL) in audit_arg_upath() 740 *pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK); in audit_arg_upath() 741 audit_canon_path(td, dirfd, upath, *pathp); in audit_arg_upath() 772 char *upath, char **pathp) in audit_arg_upath_vp() argument 775 if (*pathp == NULL) in audit_arg_upath_vp() 776 *pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK); in audit_arg_upath_vp() 777 audit_canon_path_vp(td, rdir, cdir, upath, *pathp); in audit_arg_upath_vp() 816 audit_arg_upath_canon(char *upath, char **pathp) in audit_arg_upath_canon() argument 819 if (*pathp == NULL) in audit_arg_upath_canon() 820 *pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK); in audit_arg_upath_canon() [all …]
|
| H A D | audit.c | 798 char **pathp; in audit_proc_coredump() local 834 pathp = &ar->k_ar.ar_arg_upath1; in audit_proc_coredump() 835 *pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK); in audit_proc_coredump() 836 audit_canon_path(td, AT_FDCWD, path, *pathp); in audit_proc_coredump()
|
| /f-stack/tools/libutil/ |
| H A D | pidfile.c | 103 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() argument 116 if (pathp == NULL) { in pidfile_open() 122 if (strlcpy(path, pathp, sizeof(path)) >= sizeof(path)) { in pidfile_open() 129 (void)strlcpy(path, pathp, sizeof(path)); in pidfile_open()
|
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt_overlay.c | 104 int fragment, char const **pathp) in overlay_get_target() argument 141 if (pathp) in overlay_get_target() 142 *pathp = path ? path : NULL; in overlay_get_target()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 1655 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() argument 1712 if (pathp) in ng_path_parse() 1713 *pathp = path; in ng_path_parse()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1661 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() argument 1718 if (pathp) in ng_path_parse() 1719 *pathp = path; in ng_path_parse()
|