Searched refs:filt (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dcups-get-classes.c44 papi_filter_t filt; local
68 filt.type = PAPI_FILTER_BITMASK;
69 filt.filter.bitmask.mask = ~PAPI_PRINTER_CLASS;
70 filt.filter.bitmask.value = PAPI_PRINTER_CLASS;
72 status = papiPrintersList(svc, req_attrs, &filt, &p);
H A Dcups-get-printers.c44 papi_filter_t filt; local
68 filt.type = PAPI_FILTER_BITMASK;
69 filt.filter.bitmask.mask = ~PAPI_PRINTER_CLASS;
70 filt.filter.bitmask.value = PAPI_PRINTER_LOCAL | PAPI_PRINTER_REMOTE;
73 status = papiPrintersList(svc, req_attrs, &filt, &p);
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c60 char *filt[FL_MAX], local
87 getfields(fd, filt, buf, sizeof(buf), FL_MAX, FL_SEP) != -1;
110 #define DFLT(X) (filt[X] && *filt[X]? filt[X] : NAME_ANY)
112 pf->name = Strdup(filt[FL_NAME]);
113 pf->type = s_to_filtertype(filt[FL_TYPE]);
114 pf->command = Strdup(filt[FL_CMD]);
138 list = getlist(filt[FL_TMPS], "", LP_SEP);
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c563 filter_add(char **filt, char *what, uintptr_t base, uintptr_t size) argument
568 if (*filt == NULL) {
569 *filt = malloc(1);
570 *filt[0] = '\0';
573 (void) sprintf(c, "%s(%s >= 0x%p && %s < 0x%p)", *filt[0] != '\0' ?
576 newlen = (len = strlen(*filt) + 1) + strlen(c);
578 bcopy(*filt, new, len);
580 free(*filt);
581 *filt = new;
585 filter_destroy(char **filt) argument
1032 char *filt = NULL, *ifilt = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c650 pkgopenfilter(PKGserver server, const char *filt) argument
654 int clen = filt == NULL ? 0 : strlen(filt);
666 if (filt != NULL)
667 (void) strcpy(pfcmd->buf, filt);
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh711 filt=$(for i in $(cat $fspaxfile)
722 list=$(cd "$source_dir" && ls -d * | egrep -v "$filt")

Completed in 174 milliseconds