Searched refs:modep (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/usr.bin/mkfifo/ |
| HD | mkfifo.c | 65 const void *modep; in main() local 87 if ((modep = setmode(modestr)) == NULL) { in main() 92 fifomode = getmode(modep, BASEMODE); in main()
|
| /NextBSD/usr.bin/find/ |
| HD | ls.c | 64 char modep[15]; in printlong() local 67 (void)strmode(sb->st_mode, modep); in printlong() 68 (void)printf("%s %3u %-*s %-*s ", modep, sb->st_nlink, MAXLOGNAME - 1, in printlong()
|
| /NextBSD/bin/mv/ |
| HD | mv.c | 178 char modep[15]; in do_move() local 203 strmode(sb.st_mode, modep); in do_move() 205 modep + 1, modep[9] == ' ' ? "" : " ", in do_move()
|
| /NextBSD/bin/rm/ |
| HD | rm.c | 493 char modep[15], *flagsp; in check() local 510 strmode(sp->st_mode, modep); in check() 518 modep + 1, modep[9] == ' ' ? "" : " ", in check()
|
| /NextBSD/crypto/heimdal/appl/telnet/libtelnet/ |
| HD | encrypt.c | 170 int *modep; member 742 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid() 768 encrypt_start_output(*kp->modep); in encrypt_keyid()
|
| /NextBSD/contrib/telnet/libtelnet/ |
| HD | encrypt.c | 178 int *modep; member 727 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid() 754 encrypt_start_output(*kp->modep); in encrypt_keyid()
|
| /NextBSD/sys/cddl/contrib/opensolaris/common/acl/ |
| HD | acl_common.c | 738 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument 766 *modep = mode; in ace_mask_to_mode() 1035 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument 1043 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
|
| /NextBSD/sbin/dump/ |
| HD | traverse.c | 873 getino(ino_t inum, int *modep) in getino() argument 892 *modep = (dp1->di_mode & IFMT); in getino() 896 *modep = (dp2->di_mode & IFMT); in getino()
|
| /NextBSD/sys/sys/ |
| HD | capsicum.h | 391 int cap_getmode(u_int *modep);
|
| HD | sysproto.h | 1681 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
|
| /NextBSD/sys/kern/ |
| HD | sys_capability.c | 122 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
|
| HD | systrace_args.c | 3138 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_systrace_args.c | 2996 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()
|