Lines Matching defs:bytes

211 	short bytes;			/* length of string */
213 bytes = strlen(text) + 1;
216 sizeof (short) + bytes));
223 adr_short(&adr, &bytes, 1);
224 adr_char(&adr, text, bytes);
240 short bytes; /* length of string */
242 bytes = strlen(text) + 1;
245 sizeof (short) + bytes));
252 adr_short(&adr, &bytes, 1);
253 adr_char(&adr, text, bytes);
315 int byte_count; /* number of bytes */
709 short bytes; /* length of string */
711 bytes = strlen(text) + 1;
712 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
717 adr_short(&adr, &bytes, 1);
718 adr_char(&adr, text, bytes);
734 short bytes; /* length of string */
736 bytes = (short)strlen(path) + 1;
738 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
743 adr_short(&adr, &bytes, 1);
744 adr_char(&adr, path, bytes);
886 au_to_opaque(char *opaque, short bytes)
892 if (bytes < 1)
895 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
900 adr_short(&adr, &bytes, 1);
901 adr_char(&adr, opaque, bytes);
1170 short bytes; /* length of string */
1172 bytes = strlen(text) + 1;
1174 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1179 adr_short(&adr, &bytes, 1);
1180 adr_char(&adr, text, bytes);
1196 short bytes; /* length of string */
1198 bytes = strlen(priv) + 1;
1201 bytes);
1207 adr_short(&adr, &bytes, 1);
1208 adr_char(&adr, priv, bytes);
1224 short bytes; /* length of string */
1226 bytes = (short)strlen(username) + 1;
1229 bytes);
1235 adr_short(&adr, &bytes, 1);
1236 adr_char(&adr, username, bytes);
1508 short bytes; /* length of string */
1513 bytes = strlen(name) + 1;
1514 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1519 adr_short(&adr, &bytes, 1);
1520 adr_char(&adr, name, bytes);
1536 short bytes; /* length of string */
1541 bytes = strlen(fmri) + 1;
1542 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1547 adr_short(&adr, &bytes, 1);
1548 adr_char(&adr, fmri, bytes);