| /src/external/mpl/dhcp/dist/common/tests/ |
| test_alloc.c | 512 struct data_string new_string, copy_string; local 519 memset(©_string, 0, sizeof(copy_string)); 523 memcpy(©_string, &new_string, sizeof(new_string)); 527 if (memcmp(©_string, &new_string, sizeof(new_string)) != 0) { 538 memcpy(©_string, &new_string, sizeof(new_string)); 546 (&new_string.buffer == ©_string.buffer) || 547 (new_string.len != copy_string.len) ||
|
| test_alloc.c | 512 struct data_string new_string, copy_string; local 519 memset(©_string, 0, sizeof(copy_string)); 523 memcpy(©_string, &new_string, sizeof(new_string)); 527 if (memcmp(©_string, &new_string, sizeof(new_string)) != 0) { 538 memcpy(©_string, &new_string, sizeof(new_string)); 546 (&new_string.buffer == ©_string.buffer) || 547 (new_string.len != copy_string.len) ||
|
| /src/external/gpl2/texinfo/dist/util/ |
| install-info.c | 194 copy_string (const char *string, int size) 284 return copy_string (item_text, p - item_text); 326 return copy_string (item_text, p - item_text); 893 next->name = copy_string (lines[i].start + prefix_length, 945 = copy_string (start_of_this_entry, 1019 (*nodes)->name = copy_string (line + j, end - j); 1071 next->name = copy_string (lines[i].start, lines[i].size); 190 copy_string (const char *string, int size) function
|
| install-info.c | 194 copy_string (const char *string, int size) 284 return copy_string (item_text, p - item_text); 326 return copy_string (item_text, p - item_text); 893 next->name = copy_string (lines[i].start + prefix_length, 945 = copy_string (start_of_this_entry, 1019 (*nodes)->name = copy_string (line + j, end - j); 1071 next->name = copy_string (lines[i].start, lines[i].size); 190 copy_string (const char *string, int size) function
|
| /src/external/bsd/byacc/dist/ |
| reader.c | 681 copy_string(int quote) function 929 char *s = copy_string(c); 1089 char *s = copy_string(c); 3262 char *s = copy_string(c); 3377 char *s = copy_string(c);
|
| reader.c | 681 copy_string(int quote) function 929 char *s = copy_string(c); 1089 char *s = copy_string(c); 3262 char *s = copy_string(c); 3377 char *s = copy_string(c);
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| parser.c | 116 copy_string(cfg_parser_t *pctx, const cfg_obj_t *obj, isc_textregion_t *dst); 1548 copy_string(cfg_parser_t *pctx, const cfg_obj_t *obj, isc_textregion_t *dst) { function 3291 copy_string(pctx, tls,
|
| parser.c | 116 copy_string(cfg_parser_t *pctx, const cfg_obj_t *obj, isc_textregion_t *dst); 1548 copy_string(cfg_parser_t *pctx, const cfg_obj_t *obj, isc_textregion_t *dst) { function 3291 copy_string(pctx, tls,
|
| /src/usr.sbin/syslogd/ |
| syslogd.c | 4822 copy_string(char **mem, const char *p, const char *q) function 4846 if (!(copy_string(mem, *p, q))) 4890 if (q-*p == 0 || !(copy_string(mem, *p, q)))
|
| syslogd.c | 4822 copy_string(char **mem, const char *p, const char *q) function 4846 if (!(copy_string(mem, *p, q))) 4890 if (q-*p == 0 || !(copy_string(mem, *p, q)))
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_rar5.c | 3111 static int copy_string(struct archive_read* a, int len, int dist) { function 3305 if(ARCHIVE_OK != copy_string(a, len, dist)) 3318 if(ARCHIVE_OK != copy_string(a, 3347 if(ARCHIVE_OK != copy_string(a, len, dist))
|
| archive_read_support_format_rar5.c | 3111 static int copy_string(struct archive_read* a, int len, int dist) { function 3305 if(ARCHIVE_OK != copy_string(a, len, dist)) 3318 if(ARCHIVE_OK != copy_string(a, 3347 if(ARCHIVE_OK != copy_string(a, len, dist))
|