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

  /src/games/larn/
help.c 31 char tmbuf[128]; /* intermediate translation buffer local in function:help
46 tmcapcnv(tmbuf, lgetl());
47 lprcat(tmbuf);
80 char tmbuf[128]; /* intermediate translation buffer local in function:welcome
91 tmcapcnv(tmbuf, lgetl());
92 lprcat(tmbuf);
  /src/usr.sbin/fssconfig/
fssconfig.c 229 char clbuf[5], bsbuf[5], tmbuf[64]; local in function:list
269 strftime(tmbuf, sizeof(tmbuf), "%F %T", localtime(&t));
271 printf("%s: %s, taken %s", dev, fsg.fsg_mount, tmbuf);
  /src/usr.bin/utoppya/
utoppya.c 193 char *dir, *ext, dirbuf[2], ex, ft, tmbuf[32]; local in function:cmd_ls
231 strftime(tmbuf, sizeof(tmbuf), "%b %e %G %R", tm);
234 tmbuf, ud.ud_path);

Completed in 14 milliseconds