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

  /netvirt/usr/src/cmd/last/
last.c 61 * NMAX, LMAX and HMAX are set to these values for now. They
67 #define HMAX (sizeof (((struct utmpx *)0)->ut_host))
73 #define hosteq(a, b) (strncmp(a, b, HMAX) == 0)
75 (lineq(a, b)&&hosteq(a+LMAX+1, c)&&nameq(a+LMAX+HMAX+2, d))
102 static char hostf[HMAX + 1];
261 * LMAX+HMAX+NMAX+3 bytes have been
264 * ut_host is longer than HMAX,
271 ut_host, HMAX+1);
272 (void) strlcpy(ttnames[i]+LMAX+HMAX+2,
433 ttnames[i] = (char *)malloc(LMAX + HMAX + NMAX + 3)
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.bin/
finger.c 116 #define HMAX sizeof (((struct utmpx *)0)->ut_host)
121 char host[HMAX+1]; /* null terminated remote host name */
290 bcopy(u->ut_host, p->host, HMAX);
291 p->host[HMAX] = 0;
404 bcopy(u->ut_host, p->host, HMAX);
405 p->host[HMAX] = 0;
414 bcopy(u->ut_host, new->host, HMAX);
415 new->host[HMAX] = 0;
740 h_max = min(HMAX, sizeof (ll.ll_host));
    [all...]
  /netvirt/usr/src/cmd/login/
login.c 157 #define HMAX sizeof (((struct utmpx *)0)->ut_host)
268 static char remote_host[HMAX];
625 ttyn, HMAX, remote_host);
762 "%.*s", ttyn, HMAX, remote_host,
773 ttyn, HMAX, remote_host);
    [all...]
  /netvirt/usr/src/cmd/rpcsvc/
rusers.c 55 #define HMAX 16 /* "Logged in" host name. */
595 (void) printf(" (%.*s)", HMAX, rup->ut_host);
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/unicode/
Name.pl     [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 4739 milliseconds