HomeSort by: relevance | last modified time | path
    Searched refs:NAMESIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libterminfo/
curterm.c 51 #define NAMESIZE 256
52 char ttytype[NAMESIZE];
  /src/usr.bin/last/
last.c 134 "\t [-N namesize] [-t tty] [user ...]\n", getprogname(),
150 int namesize = UT_NAMESIZE; local
197 namesize = atoi(optarg);
198 if (namesize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
377 #define NAMESIZE UT_NAMESIZE
384 #undef NAMESIZE
    [all...]
want.c 297 if (!strncmp(step->name, bp->ut_name, NAMESIZE))
  /src/usr.bin/config/
sem.c 63 #define NAMESIZE 100 /* local name buffers */
960 char buf[NAMESIZE];
1197 char atbuf[NAMESIZE];
1357 char base[NAMESIZE];
1586 char base[NAMESIZE];
1710 char buf[NAMESIZE];
1733 char fakename[NAMESIZE];
1983 char base[NAMESIZE];
2019 char buf[NAMESIZE];

Completed in 16 milliseconds