/src/common/lib/libc/string/ |
strcpy.c | 53 char *save = to; local in function:strcpy 56 return(save);
|
strrchr.c | 56 char *save; local in function:__strong_alias 59 for (save = NULL;; ++p) { 62 save = __UNCONST(p); 65 return(save);
|
/src/usr.bin/users/ |
users.c | 61 struct utmpentry *from, *ehead, *save, **nextp; local in function:main 93 save = from; 95 save->next = *nextp; 96 *nextp = save; 99 save = ehead; 103 if (strcmp(save->name, from->name) != 0) { 105 save = from;
|
/src/games/battlestar/ |
save.c | 1 /* $NetBSD: save.c,v 1.12 2005/07/01 06:04:54 jmc Exp $ */ 35 static char sccsid[] = "@(#)save.c 8.2 (Berkeley) 4/28/95"; 37 __RCSID("$NetBSD: save.c,v 1.12 2005/07/01 06:04:54 jmc Exp $"); 51 exit(1); /* Error determining save file name. */ 89 /* We must check the last read, to catch truncated save files */ 91 errx(1, "save file %s too short", filename); 96 save(const char *filename) function in typeref:typename:void 103 return; /* Error determining save file name. */ 151 * Given a save file name (possibly from fgetln, so without terminating NUL),
|
/src/sys/arch/evbarm/stand/board/ |
becc_mem.c | 65 uint32_t start, size, reg, save, heap; local in function:mem_init 82 save = BECC_PCICORE_READ(BECC_SDRAM_BAR); 85 BECC_PCICORE_WRITE(BECC_SDRAM_BAR, save); 86 save = BECC_PCICORE_READ(BECC_SDRAM_BAR);
|
/src/sys/dev/sun/ |
pfour_subr.c | 137 volatile u_int32_t val, save, *pfour = va; local in function:fb_pfour_id 140 save = *pfour; 147 val = save & ~PFOUR_REG_RESET; 150 *pfour = save;
|
/src/games/backgammon/common_source/ |
save.c | 1 /* $NetBSD: save.c,v 1.16 2012/10/13 19:19:39 dholland Exp $ */ 35 static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: save.c,v 1.16 2012/10/13 19:19:39 dholland Exp $"); 59 save(struct move *mm, int n) function in typeref:typename:void
|
/src/games/mille/ |
save.c | 1 /* $NetBSD: save.c,v 1.16 2011/08/26 09:01:07 tron Exp $ */ 35 static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: save.c,v 1.16 2011/08/26 09:01:07 tron Exp $"); 50 * @(#)save.c 1.2 (Berkeley) 3/28/83 60 save(void) function in typeref:typename:bool
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r520.c | 140 struct rv515_mc_save save; local in function:r520_mc_program 143 rv515_mc_stop(rdev, &save); 169 rv515_mc_resume(rdev, &save);
|
/src/tests/lib/libc/sys/ |
t_getcontext.c | 101 ucontext_t save; local in function:ATF_TC_BODY 109 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save; 115 ATF_REQUIRE_EQ(getcontext(&save), 0);
|
/src/usr.bin/chpass/ |
chpass.h | 39 const char *except, *save; member in struct:_entry
|
/src/sys/arch/arm/s3c2xx0/ |
s3c2xx0_intr.c | 123 int save; local in function:stray_interrupt 127 save = disable_interrupts(I32_bit); 129 restore_interrupts(save);
|
s3c2800_intr.c | 139 int save; local in function:s3c2800_intr_establish 145 save = disable_interrupts(I32_bit); 175 restore_interrupts(save);
|
s3c2xx0_intr.h | 101 int save = disable_interrupts(I32_bit); local in function:s3c2xx0_mask_interrupts 104 restore_interrupts(save); 110 int save = disable_interrupts(I32_bit); local in function:s3c2xx0_unmask_interrupts 113 restore_interrupts(save);
|
/src/sys/arch/hppa/spmath/ |
sfadd.c | 58 register unsigned int signless_upper_left, signless_upper_right, save; local in function:sgl_fadd 70 /* A zero "save" helps discover equal operands (for later), * 72 Sgl_xortointp1(left,right,/*to*/save); 83 if (Sgl_isinfinity(right) && save!=0) 173 * First finish the first word using "save" */ 174 Sgl_xorfromintp1(save,right,/*to*/right); 175 Sgl_xorfromintp1(save,left,/*to*/left); 226 if( (/*signed*/int) save < 0 ) 292 if( (/*signed*/int) save < 0 ) 437 } /* end if(save < 0)... * [all...] |
sfsub.c | 58 register unsigned int signless_upper_left, signless_upper_right, save; local in function:sgl_fsub 68 /* A zero "save" helps discover equal operands (for later), * 70 Sgl_xortointp1(left,right,/*to*/save); 81 if (Sgl_isinfinity(right) && save==0) 172 * First finish the first word using "save" */ 173 Sgl_xorfromintp1(save,right,/*to*/right); 174 Sgl_xorfromintp1(save,left,/*to*/left); 228 if( (/*signed*/int) save >= 0 ) 295 if( (/*signed*/int) save >= 0 ) 440 } /* end if(save >= 0)... * [all...] |
dfadd.c | 56 register unsigned int signless_upper_left, signless_upper_right, save; local in function:dbl_fadd 69 /* A zero "save" helps discover equal operands (for later), * 71 Dbl_xortointp1(leftp1,rightp1,/*to*/save); 82 if (Dbl_isinfinity(rightp1,rightp2) && save!=0) 172 * First finish the first word using "save" */ 173 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); 174 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); 227 if( (/*signed*/int) save < 0 ) 296 if( (/*signed*/int) save < 0 ) 442 } /* end if(save < 0)... * [all...] |
dfsub.c | 57 register unsigned int signless_upper_left, signless_upper_right, save; local in function:dbl_fsub 69 /* A zero "save" helps discover equal operands (for later), * 71 Dbl_xortointp1(leftp1,rightp1,/*to*/save); 82 if (Dbl_isinfinity(rightp1,rightp2) && save==0) 173 * First finish the first word using "save" */ 174 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); 175 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); 230 if( (/*signed*/int) save >= 0 ) 299 if( (/*signed*/int) save >= 0 ) 441 } /* end if(save >= 0)... * [all...] |
/src/lib/libc/db/btree/ |
bt_seq.c | 467 EPG *ep, save; local in function:__bt_first 488 * keys left in the tree. Save a copy of each match in case 491 save = *ep; 494 if (save.page->pgno != ep->page->pgno) { 495 mpool_put(t->bt_mp, save.page, 0); 496 save = *ep; 498 save.index = ep->index; 508 if (h->pgno != save.page->pgno) 512 if (h->pgno == save.page->pgno) 514 save.page, 0) [all...] |
/src/lib/libc/isc/ |
ev_streams.c | 72 int save; local in function:evWrite 94 save = errno; 96 errno = save; 106 int save; local in function:evRead 128 save = errno; 130 errno = save;
|
/src/sys/arch/vax/vax/ |
scb.c | 86 /* Return new avail_start. Also save space for the dispatchers. */ 93 * This function must _not_ save any registers (in the reg save mask). 131 int save; local in function:scb_vecref 137 save = gotintr; 140 return save;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_ramgp100.c | 63 u32 save = nvkm_rd32(device, 0x9a065c) & 0x000000f0; local in function:gp100_ram_init 65 if (i != save >> 4) { 70 nvkm_mask(device, 0x9a065c, 0x000000f0, save);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/ |
nouveau_nvkm_subdev_pci_agp.c | 65 u32 save[2]; local in function:nvkm_agp_preinit 77 save[0] = nvkm_pci_rd32(pci, 0x0004); 78 nvkm_pci_wr32(pci, 0x0004, save[0] & ~0x00000004); 82 save[1] = nvkm_mask(device, 0x000200, 0x00011100, 0x00000000); 83 nvkm_mask(device, 0x000200, 0x00011100, save[1]); 86 nvkm_pci_wr32(pci, 0x0004, save[0]);
|
/src/usr.bin/logger/ |
logger.c | 158 char *save; local in function:pencode 161 for (save = s; *s != '\0' && *s != '.'; ++s) 165 fac = decode(save, facilitynames); 167 errx(EXIT_FAILURE, "unknown facility name: %s", save); 171 s = save;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
nouveau_nvkm_engine_fifo_chang84.c | 102 u32 engn, save; local in function:g84_fifo_chan_engine_fini 111 save = nvkm_mask(device, 0x002520, 0x0000003f, 1 << engn); 117 nvkm_wr32(device, 0x002520, save);
|