Searched refs:dots (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dlookup_name.c176 size_t l, dots; local
181 /* Count dots, suppress search when >=ndots or name ends in
183 for (dots=l=0; name[l]; l++) if (name[l]=='.') dots++;
184 if (dots >= conf.ndots || name[l-1]=='.') *search = 0;

Completed in 95 milliseconds