Lines Matching refs:pw_shell
295 if (pwd->pw_shell != NULL) in pwd_marshal_func()
296 desired_size += strlen(pwd->pw_shell) + 1; in pwd_marshal_func()
346 if (new_pwd.pw_shell != NULL) { in pwd_marshal_func()
347 size = strlen(new_pwd.pw_shell); in pwd_marshal_func()
348 memcpy(p, new_pwd.pw_shell, size); in pwd_marshal_func()
349 new_pwd.pw_shell = p; in pwd_marshal_func()
412 NS_APPLY_OFFSET(pwd->pw_shell, orig_buf, p, char *); in pwd_unmarshal_func()
984 STRING(pwd->pw_shell); in pwdb_parse_entry_v3()
1056 STRING(pwd->pw_shell); in pwdb_parse_entry_v4()
1428 free(template->pw_shell); in compat_clear_template()
1454 (template->pw_shell = strdup(src->pw_shell)) == NULL) in compat_set_template()
1483 n += pwd->pw_shell != NULL ? strlen(pwd->pw_shell) + 1 : 0; in compat_use_template()
1504 COPY(pw_shell); in compat_use_template()
1530 COPY(pw_shell, _PWF_SHELL); in compat_use_template()