OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:output_filename
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/xlint/
xlint.c
97
static char *
output_filename
; /* filename for -o */
variable in typeref:typename:char *
432
if (
output_filename
!= NULL) {
433
ofn =
output_filename
;
434
output_filename
= NULL;
696
if (
output_filename
!= NULL || iflag)
728
if (
output_filename
!= NULL)
733
output_filename
= xstrdup(optarg);
799
if (
output_filename
== NULL) {
810
if (
output_filename
!= NULL)
811
cat(&lint2.input_files,
output_filename
);
[
all
...]
xlint.c
97
static char *
output_filename
; /* filename for -o */
variable in typeref:typename:char *
432
if (
output_filename
!= NULL) {
433
ofn =
output_filename
;
434
output_filename
= NULL;
696
if (
output_filename
!= NULL || iflag)
728
if (
output_filename
!= NULL)
733
output_filename
= xstrdup(optarg);
799
if (
output_filename
== NULL) {
810
if (
output_filename
!= NULL)
811
cat(&lint2.input_files,
output_filename
);
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025