Searched refs:n_bytes (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dprintdata.h46 fprint_bytes(FILE * out_f, const uint8_t * data_p, int n_bytes);
53 int n_bytes);
56 int n_bytes);
H A Dprintdata.c42 int n_bytes)
46 for (i = 0; i < n_bytes; i++) {
65 int n_bytes)
72 for (line_pos = 0, offset = 0; offset < n_bytes; offset++, data_p++) {
103 fprint_bytes(FILE * out_f, const uint8_t * data_p, int n_bytes) argument
111 print_bytes_cfstr(str, data_p, n_bytes);
119 fprint_data(FILE * out_f, const uint8_t * data_p, int n_bytes) argument
124 print_data_cfstr(str, data_p, n_bytes);
41 print_bytes_cfstr(CFMutableStringRef str, const uint8_t * data_p, int n_bytes) argument
64 print_data_cfstr(CFMutableStringRef str, const uint8_t * data_p, int n_bytes) argument
/macosx-10.10/OpenSSH-189/openssh/
H A Dttymodes.c353 int n_bytes = 0; local
380 n_bytes += 1;
389 n_bytes += 4;
399 n_bytes += 4;
408 n_bytes += arg_size; \
413 n_bytes += arg_size; \
437 n_bytes += 1;
441 n_bytes += 4;
465 n_bytes += 4;
478 if (*n_bytes_ptr != n_bytes) {
[all...]
H A Dsession.c2045 int n_bytes; local
2089 n_bytes = packet_remaining();
2090 tty_parse_modes(s->ttyfd, &n_bytes);
/macosx-10.10/bootp-298/bootplib/
H A Dutil.h134 int n_bytes);
135 void print_data(const uint8_t * data_p, int n_bytes);
136 void fprint_data(FILE * f, const uint8_t * data_p, int n_bytes);
143 void fprint_bytes(FILE * out_f, uint8_t * data_p, int n_bytes);
144 void fprint_bytes_sep(FILE * out_f, uint8_t * data_p, int n_bytes,
H A Dutil.c183 int n_bytes)
190 for (line_pos = 0, offset = 0; offset < n_bytes; offset++, data_p++) {
222 fprint_data(FILE * out_f, const uint8_t * data_p, int n_bytes) argument
227 print_data_cfstr(str, data_p, n_bytes);
235 print_data(const uint8_t * data_p, int n_bytes) argument
237 fprint_data(stdout, data_p, n_bytes);
242 print_bytes_sep_cfstr(CFMutableStringRef str, uint8_t * data_p, int n_bytes, argument
247 for (i = 0; i < n_bytes; i++) {
277 fprint_bytes_sep(FILE * out_f, uint8_t * data_p, int n_bytes, char separator) argument
282 print_bytes_sep_cfstr(str, data_p, n_bytes, separato
182 print_data_cfstr(CFMutableStringRef str, const uint8_t * data_p, int n_bytes) argument
[all...]
H A Dhost_identifier.c157 printData(u_char * data_p, int n_bytes) argument
164 for (line_pos = 0, offset = 0; offset < n_bytes; offset++, data_p++) {
/macosx-10.10/NFS-82/rpc.lockd/
H A Dkern.c478 arg4.cookie.n_bytes = (uint8_t *)&msg->lm_xid;
482 arg4.alock.fh.n_bytes = (uint8_t *)&msg->lm_fh;
484 arg4.alock.oh.n_bytes = (uint8_t *)&owner;
499 arg.cookie.n_bytes = (uint8_t *)&msg->lm_xid;
503 arg.alock.fh.n_bytes = (uint8_t *)&msg->lm_fh;
505 arg.alock.oh.n_bytes = (uint8_t *)&owner;
544 arg4.cookie.n_bytes = (uint8_t *)&msg->lm_xid;
549 arg4.alock.fh.n_bytes = (uint8_t *)&msg->lm_fh;
551 arg4.alock.oh.n_bytes = (uint8_t *)&owner;
566 arg.cookie.n_bytes
[all...]
H A Dlockd_lock.c363 dump_static_object((const unsigned char *)nobj->n_bytes, nobj->n_len,
387 dump_static_object((unsigned char *)&fl->filehandle.n_bytes,
420 dest->oh.n_bytes = src->oh.n_bytes;
452 newfl->client.oh.n_bytes = malloc(lockowner->n_len);
453 if (newfl->client.oh.n_bytes == NULL) {
458 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len);
460 newfl->filehandle.n_bytes = malloc(filehandle->n_len);
461 if (newfl->filehandle.n_bytes
[all...]
H A Dtest.c354 arg.cookie.n_bytes = "hello";
361 arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x00\x5b\x7c\xff\xff\xff\xec\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x54\xef\xbf\xd7\x94";
363 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3";
369 res_block.cookie.n_bytes = "hello";
H A Dlock_proc.c140 snprintf(tmp1, 2+1, "%02X", *(obj->n_bytes+i));
141 snprintf(tmp2, 1+1, "%c", *(obj->n_bytes+i));
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c162 uint32_t n_bytes; local
172 n_bytes = end.byte - start.byte;
174 while (n_bytes >= (sizeof(uint32_t))) {
177 n_bytes -= sizeof(uint32_t);
179 if (n_bytes >= sizeof(u_short)) {
182 n_bytes -= sizeof(u_short);
184 if (n_bytes == 1) {
187 n_bytes = 0;
228 uint32_t n_bytes; local
246 n_bytes
[all...]
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_converter.h57 size_t smb_utf16_strnsize(const uint16_t *s, size_t n_bytes);
H A Dsmb_converter.c417 * Does the same thing as strnlen, except on a utf16 string. The n_bytes is the
422 smb_utf16_strnsize(const uint16_t *s, size_t n_bytes) argument
427 es += (n_bytes / 2);
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dpop.rb432 @n_bytes = nil
598 @n_bytes = nil
625 @n_mails, @n_bytes = command().stat
630 def n_bytes method in class:Net.POP3.command
631 return @n_bytes if @n_bytes
632 @n_mails, @n_bytes = command().stat
633 @n_bytes
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dsysconfig.c314 int n_bytes = 0; local
318 n_bytes = (int)CFArrayGetCount(arr);
320 if (n_bytes == 0) {
323 bytes = (uint8_t *)malloc(n_bytes);
325 for (i = 0; i < n_bytes; i++) {
331 *len = n_bytes;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DDHCP.c316 print_data(u_char * data_p, int n_bytes) argument
323 for (line_pos = 0, offset = 0; offset < n_bytes; offset++, data_p++) {
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr.h417 char *n_bytes; member in struct:netobj
H A Dxdr.c636 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ));
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c502 write_bytes (const char *buf, size_t n_bytes, FILE *fp, const char *output_file) argument
504 if (fwrite (buf, 1, n_bytes, fp) != n_bytes)

Completed in 291 milliseconds