Searched refs:basefix (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/util/
H A Dsscanf.c129 /* `basefix' is used to avoid `if' tests in the integer scanner */
130 static short basefix[17] = local
423 base = basefix[base];
429 base = basefix[base];
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c134 /* `basefix' is used to avoid `if' tests in the integer scanner */
135 static short basefix[17] = local
549 base = basefix[base];
555 base = basefix[base];

Completed in 47 milliseconds