Searched refs:v_str (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_mps.c556 p_mps_str_send_2(value v_portid, type t_portid, value v_str, type t_str) argument
575 msg_count = StringLength(v_str) + 1;
579 bmem_cpy((bmem_address_t) msg_data, (bmem_address_t) StringStart(v_str),
607 p_mps_str_receive_2(value v_portid, type t_portid, value v_str, type t_str) argument
639 Return_Unify_String(v_str,t_str,v.ptr);

Completed in 27 milliseconds