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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c178 #define LEOF 6 /* end of file */ macro
292 case LEOF:
330 return (LEOF);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c101 static char *LEOF = "_"; variable
204 LEOF = optarg; /* can be empty */
212 LEOF = optarg;
653 if (strcmp(xarg, LEOF) == 0 && *LEOF != '\0') {

Completed in 79 milliseconds