Searched refs:typelen (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c77 size_t typelen; local
87 typelen = p - passwd + 1;
88 strlcpy(salt, passwd, MIN(typelen, sizeof(salt)));
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l110 size_t typelen;
121 for (typelen = namestart - typestart;
122 ISSPACE (typestart[typelen-1]);
123 typelen--)
126 t = create_scalar_type (typestart, typelen);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h451 * @param[in] typelen, namelen - a length of string for appropriate objtype and objname parameter
457 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute);
458 int LIBITTAPI __itt_notify_sync_nameW(void *addr, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute);
465 int LIBITTAPI __itt_notify_sync_name(void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute);
472 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute))
473 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, (void *addr, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute))
475 ITT_STUB(LIBITTAPI, int, notify_sync_name, (void *addr, const char *objtype, int typelen, const char *objname, int namelen, int attribute))
488 #define __itt_notify_sync_nameA(addr, objtype, typelen, objname, namelen, attribute)
490 #define __itt_notify_sync_nameW(addr, objtype, typelen, objname, namelen, attribute)
493 #define __itt_notify_sync_name(addr, objtype, typelen, objnam
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_dcb.h151 __be16 typelen; member in struct:i40e_cee_tlv_hdr
H A Di40e_dcb.c393 typelength = I40E_NTOHS(tlv->hdr.typelen);
467 typelength = I40E_NTOHS(sub_tlv->hdr.typelen);
489 sizeof(sub_tlv->hdr.typelen) +
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h223 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_nameA, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", %d, \"%s\", %d, %x")
224 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, (void *p, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_nameW, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%S\", %d, \"%S\", %d, %x")
226 ITT_STUB(LIBITTAPI, int, notify_sync_name, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribute), (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute), notify_sync_name, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", %d, \"%s\", %d, %x")
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2456 size_t typelen; local
2543 typelen = strlen(gettext(typestr));
2545 if (typelen > cb->cb_width[typeidx])
2546 cb->cb_width[typeidx] = typelen;

Completed in 110 milliseconds