Home
last modified time | relevance | path

Searched refs:vstring_prepend (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddata_redirect.c130 vstring_prepend(result, PATH_DELIMITER, sizeof(PATH_DELIMITER) - 1); in data_redirect_path()
131 vstring_prepend(result, var_data_dir, strlen(var_data_dir)); in data_redirect_path()
191 vstring_prepend(result, MAP_DELIMITER, sizeof(MAP_DELIMITER) - 1); in data_redirect_map()
192 vstring_prepend(result, map_type, map_type_len); in data_redirect_map()
H A Dpipe_command.c676 vstring_prepend(why->reason, "Command failed: ", in pipe_command()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.h48 extern VSTRING *vstring_prepend(VSTRING *, const char *, ssize_t);
H A Dvstring.c568 VSTRING *vstring_prepend(VSTRING *vp, const char *buf, ssize_t len) in vstring_prepend() function
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_deliver.c344 vstring_prepend(dsb->reason, SUSPENDED, sizeof(SUSPENDED) - 1); in qmgr_deliver_update()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_deliver.c349 vstring_prepend(dsb->reason, SUSPENDED, sizeof(SUSPENDED) - 1); in qmgr_deliver_update()