Home
last modified time | relevance | path

Searched refs:found_colon (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/certs/
H A Dblacklist.c40 goto found_colon; in blacklist_vet_description()
43 found_colon: in blacklist_vet_description()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c170 sox_bool found_colon, found_dot, found_e; in parsesamples() local
178 found_colon = pos && pos < end; in parsesamples()
186 if (found_colon || (found_dot && !found_e) || *(end-1) == 't') in parsesamples()