HomeSort by: relevance | last modified time | path
    Searched defs:NAMESIZE (Results 1 - 3 of 3) 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 in function:main
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...]
  /src/usr.bin/config/
sem.c 63 #define NAMESIZE 100 /* local name buffers */
955 char buf[NAMESIZE];
1192 char atbuf[NAMESIZE];
1352 char base[NAMESIZE];
1581 char base[NAMESIZE];
1705 char buf[NAMESIZE];
1728 char fakename[NAMESIZE];
1978 char base[NAMESIZE];
2014 char buf[NAMESIZE];

Completed in 14 milliseconds