Home
last modified time | relevance | path

Searched refs:appstrg (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/xlint/xlint/
Dxlint.c112 static void appstrg(char ***, char *);
134 appstrg(char ***lstp, char *s) in appstrg() function
151 appstrg(lstp, xstrdup(s)); in appcstrg()
260 appstrg(lstp, concat2("-D__", def)); in appdef()
261 appstrg(lstp, concat3("-D__", def, "__")); in appdef()
325 appstrg(&lcppflgs, concat2("-D", un.machine)); in main()
331 appstrg(&lcppflgs, concat2("-D", MACHINE_CPU)); in main()
336 appstrg(&lcppflgs, concat2("-D", MACHINE_ARCH)); in main()
411 appstrg(&lcppflgs, concat2("-D", MACHINE)); in main()
412 appstrg(&lcppflgs, concat2("-D", MACHINE_ARCH)); in main()
[all …]