Home | History | Annotate | Download | only in misc

Lines Matching defs:str_len

219 	int str_len;
221 str_len = strlen(process) + 1;
222 p = malloc(sizeof(struct user_ent) + str_len);