| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/sched/ |
| pri.d | 27 sched:::change-pri
|
| pritime.d | 34 sched:::change-pri
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth2-passwd.c | 47 int change; local 53 change = packet_get_char(); 54 if (change) 55 log("password change not supported");
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| putenv.c | 33 /* putenv - change environment variables 35 * input - char *change = a pointer to a string of the form 52 putenv(char *change) 57 if ((which = find(change)) < 0) { 67 /* now that we have space, change environ */ 78 environ[which-2] = change; 82 environ[which] = change;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/ |
| db_rec.c | 47 u_int32_t change; local 70 change = 0; 80 change = DB_MPOOL_DIRTY; 88 change = DB_MPOOL_DIRTY; 91 if (change) 97 if ((ret = memp_fput(mpf, pagep, change)) != 0) 122 int change, cmp_n, cmp_p, ret; local 151 change = 0; 161 change = DB_MPOOL_DIRTY; 169 change = DB_MPOOL_DIRTY 196 u_int32_t change; local 517 u_int32_t change; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| init_pair.c | 72 /* called next time, it will be forced to change the color at */ 80 bool change; local 89 change = FALSE; 93 change = TRUE; 95 if (change) {
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/hash/ |
| hash_rec.c | 197 int cmp_n, cmp_p, change, getmeta, ret; local 233 change = 0; 240 change = 1; 245 * really need to do is change the LSN. 247 change = 1; 250 if (!change) { 280 change = 0; 286 change = 1; 291 change = 1; 294 if (!change) { 385 int change, cmp_n, cmp_p, getmeta, ret; local 480 int change, cmp_n, cmp_p, getmeta, ret; local 602 int change, cmp_n, cmp_p, getmeta, ret; local 683 int change, cmp_n, cmp_p, getmeta, ret; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| quota_ufs.c | 125 chkdq(struct inode *ip, long change, int force, struct cred *cr, 151 if (change == 0) 280 if (change < 0) { 282 abs_change = -change; /* abs_change must be positive */ 286 dqp->dq_curblocks += change; 296 * Adding 'change' to dq_curblocks could cause an overflow. 300 ncurblocks = (uint64_t)dqp->dq_curblocks + change; 419 chkiq(struct ufsvfs *ufsvfsp, int change, struct inode *ip, uid_t uid, 436 * Change must be either a single increment or decrement. 437 * If change is an increment, then ip must be NULL [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postprint/ |
| README | 24 only important change, besides the restructuring that's been applied to all the 36 1) Near line 755 in postprint.c change 44 Then change the definition of procedure L in ../postscript/postprint.ps 52 2) Change the upper limit test near line 694 (procedure spaces()) in postprint.c
|
| /onnv/onnv-gate/usr/src/common/ |
| README | 34 Thus, if you change any of the sources within this directory, you *must* test
|
| /onnv/onnv-gate/usr/src/lib/passwdutil/ |
| README.SunOS-aging | 37 user to change passwords after a system administrator-specified period 68 forced to change his/her passwd the next time he/she logs in. The 73 forced to change his/her passwd the next time he/she logs in. Password 77 the user is not allowed to change his/her password. Only root can 78 change that users password. 82 without being forced to change the password.
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/access/ |
| Makefile | 35 change.o \
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsd/ |
| postinstall | 160 Warning: Do not change the content of this directory or its 166 incompatible change or removal without notification.
|
| /onnv/onnv-gate/usr/src/cmd/diff/ |
| diffh.c | 62 static void change(long a, int b, long c, int d, char *s); 220 change(n0-1, 0, n1, b, "a"); 222 change(n0, a, n1-1, 0, "d"); 224 change(n0, a, n1, b, "c"); 248 change(long a, int b, long c, int d, char *s) function 347 change(n0, INF, n1, INF, "c"); 348 (void) printf(gettext("---change record omitted\n"));
|
| /onnv/onnv-gate/usr/src/tools/pmodes/ |
| README.pmodes | 39 -o Do not change ownership to root 40 -m Do not change file permissions (modes) 43 -e Do not change 'e' or 'v' (editable or volatile) files 69 Pmodes outputs a line for each change made: 79 change mode and the pathname.
|
| /onnv/onnv-gate/usr/src/cmd/diff3/ |
| diff3prog.c | 111 static void change(int i, struct range *rold, int dup); 179 * one change file 302 change(1, &d1->old, 0); 304 change(3, &d1->new, 0); 315 change(2, &d2->old, 0); 316 change(3, &d2->new, 0); 349 change(1, &d1->old, dup); 350 change(2, &d2->old, 0); 352 change(3, &d3->new, 0); 399 change(int i, struct range *rold, int dup function [all...] |
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| command.c | 47 BOOL *change; /* change this line */ variable 411 if (field == CHANGE) { 429 case CHANGE: 485 /* change one text string to another */ 506 /* create the line change indicators */ 507 change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL)); 519 "Select lines to change (press the ? key for help): "); 522 break; /* change lines */ 545 case '\r': /* don't change lines * [all...] |
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| gethead.c | 190 if (let[ln].change == ' ') continue; 194 let[ln].change, size, userval, wline); 299 if (let[letter].change != ' ') 302 if (let[letter].change == ' ') changed++; 304 let[letter].change = status;
|
| copymt.c | 60 let[0].change = ' '; 150 let[nlet].change = ' '; 213 let[nlet].change = ' ';
|
| /onnv/onnv-gate/usr/src/cmd/sdiff/ |
| sdiff.c | 93 static char change = ' '; variable 256 * "change" is used to determine character to put in gutter 262 change = ' '; 293 change = '>'; 302 change = '<'; 314 change = '|'; 322 change = '<'; 329 change = '>'; 378 if ((!silent || change != ' ') && len1 != 0) 388 if (change == ' ' [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipf.c | 261 int flag, xfd, logopt, change = 0; local 275 change = 1; 281 change = 1; 287 change = 1; 292 change = 1; 295 if (change == 1) {
|
| /onnv/onnv-gate/usr/src/cmd/dcs/sparc/sun4u/ |
| rdr_param_types.h | 189 change_state_params_t change; member in union:__anon357
|
| /onnv/onnv-gate/usr/src/psm/stand/ |
| README | 32 2). It is too much of a change to "clean-up" this directory at the time 45 5). If you change "common" source files including Makefiles, you have
|
| /onnv/onnv-gate/usr/src/cmd/drd/ |
| drd_rcm.c | 437 * Since the capacity change was blocked, we 1239 drd_rcm_mem_op(rcm_op_t op, uint64_t change) 1257 * If this is a notify add, the capacity change 1261 * If this is a request del, the capacity change 1265 assert(change % pgsize == 0); 1266 if (change > 0) { 1267 oldpages = newpages - (long)(change / pgsize); 1269 assert(newpages >= change / pgsize); 1271 newpages = oldpages + (long)(change / pgsize); 1326 uint64_t change = 0 local 1353 uint64_t change = 0; local 1404 uint64_t change = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| customize.cgi | 13 # If the user wants to change the background color or her 46 You can change the appearance of this page by submitting
|