Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 195) sorted by relevance

12345678

/plan9/sys/src/cmd/acid/
H A Dbuiltin.c134 match(Node *r, Node *args) in match()
187 newproc(Node *r, Node *args) in newproc()
227 startstop(Node *r, Node *args) in startstop()
244 waitstop(Node *r, Node *args) in waitstop()
262 start(Node *r, Node *args) in start()
277 stop(Node *r, Node *args) in stop()
295 kill(Node *r, Node *args) in kill()
311 status(Node *r, Node *args) in status()
331 reason(Node *r, Node *args) in reason()
348 follow(Node *r, Node *args) in follow()
[all …]
/plan9/sys/src/libstdio/
H A Dvfprintf.c149 vfprintf(FILE *f, const char *s, va_list args) in vfprintf()
211 ocvt_c(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_c()
223 ocvt_s(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_s()
260 ocvt_n(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_n()
285 ocvt_fixed(FILE *f, va_list *args, int flags, int width, int precision, in ocvt_fixed()
373 ocvt_X(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_X()
379 ocvt_d(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_d()
385 ocvt_o(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_o()
391 ocvt_p(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_p()
398 ocvt_u(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_u()
[all …]
H A Dvfscanf.c60 int vfscanf(FILE *f, const char *s, va_list args){ in vfscanf()
105 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n()
132 static int icvt_fixed(FILE *f, va_list *args, in icvt_fixed()
211 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d()
214 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x()
217 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o()
220 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i()
223 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u()
226 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p()
230 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f()
[all …]
H A Dvprintf.c5 int vprintf(const char *fmt, va_list args){ in vprintf()
H A Dscanf.c7 va_list args; in scanf() local
/plan9/sys/src/ape/lib/ap/stdio/
H A Dvfprintf.c152 vfprintf(FILE *f, const char *s, va_list args) in vfprintf()
209 ocvt_c(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_c()
221 ocvt_s(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_s()
260 ocvt_n(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_n()
287 ocvt_fixed(FILE *f, va_list *args, int flags, int width, int precision, in ocvt_fixed()
377 ocvt_X(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_X()
383 ocvt_d(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_d()
389 ocvt_o(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_o()
395 ocvt_p(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_p()
402 ocvt_u(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_u()
[all …]
H A Dvfscanf.c63 int vfscanf(FILE *f, const char *s, va_list args){ in vfscanf()
108 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n()
135 static int icvt_fixed(FILE *f, va_list *args, in icvt_fixed()
214 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d()
217 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x()
220 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o()
223 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i()
226 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u()
229 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p()
233 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f()
[all …]
H A Dvprintf.c5 int vprintf(const char *fmt, va_list args){ in vprintf()
H A Dscanf.c7 va_list args; in scanf() local
H A Dprintf.c7 va_list args; in printf() local
/plan9/sys/src/ape/cmd/patch/
H A Dquotearg.h4 # define __QUOTEARG_P(args) args argument
6 # define __QUOTEARG_P(args) () argument
H A Dargmatch.h4 # define __ARGMATCH_P(args) args argument
6 # define __ARGMATCH_P(args) () argument
H A Dbackupfile.h41 # define __BACKUPFILE_P(args) args argument
43 # define __BACKUPFILE_P(args) () argument
/plan9/sys/src/cmd/fossil/
H A DClog.c8 consVPrint(char* fmt, va_list args) in consVPrint()
34 va_list args; in consPrint() local
/plan9/sys/src/cmd/unix/u9fs/
H A Dtokenize.c4 getfields(char *str, char **args, int max, int mflag, char *set) in getfields()
39 tokenize(char *str, char **args, int max) in tokenize()
/plan9/sys/src/ape/lib/ap/plan9/
H A D9iounit.c14 getfields(char *str, char **args, int max, int mflag) in getfields()
52 char buf[128], *args[10]; in _IOUNIT() local
/plan9/sys/src/cmd/
H A Dsort.c79 struct args struct
96 } args; argument
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Dtokenize.c76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens()
93 tokenize(char *s, char **args, int maxargs) in tokenize()
H A Drunesmprint.c8 va_list args; in runesmprint() local
/plan9/sys/src/libc/port/
H A Dtokenize.c76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens()
93 tokenize(char *s, char **args, int maxargs) in tokenize()
/plan9/sys/src/cmd/usb/lib/
H A Ddevs.c16 char* args; member
26 char args[Arglen]; in workproc() local
109 startdevs(char *args, char *argv[], int argc, int (*mf)(char*, void*), in startdevs() argument
/plan9/sys/src/ape/lib/fmt/
H A Dsmprint.c20 va_list args; in smprint() local
H A Drunevsmprint.c24 runevsmprint(char *fmt, va_list args) in runevsmprint()
H A Dprint.c22 va_list args; in print() local
/plan9/sys/src/libc/fmt/
H A Dprint.c8 va_list args; in print() local

12345678