OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_homeperm
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/user/
user.c
89
mode_t
u_homeperm
; /* permissions of home dir */
member in struct:user_t
764
fprintf(fp, "homeperm\t0%o\n", up->
u_homeperm
) <= 0 ||
822
up->
u_homeperm
= DEF_HOMEPERM;
857
up->
u_homeperm
= strtoul(cp, NULL, 8);
1267
up->
u_homeperm
);
1933
up->
u_homeperm
= strtoul(optarg, NULL, 8);
1979
(void)printf("homeperm\t0%o\n", up->
u_homeperm
);
user.c
89
mode_t
u_homeperm
; /* permissions of home dir */
member in struct:user_t
764
fprintf(fp, "homeperm\t0%o\n", up->
u_homeperm
) <= 0 ||
822
up->
u_homeperm
= DEF_HOMEPERM;
857
up->
u_homeperm
= strtoul(cp, NULL, 8);
1267
up->
u_homeperm
);
1933
up->
u_homeperm
= strtoul(optarg, NULL, 8);
1979
(void)printf("homeperm\t0%o\n", up->
u_homeperm
);
Completed in 28 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025