Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 29) sorted by relevance

12

/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c204 goto done; in mkfs_msdos()
208 goto done; in mkfs_msdos()
226 goto done; in mkfs_msdos()
230 goto done; in mkfs_msdos()
241 goto done; in mkfs_msdos()
260 goto done; in mkfs_msdos()
265 goto done; in mkfs_msdos()
270 goto done; in mkfs_msdos()
281 goto done; in mkfs_msdos()
285 goto done; in mkfs_msdos()
[all …]
/third_party/ulib/usbhost/
A Dusbhost.c88 int done = 0; in find_existing_devices_bus() local
97 return done; in find_existing_devices_bus()
106 int done = 0; in find_existing_devices() local
116 return done; in find_existing_devices()
164 int done = 0; in usb_host_load() local
180 return done; in usb_host_load()
187 return done; in usb_host_load()
201 done = 0; in usb_host_read_event()
261 return done; in usb_host_read_event()
269 int done; in usb_host_run() local
[all …]
/third_party/ulib/musl/src/passwd/
A Dputgrent.c10 goto done; in putgrent()
14 goto done; in putgrent()
16 done: in putgrent()
A Dgetpw_a.c28 goto done; in __getpw_a()
54 goto done; in __getpw_a()
62 goto done; in __getpw_a()
130 goto done; in __getpw_a()
133 done: in __getpw_a()
A Dgetgr_a.c28 goto done; in __getgr_a()
54 goto done; in __getgr_a()
62 goto done; in __getgr_a()
161 goto done; in __getgr_a()
164 done: in __getgr_a()
/third_party/ulib/uboringssl/crypto/hkdf/
A Dhkdf.c65 size_t n, done = 0; in HKDF_expand() local
97 if (done + todo > out_len) { in HKDF_expand()
98 todo = out_len - done; in HKDF_expand()
100 OPENSSL_memcpy(out_key + done, previous, todo); in HKDF_expand()
101 done += todo; in HKDF_expand()
/third_party/ulib/musl/third_party/math/
A Dlog2l.c132 goto done; in log2l()
146 done: in log2l()
A Dlog10l.c140 goto done; in log10l()
154 done: in log10l()
/third_party/lib/acpica/source/components/utilities/
A Dutclib.c626 goto done; in strtoul()
663 goto done; in strtoul()
669 goto done; in strtoul()
692 done: in strtoul()
/third_party/ulib/musl/src/internal/
A Dintscan.c69 goto done; in __intscan()
91 done: in __intscan()
/third_party/ulib/musl/pthread/
A Dpthread_cond_timedwait.c138 goto done; in pthread_cond_timedwait()
162 done: in pthread_cond_timedwait()
/third_party/uapp/dash/src/bltin/
A Dprintf.c96 int done; in print_escape_str() local
101 done = conv_escape_str(s, &p); in print_escape_str()
118 return done; in print_escape_str()
/third_party/ulib/uboringssl/crypto/cipher_extra/
A De_aesgcmsiv.c616 for (size_t done = 0; done < in_len;) { in gcm_siv_crypt() local
622 if (in_len - done < todo) { in gcm_siv_crypt()
623 todo = in_len - done; in gcm_siv_crypt()
627 out[done + i] = keystream[i] ^ in[done + i]; in gcm_siv_crypt()
630 done += todo; in gcm_siv_crypt()
/third_party/uapp/dash/src/
A Doptions.c438 int done = 0; in getopts() local
457 done = 1; in getopts()
515 return done; in getopts()
A Dmknodes.c69 int done; /* set if fully parsed */ member
135 curstr->done = 1; in parsenode()
165 if (curstr == NULL || curstr->done) in parsefield()
A Dexpand.c382 goto done; in exptilde()
386 goto done; in exptilde()
389 done: in exptilde()
A Dnodetypes94 body nodeptr # do body; done
A DTOUR229 fore any forking is done, so to get the commands into the hash
300 has already done a cd to an absolute pathname), but then
337 this is done using the TRACE macro, which takes a set of printf
A Dparser.c1338 goto done; in readtoken1()
1372 done: in readtoken1()
/third_party/ulib/ngunwind/src/dwarf/
A DGfde.c203 goto done; in parse_cie()
207 done: in parse_cie()
/third_party/ulib/backtrace/
A Dacinclude.m467 done
A Dconfigure.ac397 done
/third_party/uapp/dash/src/funcs/
A Dkill45 done
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m491 done
117 done
/third_party/ulib/jemalloc/
A Dconfigure.ac1338 done
1389 done
1946 public_syms=`for sym in ${public_syms}; do echo "${sym}"; done |grep -v "^${n}\$" |tr '\n' ' '`
1947 done
1952 done

Completed in 37 milliseconds

12