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

  /src/usr.bin/m4/
gnum4.c 589 char *eformat; local in function:doformat
590 width = strtol(format, &eformat, 10);
591 format = eformat;
608 char *eformat; local in function:doformat
609 extra = strtol(format, &eformat, 10);
610 format = eformat;
gnum4.c 589 char *eformat; local in function:doformat
590 width = strtol(format, &eformat, 10);
591 format = eformat;
608 char *eformat; local in function:doformat
609 extra = strtol(format, &eformat, 10);
610 format = eformat;

Completed in 114 milliseconds