Home
last modified time | relevance | path

Searched refs:cpath (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c421 char *path, char *cpath) in audit_canon_path_vp() argument
436 cpath[0] = '\0'; in audit_canon_path_vp()
446 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp()
464 cpath[0] = '\0'; in audit_canon_path_vp()
487 cpath[0] = '\0'; in audit_canon_path_vp()
494 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) in audit_canon_path() argument
515 cpath[0] = '\0'; in audit_canon_path()
523 audit_canon_path_vp(td, rdir, cdir, path, cpath); in audit_canon_path()
H A Daudit_private.h472 char *cpath);
474 struct vnode *cdir, char *path, char *cpath);
/freebsd/usr.sbin/spi/
H A Dspi.c462 char temp_buf[PATH_MAX], cpath[PATH_MAX]; in get_info() local
464 if (!realpath(dev_name, cpath)) /* get canonical name for info purposes */ in get_info()
465 strlcpy(cpath, temp_buf, sizeof(cpath)); /* this shouldn't happen */ in get_info()
477 cpath, fmode, fspeed);//, max_cmd, max_data, temp_buf); in get_info()
/freebsd/contrib/libucl/m4/
H A Dax_lua.m470 # package.path, and package.cpath. The first path of package.path
72 # package.cpath beginning with $exec_prefix is used as luaexecdir. This
422 dnl and LUA_PATH, and supplying 'module' will search with package.cpath and
432 paths = (package and package.cpath) or LUA_CPATH
/freebsd/sys/dev/ocs_fc/
H A Docs_cam.c1087 struct cam_path *cpath = NULL; in ocs_delete_target() local
1094 if (CAM_REQ_CMP == xpt_create_path(&cpath, NULL, cam_sim_path(fcp->sim), in ocs_delete_target()
1096 xpt_async(AC_LOST_DEVICE, cpath, NULL); in ocs_delete_target()
1098 xpt_free_path(cpath); in ocs_delete_target()
/freebsd/contrib/tcsh/
H A Dtw.parse.c2105 char *cpath; in isadirectory() local
2109 cpath = short2str(path); in isadirectory()
2111 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */ in isadirectory()