Home
last modified time | relevance | path

Searched refs:copy_string (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/dist/common/tests/
H A Dtest_alloc.c512 struct data_string new_string, copy_string; in ATF_TC_BODY() local
519 memset(&copy_string, 0, sizeof(copy_string)); in ATF_TC_BODY()
523 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
527 if (memcmp(&copy_string, &new_string, sizeof(new_string)) != 0) { in ATF_TC_BODY()
538 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
546 (&new_string.buffer == &copy_string.buffer) || in ATF_TC_BODY()
547 (new_string.len != copy_string.len) || in ATF_TC_BODY()
/netbsd-src/sys/arch/x68k/stand/common/
H A Dxprintf.c134 copy_string: in xvsnprintf()
141 goto copy_string; in xvsnprintf()
153 goto copy_string; in xvsnprintf()
157 goto copy_string; in xvsnprintf()
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c190 copy_string (const char *string, int size) in copy_string() function
278 return copy_string (item_text, p - item_text); in extract_menu_item_name()
320 return copy_string (item_text, p - item_text); in extract_menu_file_name()
880 next->name = copy_string (lines[i].start + prefix_length, in parse_input()
932 = copy_string (start_of_this_entry, in parse_input()
1006 (*nodes)->name = copy_string (line + j, end - j); in parse_dir_file()
1058 next->name = copy_string (lines[i].start, lines[i].size); in parse_dir_file()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c36 String = copy_string(Message); in llvm_verify_module()
/netbsd-src/usr.sbin/syslogd/
H A Dextern.h83 extern bool copy_string(char **, const char *, const char *);
H A Dtls.c1159 if (!(copy_string(&(f->f_un.f_tls.tls_conn->hostname), p, q))) { in parse_tls_destination()
1171 if (!(copy_string(&(f->f_un.f_tls.tls_conn->port), p, q))) { in parse_tls_destination()
H A Dsyslogd.c4812 copy_string(char **mem, const char *p, const char *q)
4836 if (!(copy_string(mem, *p, q))) in copy_config_value_word()
4880 if (q-*p == 0 || !(copy_string(mem, *p, q))) in writev1()
4780 copy_string(char **mem, const char *p, const char *q) copy_string() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c63 value Copy = copy_string(StringRep); in llvm_datalayout_as_string()
/netbsd-src/external/bsd/flex/dist/po/
H A Dru.po974 #~ msgid "dynamic memory failure in copy_string()"
975 #~ msgstr "ошибка при работе с динамической памятью в copy_string()"
H A Dsr.po962 #~ msgid "dynamic memory failure in copy_string()"
963 #~ msgstr "неуспех динамичке меморије у „copy_string()“"
H A Dko.po1037 #~ msgid "dynamic memory failure in copy_string()"
1038 #~ msgstr "copy_string()���� ���� �޸� �Ҵ��� �����߽��ϴ�"
H A Dnl.po969 #~ msgid "dynamic memory failure in copy_string()"
970 #~ msgstr "dynamische geheugenfout in copy_string()"
H A Dda.po958 #~ msgid "dynamic memory failure in copy_string()"
959 #~ msgstr "dynamisk hukommelsesfejl i copy_string()"
H A Deo.po955 #~ msgid "dynamic memory failure in copy_string()"
956 #~ msgstr "fiasko de dinamika memoro en copy_string()"
H A Dsv.po963 #~ msgid "dynamic memory failure in copy_string()"
964 #~ msgstr "dynamiskt minnesfel i copy_string()"
H A Dde.po967 #~ msgid "dynamic memory failure in copy_string()"
968 #~ msgstr "Fehler beim dynamischen Speicher in copy_string()"
H A Dfi.po975 #~ msgid "dynamic memory failure in copy_string()"
976 #~ msgstr "dynaaminen muistivirhe funktiossa copy_string()"
H A Dpt_BR.po967 #~ msgid "dynamic memory failure in copy_string()"
968 #~ msgstr "falha dinâmica de memória em copy_string()"
H A Dpl.po963 #~ msgid "dynamic memory failure in copy_string()"
964 #~ msgstr "niepowodzenie dynamicznej pami�ci w copy_string()"
H A Dtr.po966 #~ msgid "dynamic memory failure in copy_string()"
967 #~ msgstr "copy_string() içinde dinamik bellek hatası"
H A Dga.po960 #~ msgid "dynamic memory failure in copy_string()"
961 #~ msgstr "theip ar chuimhne dhinimiciúil i copy_string()"
H A Dca.po984 #~ msgid "dynamic memory failure in copy_string()"
985 #~ msgstr "errada de la memòria dinàmica en copy_string()"
H A Dfr.po978 #~ msgid "dynamic memory failure in copy_string()"
979 #~ msgstr "échec de mémoire dynamique dans copy_string()"
H A Dvi.po976 #~ msgid "dynamic memory failure in copy_string()"
977 #~ msgstr "bộ nhớ động đã thất bại trong copy_string() (sao chép chuỗi)"
H A Dzh_CN.po948 #~ msgid "dynamic memory failure in copy_string()"

12