Lines Matching refs: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);
306 int byte_count; /* number of bytes */
672 short bytes; /* length of string */
674 bytes = strlen(text) + 1;
675 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
680 adr_short(&adr, &bytes, 1);
681 adr_char(&adr, text, bytes);
697 short bytes; /* length of string */
699 bytes = (short)strlen(path) + 1;
701 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
706 adr_short(&adr, &bytes, 1);
707 adr_char(&adr, path, bytes);
849 au_to_opaque(char *opaque, short bytes)
855 if (bytes < 1)
858 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
863 adr_short(&adr, &bytes, 1);
864 adr_char(&adr, opaque, bytes);
1133 short bytes; /* length of string */
1135 bytes = strlen(text) + 1;
1137 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1142 adr_short(&adr, &bytes, 1);
1143 adr_char(&adr, text, bytes);
1159 short bytes; /* length of string */
1161 bytes = strlen(priv) + 1;
1164 bytes);
1170 adr_short(&adr, &bytes, 1);
1171 adr_char(&adr, priv, bytes);
1187 short bytes; /* length of string */
1189 bytes = (short)strlen(username) + 1;
1192 bytes);
1198 adr_short(&adr, &bytes, 1);
1199 adr_char(&adr, username, bytes);
1471 short bytes; /* length of string */
1476 bytes = strlen(name) + 1;
1477 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1482 adr_short(&adr, &bytes, 1);
1483 adr_char(&adr, name, bytes);
1499 short bytes; /* length of string */
1504 bytes = strlen(fmri) + 1;
1505 token = get_token((int)(sizeof (char) + sizeof (short) + bytes));
1510 adr_short(&adr, &bytes, 1);
1511 adr_char(&adr, fmri, bytes);