Searched refs:no_name (Results 1 – 4 of 4) sorted by relevance
568 int no_name = 0; in setup_listens() local582 no_name = 1; in setup_listens()620 (no_name) ? "IN(6)ADDR_ANY" : name, in setup_listens()628 (no_name) ? "IN(6)ADDR_ANY" : name, in setup_listens()
487 static const char *no_name = "NO NAME "; variable570 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()613 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()618 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
1231 no_name = 'no' + name1233 no_prefix = shortest_matches[no_name]1241 elif arg.startswith('--'+no_prefix) and ('--'+no_name).startswith(arg):