Lines Matching refs:tmpstr
353 const char *tmpstr;
440 tmpstr = sss_view_ldb_msg_find_attr_as_string(dom, msg, SYSDB_GECOS,
442 if (!tmpstr) {
445 to_sized_string(&gecos, tmpstr);
454 tmpstr = get_homedir_override(tmp_ctx, msg, nctx, dom, &homedir_ctx);
455 if (!tmpstr) {
458 to_sized_string(&homedir, tmpstr);
461 tmpstr = get_shell_override(tmp_ctx, msg, nctx, dom);
462 if (!tmpstr) {
465 to_sized_string(&shell, tmpstr);