Searched refs:comlen (Results 1 – 5 of 5) sorted by relevance
| /titanic_53/usr/src/cmd/fs.d/ufs/lockfs/ |
| H A D | lockfs.c | 99 ulong_t comlen = 0; variable 177 comlen = strlen(optarg)+1; in main()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libpp/ |
| H A D | ppproto.c | 2184 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 D | tlm_backup_reader.c | 253 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 D | ufs_panic.c | 2310 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 D | proto.c | 4436 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;
|