Lines Matching refs:xmalloc
947 u->home = xmalloc(strlen(pw->pw_dir) + 1); in mod_ctab()
958 u->home = xmalloc(strlen(pw->pw_dir) + 1); in mod_ctab()
962 u->home = xmalloc(strlen(pw->pw_dir) + 1); in mod_ctab()
1069 e = xmalloc(sizeof (struct event)); in add_atevent()
1071 e->cmd = xmalloc(strlen(job) + 1); in add_atevent()
1228 e = xmalloc(sizeof (struct event)); in readcron()
1262 e->cmd = xmalloc(cursor-start + 1); in readcron()
1267 e->of.ct.input = xmalloc(strlen(line)-cursor + 1); in readcron()
1325 cte_text = xmalloc(MAILBUFLEN); in cte_init()
1413 temp = xmalloc(strlen(MAIL) + strlen(usrname) + 2); in mail()
2194 rp->jobname = xmalloc(strlen(e->cmd) + 1); in ex()
2199 at_cmdfile = xmalloc(strlen(ATDIR) + strlen(e->cmd) + 2); in ex()
2213 rp->jobname = xmalloc(strlen(at_cmdfile) + 1); in ex()
2693 cmd = xmalloc(strlen(MAIL) + strlen(p->name)+2); in mail_result()
3190 u->home = xmalloc(strlen(pw->pw_dir) + 1); in verify_user_cred()
3194 u->home = xmalloc(strlen(pw->pw_dir) + 1); in verify_user_cred()
3476 mp = xmalloc(sizeof (*mp)); in miscpid_insert()
3587 if ((out = xmalloc(sizeof (struct shared))) == NULL) { in create_shared()