Lines Matching defs:input
234 char *input;
450 input = userinput(usrname, &repository, ATTR_SHELL);
451 if (input)
452 attrlist_add(&attributes, ATTR_SHELL, input);
457 input = userinput(usrname, &repository, ATTR_GECOS);
458 if (input)
459 attrlist_add(&attributes, ATTR_GECOS, input);
464 input = userinput(usrname, &repository, ATTR_HOMEDIR);
465 if (input)
466 attrlist_add(&attributes, ATTR_HOMEDIR, input);
503 * Get a line of input from the user.
505 * If the line is empty, or the input equals 'oldval', NULL is returned.
506 * therwise, a malloced string containing the input (minus the trailing
531 * returns a malloc()-ed string if the user actualy provided input
532 * or NULL if the user simply hit return or the input equals the old
665 * We only get here if the input was invalid.
666 * In that case, we again ask the user for input.
1498 * according to the input "retcode" value.