Searched refs:readit (Results 1 – 5 of 5) sorted by relevance
/external/toybox/scripts/ |
D | mkstatus.py | 7 def readit(args, shell=False): function 24 stuff,blah=readit(["sed","-n", 's/<span id=\\([a-z_]*\\)>/\\1 /;t good;d;:good;h;:loop;n;s@</span>@… 25 blah,toystuff=readit(["./toybox"]) 26 blah,pending=readit(["sed -n 's/[^ \\t].*TOY(\\([^,]*\\),.*/\\1/p' toys/pending/*.c"], 1) 27 blah,version=readit(["git","describe","--tags"])
|
/external/iputils/ |
D | tftp.h | 80 extern int readit(FILE * file, struct tftphdr **dpp, int convert);
|
D | tftpsubs.c | 100 int readit(FILE * file, struct tftphdr **dpp, int convert) in readit() function
|
D | tftpd.c | 361 size = readit(file, &dp, pf->f_convert); in sendfile()
|
/external/curl/tests/server/ |
D | tftpd.c | 458 static int readit(struct testcase *test, struct tftphdr **dpp, in readit() function 1248 size = readit(test, (struct tftphdr **)&sdp, pf->f_convert); in sendtftp()
|