Searched refs:readit (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/scripts/ |
H A 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>@@;t out;H;b loop;:out;g;s/\\n/ /g;p', "www/roadmap.html", "www/status.html"]) 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"])
|
/third_party/curl/tests/server/ |
H A D | tftpd.c | 341 static int readit(struct testcase *test, struct tftphdr **dpp, in readit() function 1178 size = readit(test, (struct tftphdr **)&sdp, pf->f_convert); in sendtftp()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 676 static int readit(struct loopback_handle *lhandle) in readit() function 852 diff = readit(capt); in xrun_sync() 1941 ccount = readit(capt); in pcmjob_pollfds_handle()
|
Completed in 7 milliseconds