Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 15 of 15) sorted by relevance

/plan9/sys/src/ape/cmd/pax/
H A Dlink.c106 Path *path;
107 Path *pathnext;
244 Path *path;
249 if ((path = (Path *) mem_get(sizeof(Path))) == (Path *)NULL ||
260 path->p_back = (Path *)NULL;
279 linkp->l_path = (Path *)NULL;
H A Dpax.h304 } Path; typedef
318 Path *l_path; /* Pathname which link to l_name */
/plan9/sys/src/cmd/gs/lib/
H A DFAPIfontmap13 % Path string Absolute path to font file, or relative path to font file from
20 % It is being ignored if /Path doesn't specify a collection.
29 % /ArialTT << /Path (arial.ttf) /FontType 1 /FAPI /AgfaUFST >> ;
30 % /CourierTT << /Path (F:/WIN2000/Fonts/cour.ttf) /FontType 1 /FAPI /AgfaUFST >> ;
31 % /FCO1 << /Path (F:/AFPL/Agfa/fontdata/MTFONTS/PCLPS3/MT1/PCLP3__G.FCO) /FontType 42 /FAPI…
H A DFAPIcidfmap13 % Path string Absolute path to font file, or relative path to font file from
20 % It is being ignored if /Path doesn't specify a collection.
30 % /Ryumin-Medium << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(Japan1) 2] >> ;
31 % /HeiseiKakuGo-W5 << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(…
H A Dcidfmap17 % /substituted << /FileType /TrueType /Path (path) /SunfontID 1 /CSI [(ordering) supplement] >> ;
27 % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(…
/plan9/sys/src/cmd/disk/
H A Drd9660.c124 typedef struct Path Path; typedef
125 struct Path { struct
132 #pragma varargck type "P" Path* argument
151 Path *p; in Pfmt()
153 p = va_arg(fmt->args, Path*); in Pfmt()
290 Path *pt; in pathtable()
312 pt = (Path*)p; in pathtable()
/plan9/sys/lib/ghostscript/
H A Dcidfmap17 % /substituted << /FileType /TrueType /Path (path) /SunfontID 1 /CSI [(ordering) supplement] >> ;
27 % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(…
/plan9/sys/src/9/port/
H A Dchan.c281 Path*
285 Path *p; in newpath()
287 p = smalloc(sizeof(Path)); in newpath()
310 static Path*
311 copypath(Path *p) in copypath()
314 Path *pp; in copypath()
316 pp = smalloc(sizeof(Path)); in copypath()
339 pathclose(Path *p) in pathclose()
368 fixdotdotname(Path *p) in fixdotdotname()
389 static Path*
[all …]
H A Dportdat.h26 typedef struct Path Path; typedef
225 Path* path;
228 struct Path struct
H A Dportfns.h201 Path* newpath(char*);
220 void pathclose(Path*);
H A Dsysfile.c915 pathlast(Path *p) in pathlast()
/plan9/sys/src/cmd/ip/
H A Dftpd.c1783 typedef struct Path Path; typedef
1784 struct Path { struct
1785 Path *next; argument
1797 Path *pathlevel[Maxlevel]; argument
1799 Path*
1803 Path **l, *p; in unlinkpath()
1833 linkpath(Path *p, int level) in linkpath()
1841 addpath(Path *p, int level, int ok) in addpath()
1851 Path *p; in _accessok()
/plan9/sys/src/games/music/jukefs/
H A Dobject.h16 Path, enumerator
H A Dparse.c25 { "path", Obj, Path , nil , {nil,0}},
182 case Path: in getobject()
325 case Path: in getobject()
/plan9/sys/lib/acid/
H A Dkernel22 complex Path p;
145 p = (Path)c.path;