OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initial
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/stdio/
vswprintf.c
57
static const mbstate_t
initial
;
local in function:__weak_alias
92
mbs =
initial
;
vswscanf.c
77
static const mbstate_t
initial
;
local in function:vswscanf_l
93
mbs =
initial
;
vfscanf.c
176
static const mbstate_t
initial
;
local in function:__svfscanf_unlocked_l
409
mbs =
initial
;
492
mbs =
initial
;
594
mbs =
initial
;
vfwscanf.c
169
static const mbstate_t
initial
;
local in function:__vfwscanf_unlocked_l
408
mbs =
initial
;
475
mbs =
initial
;
537
mbs =
initial
;
vfwprintf.c
202
static const mbstate_t
initial
;
local in function:__xfputwc
212
mbs =
initial
;
422
static const mbstate_t
initial
;
local in function:__mbsconv
442
mbs =
initial
;
468
mbs =
initial
;
498
static const mbstate_t
initial
;
local in function:__wcsconv
508
mbs =
initial
;
523
mbs =
initial
;
538
mbs =
initial
;
1008
static const mbstate_t
initial
;
local in function:WDECL
[
all
...]
/src/sys/external/bsd/drm2/include/linux/
bitmap.h
110
unsigned
initial
= startbit%bpl;
local in function:bitmap_set
112
/* Handle an
initial
odd word if any. */
113
if (
initial
) {
115
if (nbits <= bpl -
initial
) {
116
/* Yes: just set nbits starting at
initial
. */
117
*p |= ~(~0ULL << nbits) <<
initial
;
120
/* Nope: set all bits above
initial
, and advance. */
121
*p++ |= ~0ULL <<
initial
;
122
nbits -= bpl -
initial
;
145
unsigned
initial
= startbit%bpl
local in function:bitmap_clear
[
all
...]
/src/usr.bin/netstat/
atalk.c
234
struct ddpcb *
initial
;
local in function:atalkprotopr
238
if (kread(off, (char *)&
initial
, sizeof(struct ddpcb *)) < 0)
240
for (next =
initial
; next != NULL;) {
/src/games/hunt/hunt/
server.c
66
static bool
initial
= true;
variable in typeref:typename:bool
227
if (!
initial
) {
239
if (
initial
) {
322
initial
= false;
330
if (!
initial
&& explicit_host != NULL) {
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025