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

  /src/bin/csh/
csh.h 437 #define MAXVARLEN 30 /* Maximum number of char in a variable name */
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 351 #define MAXVARLEN 256 /* maximum length of a variable name */
3281 static char name[MAXVARLEN], value[MAXVALLEN];
3673 char bn[2 * MAXVARLEN];
3805 atoascii(name, MAXVARLEN, bn, sizeof(bn));

Completed in 55 milliseconds