OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXALIASES
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/net/
hostent.h
105
#define
MAXALIASES
35
getnetent.c
66
#define
MAXALIASES
35
71
static char *net_aliases[
MAXALIASES
];
157
if (q < &net_aliases[
MAXALIASES
- 1])
getnetnamadr.c
90
#define
MAXALIASES
35
111
static char *net_aliases[
MAXALIASES
];
640
if (q < &net_aliases[
MAXALIASES
- 1])
/src/lib/libc/rpc/
getrpcent.c
76
#define
MAXALIASES
35
77
char *rpc_aliases[
MAXALIASES
];
216
if (q < &(d->rpc_aliases[
MAXALIASES
- 1]))
/src/lib/libbluetooth/
bluetooth.c
44
#define
MAXALIASES
35
51
static char *host_aliases[
MAXALIASES
];
56
static char *proto_aliases[
MAXALIASES
];
145
if (q < &host_aliases[
MAXALIASES
- 1])
245
if (q < &proto_aliases[
MAXALIASES
- 1])
Completed in 11 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025