HomeSort by: relevance | last modified time | path
    Searched defs:nsp (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/arch/x68k/x68k/
kgdb_glue.c 86 u_long osp, nsp; local
105 nsp = (u_long)&kgdb_stack[KGDB_STACKWORDS] -
108 copywords((u_long *)&frame, (u_long *)nsp, fsize);
113 setsp(nsp);
115 if (kgdb_trap(type, (struct frame *)nsp) == 0) {
131 osp = ((struct frame *)nsp)->f_regs[SP] - fsize;
132 copywords((u_long *)nsp, (u_long *)osp, fsize);
  /src/external/bsd/nvi/dist/ex/
ex_screen.c 56 SCR *nsp; local
60 if (vs_fg(sp, &nsp, cmdp->argc ? cmdp->argv[0]->bp : NULL, newscreen))
65 sp->nextdisp = nsp;
  /src/games/hunt/hunt/
playit.c 243 char *sp, *nsp; local
260 nsp = inp;
262 if ((*nsp = map_key[(unsigned char)*sp]) == 'q')
265 nsp++;
266 count = nsp - inp;
  /src/external/bsd/ipf/dist/samples/
proxy.c 139 nat_save_t ns, *nsp = &ns; local
205 obj.ipfo_size = sizeof(*nsp);
206 obj.ipfo_ptr = nsp;
  /src/external/bsd/nvi/dist/vi/
vs_split.c 625 SCR *nsp; local
638 nsp = vs_getbg(sp, np);
641 if (vs_swap(sp, &nsp, np))
644 if ((*nspp = nsp) == NULL) {
654 TAILQ_REMOVE(&gp->hq, nsp, q);
657 if (vs_split(sp, nsp, 0)) {
658 TAILQ_INSERT_TAIL(&gp->hq, nsp, q);
680 SCR *nsp; local
686 if (vs_discard(sp, &nsp))
688 if (nsp == NULL)
720 SCR *nsp, *list[2]; local
937 SCR *nsp; local
    [all...]
  /src/games/fortune/strfile/
strfile.c 159 char *nsp; local
205 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++)
209 if (Iflag && isupper((unsigned char)*nsp))
210 fp->first = tolower((unsigned char)*nsp);
212 fp->first = *nsp;
  /src/usr.bin/elf2aout/
elf2aout.c 463 char *newstrings, *nsp; local
485 nsp = newstrings;
514 off = (size_t)(nsp - newstrings);
528 nsp = newstrings + off;
532 *nsp = '_';
533 strcpy(nsp + 1, oldstrings + inbuf[i].st_name);
534 outbuf[i].n_un.n_strx = nsp - newstrings + 4;
535 nsp += len;
  /src/external/bsd/ipf/dist/tools/
ipnat.c 86 void showhostmap __P((natstat_t *nsp));
112 natstat_t ns, *nsp; local
117 nsp = &ns;
219 obj.ipfo_size = sizeof(*nsp);
220 obj.ipfo_ptr = (void *)nsp;
231 natstat_dead(nsp, kernel);
233 dostats(fd, nsp, opts, 0, natfilter);
243 dostats(fd, nsp, opts, 1, natfilter);
252 void natstat_dead(nsp, kernel)
253 natstat_t *nsp;
    [all...]
  /src/external/bsd/nvi/dist/tcl_api/
tcl.c 509 SCR *sp, *nsp; local
522 rval = api_edit(sp, argv[2], &nsp, 1);
528 (void)sprintf(interp->result, "%d", nsp->id);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.c 1070 dt_scope_t *nsp; local
1072 for (; dsp != NULL; dsp = nsp) {
1075 nsp = dsp->ds_next;
  /src/lib/libcurses/
refresh.c 679 __CTRACE(__CTRACE_REFRESH, " nsp:");
682 win->alines[i]->line[j].nsp);
804 curscr->alines[i]->line[j].nsp,
809 _cursesi_screen->__virtscr->alines[i]->line[j].nsp);
818 putattr(__LDATA *nsp)
830 , nsp->attr
838 off = (~nsp->attr & curscr->wattr)
890 __set_color(curscr, nsp->attr & __COLOR);
892 on = (nsp->attr & ~curscr->wattr)
1001 putattr_out(__LDATA *nsp)
1146 __LDATA *nsp, *csp, *cp, *cep, *fsp; local
    [all...]
curses_private.h 77 nschar_t *nsp; /* Foreground non-spacing character pointer */ member in struct:__ldata
339 (_sp)->nsp != NULL || \
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 763 char *newstrings, *nsp; local
790 nsp = newstrings;
801 if (nsp + namelen > newstrings + stringsize)
804 strcpy(nsp, name);
805 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings;
806 nsp += namelen;
821 ecoffp->stringsize = nsp - newstrings;
  /src/external/mpl/dhcp/dist/common/
print.c 42 char *buf, *nsp; local
57 nsp = buf;
60 *nsp++ = ' ';
62 sprintf (nsp, "\\%03o",
64 nsp += 4;
66 *nsp++ = '\\';
67 *nsp++ = *sp;
69 *nsp++ = *sp;
71 *nsp++ = 0;
80 char *buf, *nsp; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c 913 char *nsp; local
977 nsp = (char *) segment->old_stack;
979 if (nsp == NULL)
987 nsp -= 12 * sizeof (void *);
989 nsp -= 6 * sizeof (void *);
992 nsp -= 2 * 160;
994 nsp -= 2 * 96;
999 *next_sp = (void *) nsp;
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c 913 char *nsp; local
977 nsp = (char *) segment->old_stack;
979 if (nsp == NULL)
987 nsp -= 12 * sizeof (void *);
989 nsp -= 6 * sizeof (void *);
992 nsp -= 2 * 160;
994 nsp -= 2 * 96;
999 *next_sp = (void *) nsp;
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 945 natstat_t *nsp; local
953 nsp = &softn->ipf_nat_stats;
955 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
960 if (nsp->ns_active >= softn->ipf_nat_table_max) {
984 (nsp->ns_active > 100)) {
985 softn->ipf_nat_table_max = nsp->ns_active - 100;
1104 nsp->ns_wilds++;
  /src/usr.sbin/installboot/
evboards.c 1065 const char *sp, *nsp; local
1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) {
1092 nsp++; /* skip over NUL */
1093 compatible_len -= (nsp - sp);
1094 sp = nsp;
  /src/usr.sbin/sysinst/
bsddisklabel.c 1384 daddr_t planned_space = 0, nsp, from, align; local
1417 nsp = wanted->infos[i].size;
1425 nsp -= infos[i].size;
1427 if (nsp <= 0)
1429 planned_space += roundup(nsp, align);
  /src/external/bsd/ipf/dist/
ip_nat6.c 971 natstat_t *nsp; local
979 nsp = &softn->ipf_nat_stats;
981 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
986 if (nsp->ns_active >= softn->ipf_nat_table_max) {
1010 (nsp->ns_active > 100)) {
1011 softn->ipf_nat_table_max = nsp->ns_active - 100;
1130 nsp->ns_wilds++;
  /src/sys/dev/pckbport/
synaptics.c 1269 struct synaptics_packet nsp; local
1278 memcpy(&nsp, &packet, sizeof(packet));
1281 nsp.sp_w = ((psc->packet[0] & 0x30) >> 2)
1289 (nsp.sp_w == SYNAPTICS_WIDTH_EXTENDED_W)) {
1301 nsp.sp_secondary = 1;
1303 nsp.sp_sx = ((psc->packet[1] & 0xfe) << 1)
1305 nsp.sp_sy = ((psc->packet[2] & 0xfe) << 1)
1307 nsp.sp_sz = (psc->packet[3] & 0x30)
1315 if (((nsp.sp_sx != 0) &&
1316 ((nsp.sp_sx < synaptics_edge_left) |
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 4435 struct nfsrv_stable *sp, *nsp; local
4517 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4570 struct nfsrv_stable *sp, *nsp; local
4634 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 1860 struct external_nlist nsp;
1866 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1870 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
1871 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
1872 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
1876 H_PUT_16 (abfd, 0, nsp.e_desc);
1877 H_PUT_8 (abfd, 0, nsp.e_other);
1878 H_PUT_8 (abfd, 0, nsp.e_type);
1881 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1885 if (bfd_write (&nsp, amt, abfd) != amt
1856 struct external_nlist nsp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 1860 struct external_nlist nsp;
1866 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1870 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
1871 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
1872 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
1876 H_PUT_16 (abfd, 0, nsp.e_desc);
1877 H_PUT_8 (abfd, 0, nsp.e_other);
1878 H_PUT_8 (abfd, 0, nsp.e_type);
1881 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1885 if (bfd_write (&nsp, amt, abfd) != amt
1856 struct external_nlist nsp; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 1860 struct external_nlist nsp;
1866 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1870 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
1871 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
1872 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
1876 H_PUT_16 (abfd, 0, nsp.e_desc);
1877 H_PUT_8 (abfd, 0, nsp.e_other);
1878 H_PUT_8 (abfd, 0, nsp.e_type);
1881 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1885 if (bfd_write (&nsp, amt, abfd) != amt
1856 struct external_nlist nsp; local
    [all...]

Completed in 126 milliseconds

1 2