Searched refs:ENV_SENDER_STR (Results 1 – 1 of 1) sorted by relevance
32 #define ENV_SENDER_STR "SMSG_SENDER=" macro33 #define ENV_SENDER_LEN (strlen(ENV_SENDER_STR) + 8 + 1)90 snprintf(ev->envp[0], ENV_SENDER_LEN, ENV_SENDER_STR "%s", from); in smsg_app_event_alloc()