Searched refs:new (Results 1 - 25 of 3162) sorted by last modified time

1234567891011>>

/netbsd-current/lib/libcurses/
H A Dscreen.c66 set_term(SCREEN *new) argument
87 _cursesi_screen = new;
89 __echoit = new->echoit;
90 __pfast = new->pfast;
91 __rawmode = new->rawmode;
92 __noqch = new->noqch;
93 COLS = new->COLS;
94 LINES = new->LINES;
95 ESCDELAY = new->ESCDELAY;
96 TABSIZE = new
[all...]
/netbsd-current/sys/netipsec/
H A Dipsec.c1092 struct inpcbpolicy *new; local
1097 new = kmem_intr_zalloc(sizeof(*new), KM_NOSLEEP);
1098 if (new == NULL) {
1104 new->priv = 1;
1106 new->priv = 0;
1111 new->sp_in = &ipsec_dummy_sp;
1112 new->sp_out = &ipsec_dummy_sp;
1114 *policy = new;
1191 /* allocation new S
[all...]
/netbsd-current/sys/kern/
H A Dkern_module.c233 * Allocate a new module_t
824 * Put new entry at the head of the queue so autounload can unload
842 * need to add a new entry, and the list is already full, we reallocate a
848 module_t *(*new)[], *(*old)[];
855 new = kmem_zalloc(areq * sizeof(module_t *), KM_SLEEP);
857 (*new)[i] = (*old)[i];
858 mod->mod_required = new;
1923 * Register a new set of callbacks to be called on module load/unload.
/netbsd-current/lib/libc/time/
H A Dzdump.c432 /* Make the new buffer at least twice as long as the
912 bool new = !old; local
913 if (! my_localtime_rz(tz, &t, &localtm[new]))
914 localtm[new].tm_sec = -1;
915 if (! my_gmtime_r(&t, &gmtm[new]))
916 gmtm[new].tm_sec = -1;
917 if (((localtm[old].tm_sec < 0) != (localtm[new].tm_sec < 0))
918 | ((gmtm[old].tm_sec < 0) != (gmtm[new].tm_sec < 0))) {
922 old = new;
/netbsd-current/lib/libm/arch/vax/
H A Dn_cbrt.S81 mulf2 %r3,%r2 # %r2 = q%r3 = new q to 23 bits
/netbsd-current/usr.bin/seq/
H A Dseq.c137 case 't': /* terminator (new) */
341 char c, *cp, *new = orig; local
420 return (new);
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c180 INDEX_ELT *new = xmalloc (sizeof (INDEX_ELT));
188 new->next = the_indices[which];
189 new->entry = NULL;
190 new->entry_text = index_entry;
195 new->node = xstrdup (_("Footnotes"));
197 new->node = current_node ? current_node : xstrdup ("");
200 new->section = current_sectioning_number ();
201 if (strlen (new->section) == 0)
202 new->section_name = current_sectioning_name ();
204 new
176 INDEX_ELT *new = xmalloc (sizeof (INDEX_ELT)); local
[all...]
/netbsd-current/sys/dev/usb/
H A Dohci.c551 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox,
1788 int new; local
1789 new = OREAD4(sc, OHCI_INTERRUPT_STATUS);
1790 if (new != last) {
1791 DPRINTFN(10, "intrs=0x%04jx", new, 0, 0, 0);
1792 last = new;
2228 * b) if they've been used allocate new TD/iTDs to replace those
2373 DPRINTFN(10, "new std=%#jx now held at %#jx", (uintptr_t)std,
2798 DPRINTFN(10, "xfer=%#jx new setup=%#jx held at %#jx", (uintptr_t)ox,
2808 DPRINTFN(10, "xfer=%#jx new tai
[all...]
H A Dehci.c1358 int new; local
1359 new = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS));
1360 if (new != last) {
1361 DPRINTF("intrs=0x%04jx", new, 0, 0, 0);
1362 last = new;
/netbsd-current/share/mk/
H A Dbsd.own.mk1251 # It also does not use many new files, so disable it
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c1378 * retry after small delay to give a new USB device
1707 char *new; local
1711 new = strdup(m->opts[m->cursel].opt_name);
1712 if (new == NULL)
1715 tz_selected = new;
2382 * Same as above, but add to message instead of starting a new one
/netbsd-current/bin/csh/
H A Dfile.c347 tilde(Char *new, Char *old) argument
354 return (Strcpy(new, old));
360 (void)Strcpy(new, value(STRhome));
365 (void)Strcpy(new, str2short(pw->pw_dir));
367 (void)Strcat(new, o);
368 return (new);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-indirect.mk235 # (which creates a new ModChain containing a fresh separator),
H A Dvarmod-edge.mk101 # does not start a new modifier.
H A Dvarmod-assign.mk161 # modifier that creates a new variable creates it in the command line scope.
169 # expect: Command: CMD_CMD_VAR = new-value
170 # expect: Global: CMD_GLOBAL_VAR = new-value
171 # expect: Global: CMD_ENV_VAR = new-value
173 # expect: Command: CMD_NEW_VAR = new-value
174 .if ${CMD_CMD_VAR::=new-value} \
175 || ${CMD_GLOBAL_VAR::=new-value} \
176 || ${CMD_ENV_VAR::=new-value} \
177 || "${CMD_NEW_VAR::=new-value}"
190 # modifier that creates a new variabl
[all...]
H A Dvarmod-assign.exp15 Var_Parse: ${CMD_CMD_VAR::=new-value} || ${CMD_GLOBAL_VAR::=new-value} || ${CMD_ENV_VAR::=new-value} || "${CMD_NEW_VAR::=new-value}" (eval-defined)
17 Modifier part: "new-value"
18 Command: CMD_CMD_VAR = new-value
20 Result of ${CMD_CMD_VAR::=new-value} is ""
21 Var_Parse: ${CMD_GLOBAL_VAR::=new-value} || ${CMD_ENV_VAR::=new-value} || "${CMD_NEW_VAR::=new
[all...]
H A Ddirective-for.exp29 For: new loop 2
/netbsd-current/sys/arch/vax/vax/
H A Dunimpl_emul.S83 touser: movl (%sp),-52(%sp) # save rsb address on top of new stack
87 movl %sp,%fp # new frame pointer
/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in832 local new="_tests"
839 ${SED} -e "/[^#]*${option}[\ t]*=/s/${old}/${new}/" \
840 "${c}" >"${c}.new"
842 mv "${c}.new" "${c}"
844 msg "Set ${option}=${new} in ${c}"
847 "${option}=${new}"
977 local new=$(echo "${old}" | ${SED} s/black/block/)
978 mv "${old}" "${new}" || return 1
1581 msg "probably want to copy a new version over. ${notfixed}"
1681 ${SED} -e "/${option}/d" "${c}" > "${c}.new"
[all...]
/netbsd-current/lib/libc/arch/sparc/gen/
H A Dfpsetround.c25 fp_rnd new; local
29 new = old;
30 new &= ~(0x03U << 30);
31 new |= ((rnd_dir & 0x03U) << 30);
33 __asm("ld %0,%%fsr" : : "m" (*&new));
/netbsd-current/usr.sbin/moused/
H A Dmoused.c219 /* Logitech MouseMan (new 4 button model) */
457 static void setmousespeed(int old, int new, unsigned cflag);
2234 setmousespeed(int old, int new, unsigned cflag) argument
2278 switch (new)
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpsetround.c30 fp_rnd new; local
38 new = old;
39 new &= ~(0x03U << 30);
40 new |= ((rnd_dir & 0x03U) << 30);
42 __asm("ld %0,%%fsr" : : "m" (*&new));
/netbsd-current/sys/net/
H A Dif_wg.c877 /* Prevent new interface creation. */
1575 case WGS_STATE_UNKNOWN: /* new session initiated by peer */
1692 case WGS_STATE_UNKNOWN: /* new session initiated by us */
1696 WG_TRACE("Session already initializing, skip starting new one");
2321 * a new secure session ... if after receiving a transport data
2350 wg_change_endpoint(struct wg_peer *wgp, const struct sockaddr *new) argument
2356 memcpy(wgp->wgp_endpoint0, new, new->sa_len);
2503 WG_DLOG("old=%s, new=%s\n", oldaddr, newaddr);
2991 * XXX no real need to assign a new inde
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/doc/
H A DMakefile.in422 echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
424 echo "@set VERSION_PACKAGE $(PKGVERSION)" >> ./GDBvn.new; \
426 echo "@set BUGURL $(BUGURL_TEXI)" >> ./GDBvn.new
428 echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
431 echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
434 echo "@set SYSTEM_GDBINIT $(SYSTEM_GDBINIT)" >> ./GDBvn.new; \
437 echo "@set SYSTEM_GDBINIT_DIR $(SYSTEM_GDBINIT_DIR)" >> ./GDBvn.new; \
439 mv GDBvn.new GDBvn.texi
459 # If your texinfo or makeinfo don't support these, get a new texinfo release
509 # + @alphaenumerate is ridiculously new, turne
[all...]
/netbsd-current/distrib/sets/
H A DMakefile144 >${METALOG}.new
145 mv ${METALOG}.new ${METALOG}.sanitised

Completed in 287 milliseconds

1234567891011>>