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

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp24 bool VMRange::ContainsValue(const VMRange::collection &coll, argument
26 return llvm::any_of(coll,
30 bool VMRange::ContainsRange(const VMRange::collection &coll,
32 return llvm::any_of(coll,
/freebsd-current/usr.bin/sort/
H A DMakefile6 SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c282 char usbuf[SIZE], coll[SIZE], *tmp; local
367 coll[0] = 0;
388 if (coll[0]) {
390 "%s.%s:%s", coll+1,
414 snprintf(coll + strlen(coll),
415 sizeof coll - strlen(coll), ".%s:%s",
420 if (coll[0])
421 *strrchr(coll, '
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dratectrl.c270 bool coll; local
287 coll = true;
299 coll = false;
311 coll = false;
323 if (coll && (now - chBest->ch_LTime < CollTime))
352 if (coll)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h84 static bool ContainsValue(const VMRange::collection &coll,
87 static bool ContainsRange(const VMRange::collection &coll,
/freebsd-current/sbin/pfctl/
H A Dpfctl_table.c522 int coll = 0; local
543 coll++;
548 if (coll == 1)
551 else if (coll > 1)
553 coll);

Completed in 100 milliseconds