HomeSort by: relevance | last modified time | path
    Searched refs:buf (Results 1 - 25 of 4016) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_361.c 21 char buf[64]; local in function:old_style_number_base
24 snprintb(buf, sizeof(buf), "", 0);
26 snprintb(buf, sizeof(buf), "\002", 0);
27 snprintb(buf, sizeof(buf), "\010", 0);
28 snprintb(buf, sizeof(buf), "\n", 0);
29 snprintb(buf, sizeof(buf), "\020", 0)
38 char buf[64]; local in function:new_style_number_base
    [all...]
msg_366.c 25 char buf[64]; local in function:example
28 snprintb(buf, sizeof(buf),
35 snprintb(buf, sizeof(buf),
42 snprintb(buf, sizeof(buf),
48 snprintb(buf, sizeof(buf),
54 snprintb(buf, sizeof(buf)
    [all...]
msg_360.c 22 char buf[64]; local in function:new_style_number_base
25 snprintb(buf, sizeof(buf), "\177", 0);
27 snprintb(buf, sizeof(buf), "\177\002", 0);
msg_359.c 23 char buf[64]; local in function:old_style_number_base
26 snprintb(buf, sizeof(buf), "", 0);
27 snprintb(buf, sizeof(buf), "\010", 0);
28 snprintb(buf, sizeof(buf), "" "\177\020" "", 0);
msg_358.c 28 char buf[64]; local in function:examples
31 snprintb(buf, sizeof(buf),
36 snprintb(buf, sizeof(buf),
43 snprintb(buf, sizeof(buf),
48 snprintb(buf, sizeof(buf),
53 snprintb(buf, sizeof(buf)
    [all...]
msg_367.c 23 char buf[64]; local in function:old_style
29 snprintb(buf, sizeof(buf),
41 snprintb(buf, sizeof(buf),
50 snprintb(buf, sizeof(buf),
62 char buf[64]; local in function:new_style
65 snprintb(buf, sizeof(buf),
    [all...]
msg_386.c 21 char buf[50]; local in function:test_snprintb
23 snprintb(buf, sizeof buf,
msg_374.c 21 char buf[64]; local in function:example
24 snprintb(buf, sizeof(buf),
30 snprintb(buf, sizeof(buf),
36 snprintb(buf, sizeof(buf),
45 snprintb(buf, sizeof(buf),
msg_357.c 28 char buf[64]; local in function:examples
33 snprintb(buf, sizeof(buf),
40 snprintb(buf, sizeof(buf),
47 snprintb(buf, sizeof(buf),
54 snprintb(buf, sizeof(buf),
msg_363.c 23 char buf[64]; local in function:old_style_description
28 snprintb(buf, sizeof(buf),
40 snprintb(buf, sizeof(buf),
49 snprintb(buf, sizeof(buf),
60 snprintb(buf, sizeof(buf),
msg_364.c 21 char buf[64]; local in function:example
24 snprintb(buf, sizeof(buf),
31 snprintb(buf, sizeof(buf),
msg_365.c 20 char buf[64]; local in function:example
23 snprintb(buf, sizeof(buf),
30 snprintb(buf, sizeof(buf),
msg_368.c 21 char buf[64]; local in function:example
24 snprintb(buf, sizeof(buf),
30 snprintb(buf, sizeof(buf),
msg_370.c 23 char buf[64]; local in function:example
31 snprintb(buf, sizeof(buf),
45 snprintb(buf, sizeof(buf),
msg_373.c 22 char buf[64]; local in function:example
30 snprintb(buf, sizeof(buf),
40 snprintb(buf, sizeof(buf),
msg_377.c 24 char buf[64]; local in function:example
28 snprintb(buf, sizeof(buf),
36 snprintb(buf, sizeof(buf),
msg_369.c 23 char buf[64]; local in function:example
28 snprintb(buf, sizeof(buf),
38 snprintb(buf, sizeof(buf),
47 snprintb(buf, sizeof(buf),
msg_371.c 22 char buf[64]; local in function:example
28 snprintb(buf, sizeof(buf),
41 snprintb(buf, sizeof(buf),
55 snprintb(buf, sizeof(buf),
msg_376.c 20 char buf[64]; local in function:example
23 snprintb(buf, sizeof(buf),
41 snprintb(buf, sizeof(buf),
52 snprintb(buf, sizeof(buf),
msg_378.c 23 char buf[64]; local in function:example
26 snprintb(buf, sizeof(buf),
33 snprintb(buf, sizeof(buf),
43 snprintb(buf, sizeof(buf),
msg_362.c 21 char buf[64]; local in function:example
27 snprintb(buf, sizeof(buf),
msg_372.c 21 char buf[64]; local in function:example
29 snprintb(buf, sizeof(buf),
  /src/usr.bin/fmt/
buffer.h 46 buf_init(struct buffer *buf)
48 buf->ptr = buf->bptr = calloc(BUF_SIZE, sizeof(*buf->ptr));
49 if (buf->ptr == NULL)
51 buf->eptr = buf->ptr + BUF_SIZE;
55 buf_end(struct buffer *buf)
57 free(buf->bptr);
61 buf_grow(struct buffer *buf, size_t minsize
    [all...]
  /src/sys/arch/ia64/unwind/
decode.c 19 unwind_decode_ule128(char *buf, unsigned long *val)
25 val[0] += ((buf[i] & 0x7f) << (i * 7));
27 }while((0x80 & buf[i++]) && (i < 9));
34 buf+= i;
35 return buf;
40 unwind_decode_R1(char *buf, union unwind_desc *uwd)
43 if(!IS_R1(buf[0])) return NULL;
44 uwd->R1.r = ((buf[0] & 0x20) == 0x20);
45 uwd->R1.rlen = (buf[0] & 0x1f);
46 buf++
    [all...]
  /src/usr.sbin/sdpd/
compat.c 57 dun_profile(sdp_data_t *buf, void *arg, ssize_t len)
60 uint8_t *first = buf->next;
67 sdp_put_uint16(buf, SDP_ATTR_SERVICE_RECORD_HANDLE);
68 sdp_put_uint32(buf, 0x00000000);
70 sdp_put_uint16(buf, SDP_ATTR_SERVICE_CLASS_ID_LIST);
71 sdp_put_seq(buf, 3);
72 sdp_put_uuid16(buf, SDP_SERVICE_CLASS_DIALUP_NETWORKING);
74 sdp_put_uint16(buf, SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST);
75 sdp_put_seq(buf, 12);
76 sdp_put_seq(buf, 3)
    [all...]

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>