OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leftovers
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/linux/arch/alpha/
linux_osf1.c
173
unsigned long
leftovers
;
local
180
options, &
leftovers
);
181
if (
leftovers
!= 0)
241
unsigned long
leftovers
;
local
254
osf_na.flags, &
leftovers
);
255
if (
leftovers
& OSF1_NFSMNT_HOSTNAME) {
256
leftovers
&= ~OSF1_NFSMNT_HOSTNAME;
261
if (
leftovers
& OSF1_NFSMNT_TCP) {
262
leftovers
&= ~OSF1_NFSMNT_TCP;
269
if (
leftovers
!= 0
[
all
...]
/src/sys/arch/shark/ofw/
ofw.c
1803
static PLEFTOVER
leftovers
= NULL;
variable
1817
for (ppLeftover = &
leftovers
; *ppLeftover;
1843
pLeft->pNext =
leftovers
;
1845
leftovers
= pLeft;
1864
pLeftover->pNext =
leftovers
;
1866
leftovers
= pLeftover;
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c
1923
charclass
leftovers
; /* Stuff in the label that didn't match. */
local
1924
int leftoversf; /* True if
leftovers
is nonempty. */
2030
(
leftovers
[k] = ~match & label) ? (leftoversf = 1) : 0;
2034
/* If there were
leftovers
, create a new group labeled with them. */
2037
copyset(
leftovers
, labels[ngrps]);
/src/external/gpl2/grep/dist/src/
dfa.c
1944
charclass
leftovers
; /* Stuff in the label that didn't match. */
local
1945
int leftoversf; /* True if
leftovers
is nonempty. */
2051
(
leftovers
[k] = ~match & label) ? (leftoversf = 1) : 0;
2055
/* If there were
leftovers
, create a new group labeled with them. */
2058
copyset(
leftovers
, labels[ngrps]);
Completed in 77 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026