/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | putp.c | 79 vidattr(chtype newmode) argument 81 return (vidputs(newmode, _outchar));
|
H A D | vidupdate.c | 60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) argument 64 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR; 76 short newcolor = (short) PAIR_NUMBER(newmode & A_COLOR); 136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) argument 154 * of STANDOUT, in which case the check for newmode and oldmode 166 * oldmode and the newmode and only leave the bits that are 171 * become STANDOUT and the newmode will become STANDOUT. 182 modes[0] = newmode; 208 newmode = modes[0]; 212 if (newmode [all...] |
/illumos-gate/usr/src/cmd/mesg/ |
H A D | mesg.c | 55 static void newmode(mode_t m); 102 newmode(S_IRUSR | S_IWUSR | S_IWGRP); 110 newmode(S_IRUSR | S_IWUSR); 130 newmode(S_IRUSR | S_IWUSR | S_IWGRP); 134 newmode(S_IRUSR | S_IWUSR); 156 newmode(mode_t m) function
|
/illumos-gate/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) {
|
/illumos-gate/usr/src/cmd/chmod/ |
H A D | common.c | 100 newmode(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path) function
|
/illumos-gate/usr/src/cmd/ul/ |
H A D | ul.c | 70 void setmode(int newmode); 607 setmode(int newmode) argument 610 if (curmode != NORMAL && newmode != NORMAL) 612 switch (newmode) { 655 curmode = newmode;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | service.c | 56 int newmode; local 96 newmode = O_RDWR|O_CREAT; 97 fd = chkopen(ion, newmode);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 357 setmode(char *newmode) argument 359 (void) strlcpy(mode, newmode, sizeof (mode));
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 838 mode_t newmode = (statp->st_mode & ~(S_IWGRP | S_IWOTH)) & local 842 printf("chmod %03o %s\n", newmode, path); 843 if (chmod(path, newmode) < 0) { 847 path, newmode);
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 1969 int i, newmode = 0; local 1973 newmode |= mapping[i]; 1974 mode = newmode;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ecpp.c | 4925 * Negotiate to the mode indicated by newmode 4928 ecpp_mode_negotiation(struct ecppunit *pp, uchar_t newmode) argument 4937 if (pp->current_mode == newmode) { 4948 switch (newmode) { 5044 "ecpp_mode_negotiation: mode %d not supported\n", newmode);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 953 uint64_t newmode; local 955 newmode = zp->z_mode; 957 (void *)&newmode, sizeof (uint64_t), tx);
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 3934 mode_t newmode; local 3974 newmode = S_IWUSR | parentstat.st_mode; 3975 if (fchmod(dirfd, newmode) == -1) { 3978 (pdirfd == -1) ? fullname : name, newmode); 4006 (pdirfd == -1) ? fullname : name, newmode);
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 8419 mode_t newmode; local 8459 newmode = S_IWUSR | parentstat.st_mode; 8460 if (fchmod(dirfd, newmode) == -1) { 8465 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); 8493 (pdirfd == -1) ? dirp : name, newmode, strerror(errno));
|