HomeSort by relevance Sort by last modified time
    Searched defs:fpath (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/viz/src/vtk/
vtkTrajectorySource.cpp 90 const Affine3f* fpath = _traj.getMat().ptr<Affine3f>(); local
94 points.at<Vec3f>(i) = fpath[i].translation();
  /external/toybox/toys/other/
lsattr.c 141 char *fpath = NULL; local
150 fpath = dirtree_path(root, NULL);
153 print_file_attr(fpath);
156 xprintf("\n%s:\n", fpath);
157 free(fpath);
161 free(fpath);
252 char *fpath = NULL; local
266 fpath = dirtree_path(root, NULL);
267 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) {
268 free(fpath);
    [all...]
  /external/mksh/src/
exec.c 734 if (!tp->u.fpath) {
741 if (include(tp->u.fpath, 0, NULL, false) < 0) {
756 tp->u.fpath, cstrerror(errno));
769 "function not defined by", tp->u.fpath);
1148 char *fpath; local
1153 /* prevent FPATH search below */
1167 if ((fpath = str_val(global("FPATH"))) == null) {
1168 tp->u.fpath = NULL;
1171 tp->u.fpath = search_path(name, fpath, R_OK
    [all...]
edit.c 457 char *pat, *fpath; local
474 if ((fpath = str_val(global("FPATH"))) != null)
475 glob_path(flags, pat, &w, fpath);
    [all...]
sh.h 1170 const char *fpath; \/* temporary path to undef function *\/ member in union:tbl::__anon21307
    [all...]

Completed in 6689 milliseconds