HomeSort by: relevance | last modified time | path
    Searched defs:slc_names (Results 1 - 2 of 2) sorted by relevancy

  /src/include/arpa/
telnet.h 222 * For backwards compatibility, we define SLC_NAMES to be the
223 * list of names if SLC_NAMES is not defined.
233 #ifdef SLC_NAMES
234 const char *slc_names[] = { variable
238 extern const char *slc_names[];
239 #define SLC_NAMES SLC_NAMELIST
243 #define SLC_NAME(x) slc_names[x]
  /src/external/bsd/tcpdump/dist/
print-telnet.c 223 * For backwards compatibility, we define SLC_NAMES to be the
224 * list of names if SLC_NAMES is not defined.
234 #ifdef SLC_NAMES
235 const char *slc_names[] = { variable
239 extern char *slc_names[];
240 #define SLC_NAMES SLC_NAMELIST
244 #define SLC_NAME(x) slc_names[x]

Completed in 69 milliseconds