HomeSort by relevance Sort by last modified time
    Searched refs:SLC_NAMES (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/arpa/
telnet.h 218 * For backwards compatibility, we define SLC_NAMES to be the
219 * list of names if SLC_NAMES is not defined.
229 #ifdef SLC_NAMES
230 const char *slc_names[] = { variable
234 extern char *slc_names[];
235 #define SLC_NAMES SLC_NAMELIST
239 #define SLC_NAME(x) slc_names[x]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 216 * For backwards compatability, we define SLC_NAMES to be the
217 * list of names if SLC_NAMES is not defined.
227 #ifdef SLC_NAMES
228 char *slc_names[] = { variable
232 extern char *slc_names[];
233 #define SLC_NAMES SLC_NAMELIST
237 #define SLC_NAME(x) slc_names[x]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/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 char *slc_names[] = { variable
210 extern char *slc_names[];
211 #define SLC_NAMES SLC_NAMELIST
215 #define SLC_NAME(x) slc_names[x]
  /external/tcpdump/
print-telnet.c 236 * For backwards compatibility, we define SLC_NAMES to be the
237 * list of names if SLC_NAMES is not defined.
247 #ifdef SLC_NAMES
248 const char *slc_names[] = { variable
252 extern char *slc_names[];
253 #define SLC_NAMES SLC_NAMELIST
257 #define SLC_NAME(x) slc_names[x]

Completed in 253 milliseconds