Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsdps.c63 gx_clip_path rpath; in common_viewclip() local
75 gx_cpath_init_local(&rpath, pgs->memory); in common_viewclip()
76 code = gx_cpath_from_rectangle(&rpath, &bbox); in common_viewclip()
78 code = gx_cpath_clip(pgs, &rpath, pgs->path, rule); in common_viewclip()
80 gx_cpath_free(&rpath, "gs_[eo]viewclip"); in common_viewclip()
83 rpath.rule = rule; in common_viewclip()
84 gx_cpath_assign_free(pcpath, &rpath); in common_viewclip()
H A Dgspath1.c504 gx_path rpath; in gs_reversepath() local
507 gx_path_init_local(&rpath, ppath->memory); in gs_reversepath()
508 code = gx_path_copy_reversed(ppath, &rpath); in gs_reversepath()
510 gx_path_free(&rpath, "gs_reversepath"); in gs_reversepath()
515 gx_setcurrentpoint(pgs, fixed2float(rpath.position.x), in gs_reversepath()
516 fixed2float(rpath.position.y)); in gs_reversepath()
517 pgs->subpath_start.x = fixed2float(rpath.segments->contents.subpath_current->pt.x); in gs_reversepath()
518 pgs->subpath_start.y = fixed2float(rpath.segments->contents.subpath_current->pt.y); in gs_reversepath()
520 gx_path_assign_free(ppath, &rpath); in gs_reversepath()
H A Dgxcpath.c388 gx_path rpath; in gx_cpath_to_path() local
391 gx_path_init_local(&rpath, pcpath->path.memory); in gx_cpath_to_path()
396 code = gx_path_add_point(&rpath, pts[0].x, pts[0].y); in gx_cpath_to_path()
399 code = gx_path_add_line_notes(&rpath, pts[0].x, pts[0].y, in gx_cpath_to_path()
403 code = gx_path_add_curve_notes(&rpath, pts[0].x, pts[0].y, in gx_cpath_to_path()
409 code = gx_path_close_subpath_notes(&rpath, in gx_cpath_to_path()
420 code = gx_path_assign_free(&pcpath->path, &rpath); in gx_cpath_to_path()
422 gx_path_free(&rpath, "gx_cpath_to_path error"); in gx_cpath_to_path()
/plan9/sys/src/libhttpd/
H A Dparsereq.c202 char *p, *sp, *path, *work, *rpath; in abspath() local
224 rpath = halloc(cc, len); in abspath()
226 rpath[0] = 0; in abspath()
228 strcpy(rpath, curdir); in abspath()
229 n = strlen(rpath); in abspath()
238 c = rpath[n]; in abspath()
239 rpath[n] = 0; in abspath()
246 n += snprint(rpath+n, len-n, "%s", path); in abspath()
248 n += snprint(rpath+n, len-n, "/%s", path); in abspath()
252 if(strncmp(rpath, "/bin/", 5) == 0) in abspath()
[all …]
/plan9/sys/src/cmd/gs/jpeg/
H A Dltmain.sh389 rpath=
440 rpath)
441 rpath="$rpath $arg"
880 set dummy $rpath
882 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
1157 if test -n "$rpath"; then
1159 for libdir in $rpath; do
1371 rpath=
1376 rpath="$rpath$dir:"
1380 rpath="$rpath\$thisdir/$dir:"
[all …]
H A Dltconfig806 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
835 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
H A Dmakefile.cfg172 -rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
/plan9/sys/src/cmd/ip/
H A Dftpd.c1750 static String *rpath; in abspath() local
1752 if(rpath == nil) in abspath()
1753 rpath = s_new(); in abspath()
1755 s_reset(rpath); in abspath()
1758 s_append(rpath, curdir); in abspath()
1761 s_append(rpath, curdir); in abspath()
1762 s_append(rpath, "/"); in abspath()
1764 s_append(rpath, origpath); in abspath()
1766 path = s_to_c(rpath); in abspath()
1774 cleanname(s_to_c(rpath)); in abspath()
[all …]
/plan9/sys/src/cmd/upas/ned/
H A Dnedmail.c1866 String *from, *rpath, *path = nil, *subject = nil; in rcmd() local
1894 rpath = rooted(s_clone(m->path)); in rcmd()
1895 av[ai++] = s_to_c(rpath); in rcmd()
1918 s_free(rpath); in rcmd()
1974 String *from, *rpath, *path = nil, *subject = nil; in acmd() local
1989 rpath = rooted(s_clone(m->path)); in acmd()
1990 av[ai++] = s_to_c(rpath); in acmd()
2012 s_free(rpath); in acmd()
/plan9/sys/src/cmd/gs/libpng/
H A DCHANGES1204 Updated makefiles to install a separate libpng.so.3 with its own rpath.