/* Test for printf formats. Formats using C90 features, including cases
where C90 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
/* Test for printf formats. Test that the C90 functions get their default
attributes in strict C90 mode, but the C99 and gettext functions
do not.
*/
/* Origin: Joseph Myers *
#!/bin/sh
# basic tests for printf
prog=`pwd`/../../src/printf
if test "$VERBOSE" = yes; then
set -x
$prog --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; c
#!/bin/sh
# make sure that only two hex. digits are consumed in a \xHHH sequence
prog=`pwd`/../../src/printf
if test "$VERBOSE" = yes; then
set -x
$prog --version
fi
pwd=`pwd`
t0=`echo "$0"|sed
# printf-posix.m4 serial 1 (gettext-0.12.2)
dnl Copyright (C) 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As
/*
* Conformance tests for *printf functions.
*
* Copyright 2002 Uwe Bonnes
* Copyright 2004 Aneurin Price
*
* This library is free software; you can redistribute it and/or
* modify it u