Searched defs:save (Results 1 - 25 of 107) sorted by relevance

12345

/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcat.c41 char *save = s; local
45 return(save);
H A Dstrcpy.c41 char *save = to; local
44 return(save);
H A Dstrrchr.c42 char *save; local
46 for (save = NULL;; ++p) {
48 save = (char *)p;
50 return (save);
/illumos-gate/usr/src/cmd/mail/
H A Dcksaved.c29 * 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) !
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c70 cchar_t save; local
90 save = w->_line[row + n][first];
93 w->_line[row + n][first] = save;
H A Dwgetch.c193 /* save actual setting for later test */
217 /* save actual setting for later test */
242 struct termios save; local
250 save = __m_tty_override_mode(0, 0);
256 (void) __m_tty_set(&save);
343 struct termios save; local
352 save = __m_tty_override_mode(w->_vmin, w->_vtime);
354 (void) __m_tty_set(&save);
361 (void) __m_tty_set(&save);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c76 unsigned char save[LBSIZE]; local
85 strcpy(save, linebuf);
251 strcLIN(save);
409 unsigned char save[LBSIZE];
410 unsigned char *sp = save;
/illumos-gate/usr/src/cmd/bnu/
H A Dexpfile.c52 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);
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c159 int save; local
161 save = errno;
163 errno = save;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfcin.c43 Fcin_t save; local
47 fcsave(&save);
50 fcrestore(&save);
58 fcrestore(&save);
/illumos-gate/usr/src/cmd/format/
H A Ddefect.h48 int save[125]; member in struct:defectHeader
/illumos-gate/usr/src/ucbcmd/tr/
H A Dtr.c48 int save = 0; variable
124 if(!sflag || c!=save || !squeez[c&0377]) {
125 (void)putchar(save = c);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c62 int save; local
84 save = errno;
86 errno = save;
96 int save; local
118 save = errno;
120 errno = save;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c267 unsigned char *start, save; local
288 save = *start++;
289 switch (save) {
299 "Error: Bad %s", option_types[save]);
302 display_ip(1, "%s = %s", option_types[save],
335 option_types[save]);
339 option_types[save], &start);
353 display_ascii("%s = %s", option_types[save], &start);
365 display_number("%s = %d seconds", option_types[save],
378 display_number("%s flag = 0x%x", option_types[save],
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkaif_start.c165 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) {
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c124 struct chunklst *save = Stablechunks; local
132 Stablechunks->next = save;
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c405 char save = '\0'; local
440 *saveptr = save;
453 save = *(p + 1);
459 save = *p;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c135 char save; local
146 save = *q;
149 *q = save;
154 *q = save;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y63 %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 },
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c186 char *save; local
190 save = e;
201 for (e = save; *e; e++) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c411 EPG *ep, save; local
435 save = *ep;
438 if (save.page->pgno != ep->page->pgno) {
439 mpool_put(t->bt_mp, save.page, 0);
440 save = *ep;
442 save.index = ep->index;
452 if (h->pgno != save.page->pgno)
456 if (h->pgno == save.page->pgno)
458 save.page, 0);
472 if (h->pgno != save
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_states.c62 label_t save; local
70 save = curthread->t_pcb;
80 curthread->t_pcb = save;
/illumos-gate/usr/src/uts/sun4u/io/i2c/misc/
H A Di2c_svc.c279 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));
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc.c120 char *opt2, *save, *end; local
150 save = opt2;
181 free(save);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c113 /* print various types (save first error) */
310 diskaddr_t save = 0; local
325 save = total_bytes;
330 if (save && ((save / 1024) < 10)) {
332 float fnum = (float)save / 1024;

Completed in 175 milliseconds

12345