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

/macosx-10.10/misc_cmds-33/units/
H A Dunits.c66 char NULLUNIT[] = ""; variable
224 for (ptr = product; *ptr && *ptr != NULLUNIT; ptr++);
438 /* if (*den!=NULLUNIT) free(*den);
439 if (*num!=NULLUNIT) free(*num);*/
440 *den++ = NULLUNIT;
441 *num++ = NULLUNIT;
560 if (*product != NULLUNIT) {
562 *product = NULLUNIT;
596 if (!*one && *two != NULLUNIT)
598 if (!*two && *one != NULLUNIT)
[all...]

Completed in 135 milliseconds