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

/freebsd-10-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-10-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-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2424 size_t typelen; local
2511 typelen = strlen(gettext(typestr));
2513 if (typelen > cb->cb_width[typeidx])
2514 cb->cb_width[typeidx] = typelen;

Completed in 120 milliseconds