Searched refs:ENV_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
36 #define ENV_PREFIX_LEN (strlen(ENV_PREFIX_STR) + \ macro77 ev->buf = kzalloc(ENV_SENDER_LEN + ENV_PREFIX_LEN + in smsg_app_event_alloc()87 ev->envp[2] = ev->envp[1] + ENV_PREFIX_LEN; in smsg_app_event_alloc()92 snprintf(ev->envp[1], ENV_PREFIX_LEN, ENV_PREFIX_STR "%s", SMSG_PREFIX); in smsg_app_event_alloc()
Completed in 5 milliseconds