| /onnv/onnv-gate/usr/src/cmd/mail/ |
| cksaved.c | 29 * cksaved - check for an orphaned save file 53 char save[MAXFILENAME], mail[MAXFILENAME]; local 56 cat(save, mailsave, user); 59 * If no save file, or size is 0, return. 61 if ((stat(save, &stbuf) != 0) || (stbuf.st_size == 0)) 72 * Restore from the save file by linking 73 * it to $MAIL then unlinking save file 75 chmod(save, MFMODE); 77 if (link(save, mail) != 0) { 83 if (unlink(save) != 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_vops3.c | 79 unsigned char save[LBSIZE]; local 88 strcpy(save, linebuf); 254 strcLIN(save); 412 unsigned char save[LBSIZE]; 413 unsigned char *sp = save;
|
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| wscrl.c | 70 cchar_t save; local 90 save = w->_line[row + n][first]; 93 w->_line[row + n][first] = save;
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| expfile.c | 52 char user[NAMESIZE], save[MAXFULLNAME]; local 55 if (strlcpy(save, file, sizeof (save)) >= sizeof (save)) 60 for (fpart = save + 1, up = user; *fpart != '\0' 71 if (strlen(Wrkdir) + strlen(save) + 2 > (unsigned)MAXFULLNAME) 73 (void) sprintf(file, "%s/%s", Wrkdir, save);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/ |
| bf_ofb64.c | 76 int save=0; local 94 save++; 99 if (save)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/ |
| c_ofb64.c | 77 int save=0; local 95 save++; 100 if (save)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| ofb64ede.c | 78 int save=0; local 101 save++; 106 if (save)
|
| ofb64enc.c | 76 int save=0; local 94 save++; 99 if (save)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/idea/ |
| i_ofb64.c | 77 int save=0; local 95 save++; 100 if (save)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| rc2ofb64.c | 77 int save=0; local 95 save++; 100 if (save)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| rc5ofb64.c | 77 int save=0; local 95 save++; 100 if (save)
|
| /onnv/onnv-gate/usr/src/ucblib/librpcsoc/ |
| rtime.c | 159 int save; local 161 save = errno; 163 errno = save;
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| fcin.c | 43 Fcin_t save; local 47 fcsave(&save); 50 fcrestore(&save); 58 fcrestore(&save);
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/ |
| ev_streams.c | 62 int save; local 84 save = errno; 86 errno = save; 96 int save; local 118 save = errno; 120 errno = save;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| tempfiles.c | 94 register char *save; local 100 if ((save = prefix(path, LCKPREFIX)) == NULL) 102 if ((ent = makentry(save)) < 0) { 103 free(save); 108 if ((fd = open(save, O_RDONLY)) >= 0) { 112 unlink(save); 129 success = ((fd = open(save, O_EXCL | O_CREAT | O_WRONLY, 132 chmod(save, 0444); 173 register char *save; local 178 if ((save = prefix(path, LCKPREFIX)) == NULL 248 char save[20]; \/* based on length of string below *\/ local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdisasm/sparc/ |
| dis_sparc.c | 115 char *opt2, *save, *end; local 147 save = opt2; 178 free(save);
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db_index_entry.cc | 282 db_index_entry_p curr, prev, rp, save; local 297 save = *head; 300 *head = save; // restore previous state 307 save = prev->next; 310 prev->next = save; // restore previous state
|
| /onnv/onnv-gate/usr/src/ucbcmd/tr/ |
| tr.c | 48 int save = 0; variable 124 if(!sflag || c!=save || !squeez[c&0377]) { 125 (void)putchar(save = c);
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/misc/ |
| i2c_svc.c | 279 i2c_nexus_reg_list_t *save = NULL; local 296 save = *reg_list; 303 if (save != NULL) { 304 kmem_free(save, sizeof (i2c_nexus_reg_list_t));
|
| /onnv/onnv-gate/usr/src/cmd/format/ |
| defect.h | 48 int save[125]; member in struct:defectHeader
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| util.c | 135 char save; local 146 save = *q; 149 *q = save; 154 *q = save;
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| stable.c | 124 struct chunklst *save = Stablechunks; local 132 Stablechunks->next = save;
|
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipmon_y.y | 63 %type <opt> matchopt nattag type doopt doing save syslog nothing 119 | save { $$ = $1; } 216 save: IPM_SAVE saveopts YY_STR { $$ = new_opt(IPM_SAVE); label 270 { "save", IPM_SAVE },
|
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitadm/ |
| helper.c | 143 * NULL terminate the string and remember to save that character 362 unsigned long long save = 0; local 399 save = number; 403 if (save && ((save / scale) < 10)) { 405 float fnum = (float)save / scale;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| kaif_start.c | 165 kaif_cpusave_t *save = &kaif_cpusave[i]; local 167 if (save->krs_cpu_state == 169 !save->krs_cpu_flushed) { 374 * the result being that all CPUs save for the cross-called 431 kaif_cpusave_t *save = &kaif_cpusave[i]; local 433 if (save->krs_cpu_state == 435 !save->krs_cpu_acked) {
|