Lines Matching refs:description
69 char *description; member
466 .pw_gecos = (char*) strempty(i->description), in write_temporary_passwd()
1082 r = free_and_strdup(&i->description, p->pw_gecos); in add_user()
1167 i->name, strna(i->description), i->uid, i->gid); in add_user()
1392 free(i->description); in item_free()
1473 if (!streq_ptr(a->description, b->description)) in item_equal()
1501 *description = NULL, *resolved_description = NULL, in parse_line() local
1517 &action, &name, &id, &description, &home, &shell, NULL); in parse_line()
1563 if (empty_or_dash(description)) in parse_line()
1564 description = mfree(description); in parse_line()
1566 if (description) { in parse_line()
1567 …r = specifier_printf(description, LONG_LINE_MAX, system_and_tmp_specifier_table, arg_root, NULL, &… in parse_line()
1570 fname, line, description); in parse_line()
1623 if (description || home || shell) in parse_line()
1627 … description ? "GECOS" : home ? "home directory" : "login shell"); in parse_line()
1653 if (description || home || shell) in parse_line()
1657 … description ? "GECOS" : home ? "home directory" : "login shell"); in parse_line()
1708 i->description = TAKE_PTR(resolved_description); in parse_line()
1721 if (description || home || shell) in parse_line()
1725 … description ? "GECOS" : home ? "home directory" : "login shell"); in parse_line()