OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slc_names
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h
199
* For backwards compatibility, we define
SLC_NAMES
to be the
200
* list of names if
SLC_NAMES
is not defined.
205
#ifdef
SLC_NAMES
206
const char *
slc_names
[] = {
variable
210
extern char *
slc_names
[];
211
#define
SLC_NAMES
SLC_NAMELIST
215
#define SLC_NAME(x)
slc_names
[x]
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/arpa/
telnet.h
199
* For backwards compatibility, we define
SLC_NAMES
to be the
200
* list of names if
SLC_NAMES
is not defined.
205
#ifdef
SLC_NAMES
206
const char *
slc_names
[] = {
variable
210
extern char *
slc_names
[];
211
#define
SLC_NAMES
SLC_NAMELIST
215
#define SLC_NAME(x)
slc_names
[x]
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h
199
* For backwards compatibility, we define
SLC_NAMES
to be the
200
* list of names if
SLC_NAMES
is not defined.
205
#ifdef
SLC_NAMES
206
const char *
slc_names
[] = {
variable
210
extern char *
slc_names
[];
211
#define
SLC_NAMES
SLC_NAMELIST
215
#define SLC_NAME(x)
slc_names
[x]
Completed in 730 milliseconds
1
2