HomeSort by relevance Sort by last modified time
    Searched defs:has (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
ps_include.c 52 #define has(word) (strncmp(buf, word, strlen(word)) == 0) macro
123 if (!has("%%"))
125 else if (has("%%Page: ")) {
133 } else if (has("%%EndPage: ")) {
141 } else if (has("%%BoundingBox:"))
143 else if (has("%%EndProlog") || has("%%EndSetup") || has("%%EndDocumentSetup"))
145 else if (has("%%Trailer"))
147 else if (has("%%BeginGlobal"))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mount/
mount.c 295 (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 120 milliseconds