Home
last modified time | relevance | path

Searched refs:fexp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/auditreduce/
H A Dregex2.c47 static char *fexp = NULL; /* full list of regular expressions */ variable
66 if (fexp != NULL) {
67 free(fexp);
69 fexp = strdup(s);
70 for (p = fexp, nexp = 1; *p != '\0'; p++) {
76 for (i = 0, p = fexp; *p != '\0'; i++) {
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfstrtod.c77 reg int mode, fexp, sign, expsign; local
96 fexp = expsign = 0;
119 fexp -= m;
121 dval += n*sfpow10(fexp);