Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c104 static char *LEOF = "_"; variable
217 LEOF = optarg; /* can be empty */ in main()
225 LEOF = optarg; in main()
701 if (strcmp(xarg, LEOF) == 0 && *LEOF != '\0') { in getarg()
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c176 #define LEOF 6 /* end of file */ macro
290 case LEOF: in doif()
328 return (LEOF); in checkline()