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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
docmd.c 588 if (except(name))
767 except(file) function
774 printf("except(%s)\n", file);
777 if (sc->sc_type != EXCEPT && sc->sc_type != PATTERN)
780 if (sc->sc_type == EXCEPT) {
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
getauditflags.c 6 * (the "License"). You may not use this file except in compliance
90 except_t except[2]; local
110 except[i].type = -1;
111 except[i].exception = -1;
184 except[0].type = i;
185 except[0].exception = lists[i].off;
195 except[0].type = COMMON;
196 except[0].exception = lists[COMMON].off;
199 except[1].type = i;
200 except[1].exception = lists[i].off
    [all...]

Completed in 1859 milliseconds