Home
last modified time | relevance | path

Searched refs:newmode (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dvidupdate.c60 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 Dputp.c79 vidattr(chtype newmode) in vidattr() argument
81 return (vidputs(newmode, _outchar)); in vidattr()
H A Dllib-lcurses1087 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 Dzfs_acl_chmod_aclmode_001_pos.ksh276 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 Dmesg.c55 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 Dterminal.c204 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 Dmkfifo.c54 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 Dul.c70 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 Dsm_svc.c838 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 Duudecode.c103 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 Dmkdir.c72 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 Dservice.c56 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 Dmain.c357 setmode(char *newmode) in setmode() argument
359 (void) strlcpy(mode, newmode, sizeof (mode)); in setmode()
/titanic_44/usr/src/cmd/chmod/
H A Dcommon.c100 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 Dfind.c1969 int i, newmode = 0; local
1973 newmode |= mapping[i];
1974 mode = newmode;
/titanic_44/usr/src/cmd/tar/
H A Dtar.c8378 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 Decpp.c4928 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 Dcpio.c3934 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 Dzfs_vnops.c979 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()