/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _overwrite.c | 49 overwrite(WINDOW *src, WINDOW *dst) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | overlay.c | 63 (overwrite)(s, t) function 70 __m_trace("overwrite(%p, %p)", s, t); 75 return __m_return_code("overwrite", ERR);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | overlay.c | 63 #undef overwrite macro 66 overwrite(const WINDOW *s, WINDOW *t) function
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | stash.c | 104 int overwrite, void *value) 114 if (overwrite) { 139 libuvfs_stash_fs_store(libuvfs_fs_t *fs, uint32_t key, int overwrite, argument 146 return (libuvfs_stash_fid_store(fs, &fid, key, overwrite, value)); 103 libuvfs_stash_fid_store(libuvfs_fs_t *fs, libuvfs_fid_t *fid, uint32_t key, int overwrite, void *value) argument
|
H A D | name.c | 235 * name. If overwrite is nonzero, the previous fid (if any) is overwritten. 239 * If childfid is NULL, and overwrite is true, then this function will 245 const char *name, const libuvfs_fid_t *childfid, int overwrite, 285 } else if (overwrite) { 244 libuvfs_name_store(libuvfs_fs_t *fs, const libuvfs_fid_t *dirfid, const char *name, const libuvfs_fid_t *childfid, int overwrite, libuvfs_fid_t *oldfid) argument
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getenv.c | 206 * -2 : an entry already existed and overwrite was zero 209 addtoenv(char *string, int overwrite) argument 225 * If the name already exists just overwrite the existing 227 * the overwrite flag. 230 if (overwrite) { 349 setenv(const char *envname, const char *envval, int overwrite) argument 377 if ((res = addtoenv(new_string, overwrite)) < 0) { 422 * Find the target, overwrite it with the first entry, increment the
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 251 boolean_t overwrite) 265 if (overwrite == B_TRUE) { 250 k5_profile_set_kdc(profile_t profile, char *realm, char *kdc, boolean_t overwrite) argument
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsclone.c | 110 int overwrite; member in struct:__anon59 306 " -O, --overwrite FILE Clone NTFS to FILE, overwriting if exists\n" 337 { "overwrite", required_argument, NULL, 'O' }, 369 opt.overwrite++; 432 if (!opt.overwrite) 434 "Use option --overwrite if you want to" 1849 if (!opt.overwrite)
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 532 extern int overwrite(const WINDOW *, WINDOW *); 1058 #define overwrite(s, t) __m_copywin(s, t, 0) macro
|