Searched refs:full (Results 1 – 25 of 132) sorted by relevance
123456
/glibc-2.36/support/ |
D | support_format_dns_packet.c | 77 extract_name (struct in_buffer full, struct in_buffer *in, struct dname *value) in extract_name() argument 79 const unsigned char *full_end = full.data + full.size; in extract_name() 82 (!(in->data < full.data || in->data > full_end in extract_name() 84 int ret = dn_expand (full.data, full_end, in->data, in extract_name() 94 extract_name_data (struct in_buffer full, struct in_buffer *rdata, in extract_name_data() argument 98 if (extract_name (full, rdata, &name)) in extract_name_data() 107 struct in_buffer full = { buffer, length }; in support_format_dns_packet() local 108 struct in_buffer in = full; in support_format_dns_packet() 134 if (!extract_name (full, &in, &qname)) in support_format_dns_packet() 158 if (!extract_name (full, &in, &rname)) in support_format_dns_packet() [all …]
|
/glibc-2.36/sysdeps/alpha/alphaev67/ |
D | stpncpy.S | 47 bne a2, $multiword # do we have full words left? 73 beq a2, 1f # loop over full words remaining
|
/glibc-2.36/localedata/locales/ |
D | sah_RU | 134 % day - The full names of the week days: 154 % mon - The full names of the months (genitive case) - 171 % alt_mon - The full names of the months (nominative case) - 221 % %B - full month name,
|
D | en_NG | 90 % day - The full names of the week days: 107 % mon - The full names of the months -
|
D | wae_CH | 65 % day - The full names of the week days: 90 % mon - The full names of the months -
|
D | nso_ZA | 88 % day - The full names of the week days: 106 % mon - The full names of the months -
|
D | zu_ZA | 99 % day - The full names of the week days: 116 % mon - The full names of the months
|
D | ro_RO | 167 % and the separator between the groups is the full stop (dot) 190 % and the separator between groups is full stop 219 % All month abbreviations are composed of the first three letters of the full
|
D | ve_ZA | 97 % day - The full names of the week days: 116 % mon - The full names of the months -
|
D | xh_ZA | 94 % The full names of the week days: 111 % The full names of the months -
|
D | tn_ZA | 92 % day - The full names of the week days: 109 % mon - The full names of the months
|
D | ss_ZA | 97 % day - The full names of the week days: 114 % mon - The full names of the months
|
D | nr_ZA | 92 % day - The full names of the week days 109 % mon - The full names of the months
|
D | ts_ZA | 93 % day - The full names of the week days: 111 % mon - The full names of the months -
|
D | st_ZA | 93 % day - The full names of the week days: 110 % mon - The full names of the months
|
D | af_ZA | 92 % day - The full names of the week days: 106 % mon - The full names of the months -
|
D | en_ZA | 119 % day - The full names of the week days 136 % mon - The full names of the months
|
D | lg_UG | 148 % The full names of the week days - Sabiiti, Balaza, Lwakubiri, Lwakusatu, Lwakuna 173 % The full names of the months - Janwaliyo, Febwaliyo, Marisi, Apuli, Maayi,
|
D | hr_HR | 238 % %A - full weekday name 240 % %B - full month name (genitive case)
|
/glibc-2.36/manual/ |
D | README.tunables | 105 To get and set tunables in a different namespace from that module, use the full 124 from that module, use the full form of the macros as follows: 134 TUNABLE_GET_FULL, so you will need to provide full namespace information for
|
/glibc-2.36/sysdeps/alpha/ |
D | strncmp.S | 59 srl a2, 3, a2 # remaining full words in s1 count 137 srl a3, 3, a3 # remaining full words in s2 count
|
D | strncpy.S | 41 bne a2, $multiword # do we have full words left?
|
D | stpncpy.S | 52 bne a2, $multiword # do we have full words left?
|
/glibc-2.36/sysdeps/powerpc/nofpu/ |
D | Makefile | 6 sim-full atomic-feholdexcept atomic-feclearexcept \
|
/glibc-2.36/mach/ |
D | err_server.sub | 65 "(server/env_mgr) port table full", 247 "(server/xkernel) map full",
|
123456