Searched refs:decomp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) in decomp() function 94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags)) in decomp() 97 …if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, fl… in decomp() 147 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags)) in decomp() 324 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags)) in decomp() 332 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags)) in decomp() 335 if (decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags)) in decomp() 342 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags)) in decomp() 352 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags)) in decomp() 359 …if (e->re.group.expr.binary.left && decomp(e->re.group.expr.binary.left, sp, type, delimiter, flag… in decomp() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 287 bsd_alloc(options, opt_len, decomp) in bsd_alloc() argument 289 int opt_len, decomp; 335 if (!decomp) { 377 bsd_init(db, options, opt_len, unit, hdrlen, mru, debug, decomp) in bsd_init() argument 380 int opt_len, unit, hdrlen, mru, debug, decomp; 388 || decomp && db->lens == NULL) 391 if (decomp) {
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 347 bsd_alloc(uchar_t *options, int opt_len, int decomp) in bsd_alloc() argument 413 if (decomp) in bsd_alloc() 422 if (!decomp) { in bsd_alloc() 478 int hdrlen, int mru, int debug, int decomp) in bsd_init() argument 487 decomp && db->lens == NULL) { in bsd_init() 492 if (decomp) { in bsd_init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | Makefile | 832 decomp.h \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-header.mf | 1008 file path=usr/include/sys/fs/decomp.h
|