Home
last modified time | relevance | path

Searched refs:comlen (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c99 ulong_t comlen = 0; variable
177 comlen = strlen(optarg)+1; in main()
/titanic_53/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c2184 int comlen; in pppopen() local
2279 …if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0],… in pppopen()
2338 if (*s == *com && !strncmp(s, com, comlen)) in pppopen()
2412 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen()
2415 proto->op += comlen; in pppopen()
2440 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen()
2443 proto->op += comlen; in pppopen()
/titanic_53/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c253 int comlen; in output_xattr_header() local
278 comlen = namesz + sizeof (struct xattr_buf); in output_xattr_header()
320 "%0*d", sizeof (xhdr->h_component_len) - 1, comlen); in output_xattr_header()
/titanic_53/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2310 size_t comlen; in fsck_active() local
2325 comlen = ulp->ul_lockfs.lf_comlen; in fsck_active()
2329 if (!cp || comlen == 0) { in fsck_active()
2334 for (found = i = 0; !found && i < (comlen - PIDSTRLEN); i++, cp++) in fsck_active()
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c4436 int comlen; local
4521 …if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto-…
4580 if (*s == *com && !sstrncmp( s, com, comlen))
4654 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-…
4657 proto->op += comlen;
4682 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-…
4685 proto->op += comlen;