OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uintptr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
device.h
170
uintptr_t
uintptr
;
member in union:devhandle::__anon7532
/src/crypto/external/bsd/openssh/dist/
readconf.c
1181
u_int i, *
uintptr
, max_entries = 0;
local
1542
uintptr
= &options->num_system_hostfiles;
1546
value = *
uintptr
== 0; /* was array empty when we started? */
1564
if ((*
uintptr
) >= max_entries) {
1570
cpptr[(*
uintptr
)++] = xstrdup(arg);
1577
uintptr
= &options->num_user_hostfiles;
1791
uintptr
= &options->num_log_verbose;
1809
if (*activep && *
uintptr
== 0) {
1810
*cppptr = xrecallocarray(*cppptr, *
uintptr
,
1811
*
uintptr
+ 1, sizeof(**cppptr))
[
all
...]
servconf.c
1474
u_int i, *
uintptr
, flags = 0;
local
2037
uintptr
= &options->num_allow_users;
2049
chararrayptr,
uintptr
, arg);
2059
uintptr
= &options->num_deny_users;
2064
uintptr
= &options->num_allow_groups;
2075
chararrayptr,
uintptr
, arg);
2085
uintptr
= &options->num_deny_groups;
2367
uintptr
= &options->num_authkeys_files;
2370
found = *
uintptr
== 0;
2397
*
uintptr
= nstrs
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026