Searched defs:identical (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c231 * return non-0 if file is identical to fd
235 identical(char* file, int fd) function
1274 if (identical(pp.outfile, 0))
1275 error(3, "%s: identical to input", pp.outfile);
1307 if (!identical(p, 0))
1309 if (!identical(p, 1))

Completed in 45 milliseconds