HomeSort by: relevance | last modified time | path
    Searched refs:data_string_new (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/tests/
test_alloc.c 409 ATF_TC(data_string_new); variable
411 ATF_TC_HEAD(data_string_new, tc) {
412 atf_tc_set_md_var(tc, "descr", "data_string_new test, "
413 "exercises data_string_new function");
416 ATF_TC_BODY(data_string_new, tc) {
423 if (data_string_new(NULL, src, len_arg, MDL)) {
428 if (data_string_new(&new_string, NULL, 10, MDL)) {
434 if (data_string_new(&new_string, src, len_arg, MDL) == 0) {
445 if (data_string_new(&new_string, src, len_arg, MDL) == 0) {
456 if (data_string_new(&new_string, "", len_arg, MDL) == 0)
    [all...]
  /src/external/mpl/dhcp/dist/common/
alloc.c 1277 data_string_new(struct data_string *new_string, function
1284 log_error("data_string_new: new_string cannot be NULL %s(%d)",
1290 log_error("data_string_new: src cannot be NULL %s(%d)",
1303 log_error("data_string_new: No memory %s(%d)", file, line);
1400 if (data_string_new(str, (const char*)temp.data, temp.len,
  /src/external/mpl/dhcp/dist/server/
ddns.c 272 s1 = ((data_string_new(&ddns_hostname,
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2587 int data_string_new(struct data_string *, const char *, unsigned int,

Completed in 20 milliseconds