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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c147 #define PF_ALTFORM 0x00001 /* # */ macro
709 if (p->flags & PF_ALTFORM)
713 if (p->flags & PF_ALTFORM)
779 if (p->flags & PF_ALTFORM)
783 if (p->flags & PF_ALTFORM)
990 if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0)
1004 ((p->precision != 0 || (p->flags & PF_ALTFORM)) ? 1 : 0); /* radix char */
1016 if (p->precision != 0 || (p->flags & PF_ALTFORM))
1066 if (p->precision != 0 || (p->flags & PF_ALTFORM))
1069 if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM)
[all...]

Completed in 36 milliseconds