/* $NetBSD: onewiredevs.h,v 1.2 2006/04/07 18:56:37 riz Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * Generated from: * NetBSD: onewiredevs,v 1.1 2006/04/07 18:55:22 riz Exp */ #define ONEWIRE_FAMILY_DS1990 0x01 #define ONEWIRE_FAMILY_DS1991 0x02 #define ONEWIRE_FAMILY_DS1994 0x04 #define ONEWIRE_FAMILY_DS1993 0x06 #define ONEWIRE_FAMILY_DS1992 0x08 #define ONEWIRE_FAMILY_DS1982 0x09 #define ONEWIRE_FAMILY_DS1995 0x0a #define ONEWIRE_FAMILY_DS1996 0x0c #define ONEWIRE_FAMILY_DS1920 0x10 #define ONEWIRE_FAMILY_DS1822 0x22 #define ONEWIRE_FAMILY_DS18B20 0x28 5329fc11b19'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
AgeCommit message (Expand)Author
2015-06-16fix some error handling.christos
2013-07-16WARNS=6christos
2011-03-15support grouping format.christos
2009-10-13Avoid segv on "printf '%*********s' 666", from Maksymilian Arciemowiczchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-28detect more errors from printf/malloc.christos
2005-03-22Remember to consume input bytes when processing '\0nnn' for %b formatsdsl
2004-10-30- KNF, WARNS=3, pass lint.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Revert previous. 'None' means that the "Utility Syntax Guidlines" apply.dsl
2003-06-25Remove getopt() loop, IEEE 1003.1 doesn't say that printf(1) should conformdsl
2003-02-24Fix the output of NUL bytes within %b formats.dsl
2002-11-24Fixes from David Laight:christos
2002-06-14Complete declaration of progprintf() to fix build problem in csh(1).tron
2002-06-14Remove #ifdef __STDC__. De-__P() and ANSIfy. Fix a prototype mismatchwiz
2001-05-05Change to use {u,}intmax_t internally (was: (unsigned) long).kleink
1998-12-19brace pollution, and char -> unsigned charchristos
1998-10-14include unistdwsanchez
1998-02-03add <unistd.h> to fix compiler warningperry
1997-10-19s/index/strchrlukem
1997-10-18"merge" lite-2. our printf is already kinda different...minor changes only.mrg
1997-07-04Fix compiler warnings.christos
1997-01-14lint and KNF changes. (mostly casting returns to void to quiet lint.)cgd
1997-01-09RCS ID policetls