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

  /src/usr.bin/chpass/
edit.c 94 char chgstr[256], expstr[256]; local in function:display
110 ttoa(expstr, sizeof expstr, pw->pw_expire));
  /src/usr.bin/rdist/
expand.c 77 static void expstr(char *);
125 expstr(nl->n_name);
152 expstr(char *s) function in typeref:typename:void
193 expstr(expbuf);
198 expstr(expbuf);
  /src/lib/libc/stdio/
vfwprintf.c 660 int expsize; /* character count for expstr */
663 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ local in function:WDECL
1194 expsize = exponent(expstr, expt - 1, expchar);
1498 PRINT(expstr, expsize);

Completed in 14 milliseconds