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

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Ditos.c59 return (fmtumax (i, 10, buf, len, FL_UNSIGNED));
70 p = fmtumax (i, 10, lbuf, sizeof(lbuf), FL_UNSIGNED);
H A Dfmtulong.c72 # define FL_UNSIGNED 0x08 /* don't add any sign */ macro
111 if ((flags & FL_UNSIGNED) == 0 && (LONG)ui < 0)
H A Dsnprintf.c120 # define FL_UNSIGNED 0x08 /* don't add any sign */ macro
672 flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0;
742 flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0;
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexterns.h159 #define FL_UNSIGNED 0x08 /* don't add any sign */ macro

Completed in 154 milliseconds