Home
last modified time | relevance | path

Searched refs:BS1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/rpcsvc/
H A Drex.x124 const BS1 = 0x00008000; variable
/freebsd/sys/sys/
H A Dioctl_compat.h110 #define BS1 0x00008000 macro
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1948 StringRef BS1 = BS; in getBodyContent() local
1951 BS1 = BS1.drop_front(1); in getBodyContent()
1953 StringRef Label = BS1.take_until([](char C) { return C == ':'; }); in getBodyContent()
1955 BS1 = BS1.drop_until([](char C) { return C == '\n'; }).drop_front(); in getBodyContent()
1960 while (BS1.size()) { in getBodyContent()
1962 StringRef Line = BS1.take_until([](char C) { return C == '\n'; }); in getBodyContent()
1964 BS1 = BS1.drop_front(Line.size() + 1); in getBodyContent()
/freebsd/libexec/getty/
H A Dsubr.c419 { 1, BS1 },