Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dlsattr.c114 int name_found = 0; in print_file_attr() local
119 if (name_found) xprintf(", "); //for formatting. in print_file_attr()
121 name_found = 1; in print_file_attr()
124 if (!name_found) xprintf("---"); in print_file_attr()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c5165 gboolean name_found = FALSE; in gst_rtp_bin_get_free_pad_name() local
5172 while (!name_found) { in gst_rtp_bin_get_free_pad_name()
5178 name_found = TRUE; in gst_rtp_bin_get_free_pad_name()
5191 name_found = FALSE; in gst_rtp_bin_get_free_pad_name()
5201 name_found = FALSE; in gst_rtp_bin_get_free_pad_name()