Searched refs:unifdef (Results 1 – 25 of 114) sorted by relevance
12345
1 unifdef: addsym FOO=BAR2 unifdef: addsym BAR=ZIG3 unifdef: addsym ZIG=BAR4 unifdef: addsym QUX=QUX5 unifdef: findsym BAR=ZIG6 unifdef: indir... FOO=BAR7 unifdef: ...ectsym FOO=ZIG8 unifdef: findsym ZIG=BAR9 unifdef: indir... BAR=ZIG10 unifdef: ...ectsym BAR=BAR[all …]
2 if ! unifdef div.c3 then unifdef -d div.c6 unifdef -DDENOM div.c8 if ! unifdef -UDENOM div.c9 then unifdef -d -UDENOM div.c
1 unifdef: broken4.h: 1: Obfuscated preprocessor control line2 unifdef: Output may be truncated
1 unifdef: broken2.h: 1: Missing macro name in #define2 unifdef: Output may be truncated
1 unifdef: broken3.h: 1: Missing macro name in #undef2 unifdef: Output may be truncated
1 unifdef: whitespace.c: 4: Obfuscated preprocessor control line (#if line 1 depth 1)2 unifdef: Output may be truncated
29 unifdef -s xterm-main.c | sed 's/^/#undef /' >xterm-undefs.h31 unifdef -f xterm-undefs.h -f xterm-defs.h xterm-main.c >xterm-out.c
1 unifdef dangle.c
1 unifdef -k if1-k.c
1 unifdef -k if2-k.c
1 unifdef -k if3-k.c
11 all: unifdef13 unifdef: unifdef.c unifdef.h version.h target14 ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef unifdef.c20 test: unifdef23 install: unifdef unifdefall.sh unifdef.126 install -m 755 unifdef ${bindest}/30 install -m 644 unifdef.1 ${man1dest}/31 ln -s unifdef.1 ${man1dest}/unifdefall.134 rm -f unifdef version.h38 rm -f unifdef.txt[all …]
31 unifdef="$(dirname "$0")/unifdef"32 if [ ! -e "$unifdef" ]34 unifdef=unifdef49 "$unifdef" $debug -s "$@" | sort -u | sed 's/^/#undef /' >"$tmp/undefs"58 "$unifdef" $debug -k -f "$tmp/undefs" -f "$tmp/defs" "$@"
2 unifdef3 unifdef.exe4 unifdef.txt5 unifdef-*
1 unifdef - selectively remove C preprocessor conditionals3 Written by Tony Finch <dot@dotat.at> - http://dotat.at/prog/unifdef/5 The unifdef utility selectively processes conditional C preprocessor12 Pre-formatted documentation can be found in unifdef.txt15 http://dotat.at/prog/unifdef18 git clone http://dotat.at/git/unifdef.git20 I also maintain a copy at http://github.com/fanf2/unifdef
1 unifdef installation instructions5 * unifdef is mostly ANSI C, with a few unixisms29 To update version.h, right-click on the fanf2/unifdef repository and
1 unifdef copyright licence5 copyright licence, except for the manual page unifdef.1 and the11 version of unifdef.c carried the four-clause BSD copyright licence.51 The three-clause BSD copyright licence for the manual page unifdef.1
4 all: unifdef.exe6 unifdef.exe: unifdef.c win32/win32.c FreeBSD/getopt.c FreeBSD/err.c8 cp ../unifdef.c ../version.h . && \9 $(CC) $(CFLAGS) $(LDFLAGS) -I. -o ../unifdef.exe unifdef.c \11 rm -f unifdef.c version.h13 test: unifdef.exe
4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unifdef", "unifdef.vcxproj", "{52450E07-855E-4…
18 atf_check -o file:f unifdef <f33 atf_check -s exit:1 -o inline:"a\n" unifdef -DFOO <file34 atf_check -s exit:1 -o inline:"a\n" unifdef -UFOO -DFOO <file35 atf_check -s exit:1 -o inline:"a\n" unifdef -DFOO=0 -DFOO <file36 atf_check -s exit:1 -o inline:"b\n" unifdef -UFOO <file37 atf_check -s exit:1 -o inline:"b\n" unifdef -DFOO -UFOO <file38 atf_check -s exit:1 -o inline:"b\n" unifdef -DFOO -DFOO=0 <file46 atf_check unifdef -s -DFOO -UFOO /dev/null47 atf_check unifdef -s -DFOO -DBAR=FOO /dev/null
5 echo Your copy of unifdef is incomplete 1>&222 [ unifdef -nt unifdef.c ] &&23 [ unifdef -nt unifdef.h ] &&
3 make unifdef.txt4 cp unifdef.txt web16 rsync --recursive --links --delete .git/ chiark:public-git/unifdef.git/17 rsync --recursive --links web/ chiark:public-html/prog/unifdef/
4 rewriteRoot = svn://svn.FreeBSD.org/base/head/usr.bin/unifdef5 url = svn+ssh://fanf@svn.FreeBSD.org/base/head/usr.bin/unifdef8 url = git@github.com:fanf2/unifdef.git
1 .PATH: ${SRCTOP}/contrib/unifdef3 PROG= unifdef5 MLINKS= unifdef.1 unifdefall.1
52 atf_check -o file:input unifdef -Ubar input60 atf_check -o file:input unifdef -Ubar input