Subversion Repositories Kolibri OS

Rev

Rev 4921 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4921 Rev 6099
Line 197... Line 197...
197
		        as the beginning of a field width.
197
		        as the beginning of a field width.
Line 198... Line 198...
198
 
198
 
199
	        o #
199
	        o #
200
			The result is to be converted to an
200
			The result is to be converted to an
-
 
201
			alternative form, according to the <[type]>
-
 
202
			character.
-
 
203
		o-
-
 
204
 
201
			alternative form, according to the <[type]>
205
	The alternative form output with the # flag depends on the <[type]>
Line 202... Line 206...
202
			character:
206
	character:
203
 
207
 
204
			o+
208
		o+
Line 229... Line 233...
229
 
233
 
230
			o all others
234
		o all others
Line 231... Line 235...
231
				Undefined.
235
			Undefined.
232
 
-
 
Line 233... Line 236...
233
			o-
236
 
Line 234... Line 237...
234
		o-
237
		o-
235
 
238
 
Line 606... Line 609...
606
  va_end (ap);
609
  va_end (ap);
607
  *f._p = '\0';	/* terminate the string */
610
  *f._p = '\0';	/* terminate the string */
608
  return (ret);
611
  return (ret);
609
}
612
}
Line -... Line 613...
-
 
613
 
-
 
614
#ifdef _NANO_FORMATTED_IO
-
 
615
int
-
 
616
_EXFUN(_siprintf_r, (struct _reent *, char *, const char *, ...)
-
 
617
       _ATTRIBUTE ((__alias__("_sprintf_r"))));
-
 
618
#endif
610
 
619
 
Line 611... Line 620...
611
#ifndef _REENT_ONLY
620
#ifndef _REENT_ONLY
612
 
621
 
613
int
622
int
Line 639... Line 648...
639
  va_end (ap);
648
  va_end (ap);
640
  *f._p = '\0';	/* terminate the string */
649
  *f._p = '\0';	/* terminate the string */
641
  return (ret);
650
  return (ret);
642
}
651
}
Line -... Line 652...
-
 
652
 
-
 
653
#ifdef _NANO_FORMATTED_IO
-
 
654
int
-
 
655
_EXFUN(siprintf, (char *, const char *, ...)
-
 
656
       _ATTRIBUTE ((__alias__("sprintf"))));
643
 
657
#endif