/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() argument 64 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate() 76 short newcolor = (short) PAIR_NUMBER(newmode & A_COLOR); in vidupdate() 136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video() argument 182 modes[0] = newmode; in _change_video() 208 newmode = modes[0]; in _change_video() 212 if (newmode == oldmode) in _change_video() 218 oldmode, newmode); in _change_video() 223 newmode & A_STANDOUT, in _change_video() 224 newmode & A_UNDERLINE, in _change_video() [all …]
|
H A D | putp.c | 79 vidattr(chtype newmode) in vidattr() argument 81 return (vidputs(newmode, _outchar)); in vidattr()
|
H A D | llib-lcurses | 1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)); 1088 int _change_video(chtype newmode, chtype oldmode, int (*outc)(char), 1332 int vidattr(chtype newmode);
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 276 typeset newmode=$1 281 bit=$(get_substr $newmode 1 1) 282 status=$(check_new_acl $bit $newmode $isdir) 286 bit=$(get_substr $newmode 2 1) 287 status=$(check_new_acl $bit $newmode $isdir) 302 typeset newmode=$3 350 expect1=$(build_new_acl $newmode $isdir) 361 expect1=$(build_new_acl $newmode $isdir) 407 obits=$(get_substr $newmode $pos 1) 415 $(get_substr $newmode 2 1))) [all …]
|
/titanic_44/usr/src/cmd/mesg/ |
H A D | mesg.c | 55 static void newmode(mode_t m); 102 newmode(S_IRUSR | S_IWUSR | S_IWGRP); in main() 110 newmode(S_IRUSR | S_IWUSR); in main() 130 newmode(S_IRUSR | S_IWUSR | S_IWGRP); in main() 134 newmode(S_IRUSR | S_IWUSR); in main() 156 newmode(mode_t m) in newmode() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | terminal.c | 204 register int newmode; local 206 newmode = getconnmode()|(force?MODE_FORCE:0); 208 TerminalNewMode(newmode); 210 if ((newmode & (MODE_ECHO|MODE_EDIT)) == MODE_EDIT) {
|
/titanic_44/usr/src/cmd/mkfifo/ |
H A D | mkfifo.c | 54 newmode(char *modestr, mode_t basemode, mode_t umask, char *file, char *path); 82 mode = newmode(optarg, ALLRW, umsk, "", ""); in main()
|
/titanic_44/usr/src/cmd/ul/ |
H A D | ul.c | 70 void setmode(int newmode); 607 setmode(int newmode) in setmode() argument 610 if (curmode != NORMAL && newmode != NORMAL) in setmode() 612 switch (newmode) { in setmode() 655 curmode = newmode; in setmode()
|
/titanic_44/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 838 mode_t newmode = (statp->st_mode & ~(S_IWGRP | S_IWOTH)) & in nftw_owner() local 842 printf("chmod %03o %s\n", newmode, path); in nftw_owner() 843 if (chmod(path, newmode) < 0) { in nftw_owner() 847 path, newmode); in nftw_owner()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uudecode.c | 103 extern mode_t newmode(char *ms, mode_t new_mode, mode_t umsk, 199 ((mode = newmode(modebits, 0, p_umask, in main() 208 ((mode = newmode(modebits, 0, p_umask, in main()
|
/titanic_44/usr/src/cmd/mkdir/ |
H A D | mkdir.c | 72 newmode(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path); 107 mode = newmode(optarg, ALLRWX, cur_umask, "", ""); in main()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | service.c | 56 int newmode; in initio() local 96 newmode = O_RDWR|O_CREAT; in initio() 97 fd = chkopen(ion, newmode); in initio()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 357 setmode(char *newmode) in setmode() argument 359 (void) strlcpy(mode, newmode, sizeof (mode)); in setmode()
|
/titanic_44/usr/src/cmd/chmod/ |
H A D | common.c | 100 newmode(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path) in newmode() function
|
/titanic_44/usr/src/cmd/find/ |
H A D | find.c | 1969 int i, newmode = 0; local 1973 newmode |= mapping[i]; 1974 mode = newmode;
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 8378 mode_t newmode; in retry_open_attr() local 8418 newmode = S_IWUSR | parentstat.st_mode; in retry_open_attr() 8419 if (fchmod(dirfd, newmode) == -1) { in retry_open_attr() 8424 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr() 8452 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ecpp.c | 4928 ecpp_mode_negotiation(struct ecppunit *pp, uchar_t newmode) in ecpp_mode_negotiation() argument 4937 if (pp->current_mode == newmode) { in ecpp_mode_negotiation() 4948 switch (newmode) { in ecpp_mode_negotiation() 5044 "ecpp_mode_negotiation: mode %d not supported\n", newmode); in ecpp_mode_negotiation()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 3934 mode_t newmode; in retry_open_attr() local 3974 newmode = S_IWUSR | parentstat.st_mode; in retry_open_attr() 3975 if (fchmod(dirfd, newmode) == -1) { in retry_open_attr() 3978 (pdirfd == -1) ? fullname : name, newmode); in retry_open_attr() 4006 (pdirfd == -1) ? fullname : name, newmode); in retry_open_attr()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 979 uint64_t newmode; in zfs_write() local 981 newmode = zp->z_mode; in zfs_write() 983 (void *)&newmode, sizeof (uint64_t), tx); in zfs_write()
|