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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c42 #define has(word) (strncmp(buf, word, strlen(word)) == 0) macro
125 if (!has("%%"))
127 else if (has("%%Page: ")) {
135 } else if (has("%%EndPage: ")) {
143 } else if (has("%%BoundingBox:"))
146 else if (has("%%EndProlog") || has("%%EndSetup") ||
147 has("%%EndDocumentSetup"))
149 else if (has("%%Trailer"))
151 else if (has("
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c295 (void) fprintf(stderr, gettext("The log has been"
618 int has; local
620 has = (findopt(mnt->mnt_mntopts, opt) != NULL);
622 return (has);
650 * mnt->mnt_ops has un-eaten opts, opts is the original opts list.

Completed in 57 milliseconds