Searched refs:Path (Results 1 – 15 of 15) sorted by relevance
| /plan9/sys/src/ape/cmd/pax/ |
| H A D | link.c | 106 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 D | pax.h | 304 } Path; typedef 318 Path *l_path; /* Pathname which link to l_name */
|
| /plan9/sys/src/cmd/gs/lib/ |
| H A D | FAPIfontmap | 13 % 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 D | FAPIcidfmap | 13 % 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 D | cidfmap | 17 % /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 D | rd9660.c | 124 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 D | cidfmap | 17 % /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 D | chan.c | 281 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 D | portdat.h | 26 typedef struct Path Path; typedef 225 Path* path; 228 struct Path struct
|
| H A D | portfns.h | 201 Path* newpath(char*); 220 void pathclose(Path*);
|
| H A D | sysfile.c | 915 pathlast(Path *p) in pathlast()
|
| /plan9/sys/src/cmd/ip/ |
| H A D | ftpd.c | 1783 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 D | object.h | 16 Path, enumerator
|
| H A D | parse.c | 25 { "path", Obj, Path , nil , {nil,0}}, 182 case Path: in getobject() 325 case Path: in getobject()
|
| /plan9/sys/lib/acid/ |
| H A D | kernel | 22 complex Path p; 145 p = (Path)c.path;
|