Lines Matching defs:homedir_ctx
28 struct sss_nss_homedir_ctx *homedir_ctx)
44 if (homedir_ctx == NULL) {
75 if (homedir_ctx->username == NULL) {
81 username = sss_output_name(tmp_ctx, homedir_ctx->username,
92 if (homedir_ctx->username == NULL) {
98 username = sss_output_name(tmp_ctx, homedir_ctx->username,
109 if (homedir_ctx->uid == 0) {
115 homedir_ctx->uid);
119 if (homedir_ctx->domain == NULL) {
126 homedir_ctx->domain);
130 if (homedir_ctx->domain == NULL
131 || homedir_ctx->username == NULL) {
137 username = sss_output_name(tmp_ctx, homedir_ctx->username,
144 username, homedir_ctx->domain);
149 if (homedir_ctx->original == NULL) {
152 "using empty string\n", homedir_ctx->username);
155 orig = homedir_ctx->original;
161 if (homedir_ctx->flatname == NULL) {
168 homedir_ctx->flatname);
172 if (homedir_ctx->config_homedir_substr == NULL) {
179 homedir_ctx->config_homedir_substr);
183 if (homedir_ctx->upn == NULL) {
190 homedir_ctx->upn);