Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 58) sorted by relevance

123

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Doverlay.c63 #undef overwrite
66 overwrite(const WINDOW *s, WINDOW *t) in overwrite() function
/titanic_50/usr/src/lib/libast/common/comp/
H A Dsetenv.c45 setenv(const char* name, const char* value, int overwrite)
49 if (overwrite || !getenv(name))
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetenv.c209 addtoenv(char *string, int overwrite) in addtoenv() argument
230 if (overwrite) { in addtoenv()
349 setenv(const char *envname, const char *envval, int overwrite) in setenv() argument
377 if ((res = addtoenv(new_string, overwrite)) < 0) { in setenv()
/titanic_50/usr/src/cmd/oamuser/user/
H A Dproj.c41 edit_project(char *login, char *new_login, projid_t projids[], int overwrite) in edit_project() argument
109 if (overwrite || !projids) { in edit_project()
H A Dgroups.c50 edit_group(char *login, char *new_login, gid_t gids[], int overwrite) in edit_group() argument
160 if (overwrite || !gids) { in edit_group()
/titanic_50/usr/src/lib/libcurses/screen/
H A D_overwrite.c49 overwrite(WINDOW *src, WINDOW *dst) in overwrite() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Doverlay.c63 (overwrite)(s, t) variable
/titanic_50/usr/src/cmd/ssh/include/
H A Dbsd-misc.h46 int setenv(const char *name, const char *value, int overwrite);
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c855 boolean_t overwrite, in open_dstfile() argument
895 fd = open(dstfile, O_WRONLY|O_CREAT|(overwrite ? O_TRUNC : O_EXCL), in open_dstfile()
898 if (!overwrite && (errno == EEXIST)) { in open_dstfile()
1409 boolean_t overwrite = B_FALSE; in main() local
1434 overwrite = B_TRUE; in main()
1471 if ((optind != argc) || (enable && (overwrite || destdir != NULL))) in main()
1499 if ((rval = open_dstfile(destdir, overwrite, iconf, &dstfinfo)) in main()
/titanic_50/usr/src/ucblib/libcurses/
H A Doverwrite.c36 overwrite(WINDOW *win1, WINDOW *win2) in overwrite() function
H A DMakefile.com59 overwrite.o \
H A Dmapfile-vers127 overwrite;
/titanic_50/usr/src/cmd/sgs/error/common/
H A Derrortouch.c55 static void writetouched(int overwrite);
575 writetouched(int overwrite) in writetouched() argument
603 if (botch == 0 && overwrite) { in writetouched()
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c162 static int overwrite, variable
237 overwrite++; in main()
593 if (!isdir(pkgloc) && !overwrite) { in main()
/titanic_50/usr/src/cmd/sgs/packages/common/
H A Dcheckinstall43 echo "*** use an admin file to force an overwrite."
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg56 than previous value (%d > %d), and will overwrite \
139 New string to overwrite previous value.\n"
194 is used to overwrite the contents of the string table at\n\
205 \tthe specified offset, it will overwrite the start of\n\
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c216 boolean_t overwrite) in __profile_set_kdc() argument
230 if (overwrite == TRUE) { in __profile_set_kdc()
/titanic_50/usr/src/cmd/mv/
H A Dmv.c1066 int overwrite = FALSE; in chkfiles() local
1138 overwrite = iflg && !silent && use_stdin(); in chkfiles()
1142 if (overwrite && override) { in chkfiles()
1152 } else if (overwrite && ISREG(s2)) { in chkfiles()
/titanic_50/usr/src/cmd/compress/
H A Dcompress.c326 int overwrite = 0; /* Do not overwrite unless given -f flag */ in main() local
428 overwrite = 1; in main()
756 if (!overwrite && !use_stdout) { in main()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd1185 $overwrite{$chatfile} = 1;
1213 $overwrite{$optname} = 1;
1573 if (-e $fname && !$overwrite{$chatfile}) {
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers264 overwrite;
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h190 const char *tname, int tnmlen, struct smb_cred *scrp, int overwrite);
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c1032 smb2_encode_header(smb_request_t *sr, boolean_t overwrite) in smb2_encode_header() argument
1047 if (overwrite) { in smb2_encode_header()
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers266 overwrite;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h221 extern int overwrite(WINDOW *, WINDOW *);

123