Lines Matching refs:vstring_strcpy
217 vstring_strcpy((dsb)->action, !NULL_OR_EMPTY(act) ? (act) : "")
224 vstring_strcpy((dsb)->mtype, (type)); \
225 vstring_strcpy((dsb)->mname, (name)); \
234 vstring_strcpy((dsb)->dtype, (type)); \
235 vstring_strcpy((dsb)->dtext, (text)); \
248 vstring_strcpy(dsb->status, status); in dsb_update()
264 vstring_strcpy(dsb->status, status); in vdsb_simple()
294 vstring_strcpy(dsb->status, status); in dsb_unix()
298 vstring_strcpy(dsb->dtype, DSB_DTYPE_UNIX); in dsb_unix()
299 vstring_strcpy(dsb->dtext, dtext); in dsb_unix()
313 vstring_strcpy(dsb->status, status); in dsb_formal()
324 vstring_strcpy(dsb->status, status); in dsb_status()