Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 118) sorted by relevance

12345

/plan9/sys/src/cmd/gs/src/
H A Dttobjs.c73 TT_Error Goto_CodeRange( PExecution_Context exec, Int range, Int IP ) in Goto_CodeRange() argument
81 cr = &exec->codeRangeTable[range - 1]; in Goto_CodeRange()
93 exec->code = cr->Base; in Goto_CodeRange()
94 exec->codeSize = cr->Size; in Goto_CodeRange()
95 exec->IP = IP; in Goto_CodeRange()
96 exec->curRange = range; in Goto_CodeRange()
116 void Unset_CodeRange( PExecution_Context exec ) in Unset_CodeRange() argument
118 exec->code = 0; in Unset_CodeRange()
119 exec->codeSize = 0; in Unset_CodeRange()
137 PCodeRange Get_CodeRange( PExecution_Context exec, Int range ) in Get_CodeRange() argument
[all …]
H A Dttfmain.c159 …tti->exec = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TExecution_Context, "ttfInterp… in ttfInterpreter__obtain()
160 if (!tti->exec) { in ttfInterpreter__obtain()
164 memset(tti->exec, 0, sizeof(*tti->exec)); in ttfInterpreter__obtain()
177 mem->free(mem, tti->exec, "ttfInterpreter__release"); in ttfInterpreter__release()
197 if (this->exec) in ttfFont__finit()
198 Context_Destroy(this->exec); in ttfFont__finit()
199 this->exec = NULL; in ttfFont__finit()
302 this->exec = tti->exec; in ttfFont__Open()
313 …code = Context_Create(this->exec, this->face); /* See comment in the implementation of Context_Cre… in ttfFont__Open()
339 this->inst->metrics = this->exec->metrics; in ttfFont__Open()
[all …]
H A Dttobjs.h711 TT_Error Goto_CodeRange( PExecution_Context exec, Int range, Int IP );
713 void Unset_CodeRange( PExecution_Context exec );
717 PCodeRange Get_CodeRange( PExecution_Context exec, Int range );
720 TT_Error Set_CodeRange( PExecution_Context exec,
726 TT_Error Clear_CodeRange( PExecution_Context exec, Int range );
731 TT_Error Done_Context( PExecution_Context exec );
734 TT_Error Context_Load( PExecution_Context exec,
737 TT_Error Context_Save( PExecution_Context exec,
740 TT_Error Context_Run( PExecution_Context exec,
H A Dttfmemd.c132 ENUM_PTR(2, ttfFont, exec);
139 RELOC_PTR(ttfFont, exec);
146 exec, usage, ttf_memory);
/plan9/sys/src/libthread/
H A Dexec.c41 if((p->exec.fd[0] = open(PIPEMNT "/data", OREAD)) < 0){ in procexec()
45 if((p->exec.fd[1] = open(PIPEMNT "/data1", OWRITE|OCEXEC)) < 0){ in procexec()
46 close(p->exec.fd[0]); in procexec()
54 p->exec.prog = prog; in procexec()
55 p->exec.args = args; in procexec()
59 close(p->exec.fd[1]); in procexec()
60 if((n = read(p->exec.fd[0], p->exitstr, ERRMAX-1)) > 0){ /* exec failed */ in procexec()
63 close(p->exec.fd[0]); in procexec()
66 close(p->exec.fd[0]); in procexec()
H A Dmkfile12 exec.$O\
42 exec.c\
/plan9/sys/src/9/pcboot/
H A Dexpand.c158 Exec *exec; in _main() local
180 exec = (Exec *)kernel; in _main()
181 print("unrecognized program; magic # 0x%x\n", swap(exec->magic)); in _main()
188 Exec *exec; in isexec() local
190 exec = v; in isexec()
191 return swap(exec->magic) == I_MAGIC || swap(exec->magic) == S_MAGIC; in isexec()
199 Exec *exec; in run() local
202 exec = v; in run()
203 entry = swap(exec->entry) & ~KSEGM; in run()
204 text = swap(exec->text); in run()
[all …]
/plan9/sys/src/cmd/plumb/
H A Dmatch.c293 freeexec(Exec *exec) in freeexec() argument
297 if(exec == nil) in freeexec()
299 free(exec->dir); in freeexec()
300 free(exec->file); in freeexec()
302 free(exec->match[i]); in freeexec()
303 free(exec); in freeexec()
309 Exec *exec; in newexec() local
311 exec = emalloc(sizeof(Exec)); in newexec()
312 exec->msg = m; in newexec()
313 exec->p0 = -1; in newexec()
[all …]
/plan9/sys/src/9/port/
H A Drebootcmd.c105 Exec exec; in rebootcmd() local
119 readn(c, &exec, sizeof(Exec)); in rebootcmd()
120 magic = l2be(exec.magic); in rebootcmd()
127 entry = l2be(exec.entry); in rebootcmd()
128 text = l2be(exec.text); in rebootcmd()
129 data = l2be(exec.data); in rebootcmd()
/plan9/sys/lib/postscript/prologues/
H A DUTF.enc272 % systemdict /findfont get exec
286 %dup systemdict /findfont get exec % not always in systemdict
287 dup userdict /@RealFindfont get exec
318 /ashow {mark 4 1 roll UTFstring //ashow cvx exec cleartomark} bind def
319 /awidthshow {mark 7 1 roll UTFstring //awidthshow cvx exec cleartomark} bind def
320 /show {mark exch UTFstring //show cvx exec cleartomark} bind def
321 /stringwidth {UTFstring //stringwidth cvx exec} bind def
322 /widthshow {mark 5 1 roll UTFstring //widthshow cvx exec cleartomark} bind def
330 {{UTFstring //kshow cvx exec} bind}
H A DDefault.enc272 % systemdict /findfont get exec
286 %dup systemdict /findfont get exec % not always in systemdict
287 dup userdict /@RealFindfont get exec
329 /ashow {mark 4 1 roll UTFstring //ashow cvx exec cleartomark} bind def
330 /awidthshow {mark 7 1 roll UTFstring //awidthshow cvx exec cleartomark} bind def
331 /show {mark exch UTFstring //show cvx exec cleartomark} bind def
332 /stringwidth {UTFstring //stringwidth cvx exec} bind def
333 /widthshow {mark 5 1 roll UTFstring //widthshow cvx exec cleartomark} bind def
341 {{UTFstring //kshow cvx exec} bind}
H A DLatin1.enc271 % systemdict /findfont get exec
285 %dup systemdict /findfont get exec % not always in systemdict
286 dup userdict /@RealFindfont get exec
/plan9/sys/src/cmd/postscript/psencoding/
H A DUTF.enc272 % systemdict /findfont get exec
286 %dup systemdict /findfont get exec % not always in systemdict
287 dup userdict /@RealFindfont get exec
318 /ashow {mark 4 1 roll UTFstring //ashow cvx exec cleartomark} bind def
319 /awidthshow {mark 7 1 roll UTFstring //awidthshow cvx exec cleartomark} bind def
320 /show {mark exch UTFstring //show cvx exec cleartomark} bind def
321 /stringwidth {UTFstring //stringwidth cvx exec} bind def
322 /widthshow {mark 5 1 roll UTFstring //widthshow cvx exec cleartomark} bind def
330 {{UTFstring //kshow cvx exec} bind}
H A DLatin1.enc271 % systemdict /findfont get exec
285 %dup systemdict /findfont get exec % not always in systemdict
286 dup userdict /@RealFindfont get exec
/plan9/sys/src/cmd/
H A Dstrip.c34 Exec *exec; in strip() local
98 exec = data; in strip()
99 exec->syms = 0; in strip()
100 exec->spsz = 0; in strip()
101 exec->pcsz = 0; in strip()
H A Dtime.c27 exec(argv[1], &argv[1]); in main()
31 exec(output, &argv[1]); in main()
/plan9/sys/src/9/rb/
H A Dinitcode4 * we pass in the argument of the exec parameters as 0(FP)
15 JAL exec(SB)
35 TEXT exec(SB), $0
/plan9/sys/src/cmd/auth/
H A Dnewns.c55 exec(argv[0], argv); in main()
58 exec(smprint("/bin/%s", argv[0]), argv); in main()
H A Dnone.c43 exec(cmd, &argv[0]); in main()
48 exec(cmd, &argv[0]); in main()
/plan9/sys/src/cmd/ip/ipconfig/
H A Dppp.c38 exec("/bin/ip/ppp", av); in pppbinddev()
39 exec("/ppp", av); in pppbinddev()
/plan9/usr/glenda/lib/
H A Dprofile16 exec rio -i riostart
31 exec rio
/plan9/sys/src/cmd/rc/
H A Dmkfile6 exec.$O\
30 exec.h\
H A Drun.unix4 cc -DUnix -c -I. exec.c
20 cc -o rc code.o exec.o getflags.o glob.o here.o io.o lex.o pcmd.o pfnc.o simple.o subr.o trap.o tr…
/plan9/sys/src/cmd/aux/
H A Dlisten1.c117 exec(argv[1], argv+1); in main()
119 exec(smprint("/bin/%s", argv[1]), argv+1); in main()
/plan9/sys/src/libc/port/
H A Dexecl.c8 return exec(f, &f+1); in execl()

12345