Searched refs:wp (Results 26 - 50 of 75) sorted by relevance

123

/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Dlbc.h71 uint8_t wp; /* write protect */ member in struct:lbc_bank
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c217 WINDOWLIST *wp; local
229 if ((wp = typeCalloc(WINDOWLIST, 1)) == 0)
232 win = &(wp->win);
313 wp->next = _nc_windows;
314 wp->screen = SP;
315 _nc_windows = wp;
334 WINDOWLIST *wp = (WINDOWLIST *) win; local
335 sp = wp->screen;
H A Dwresize.c53 WINDOWLIST *wp; local
59 for (each_window(wp)) {
60 WINDOW *tst = &(wp->win);
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddeflate.c73 u_char *wp, *rp; local
97 wp = MBUF_CTOP(mo);
98 *wp++ = state->seqno >> 8;
99 *wp++ = state->seqno & 0377;
104 state->cx.next_out = wp;
203 u_char *wp; local
238 wp = MBUF_CTOP(mo);
239 wp[0] = '\0';
248 state->cx.next_out = wp + 1;
282 if (!(wp[
[all...]
H A Dfilter.c247 char *wp; local
250 ruleno = strtol(*argv, &wp, 0);
251 if (*argv == wp || ruleno >= MAXFILTERS) {
273 val = strtol(*argv, &wp, 0);
274 if (!*wp && val >= 0 && val < MAXFILTERS) {
/freebsd-9.3-release/sys/boot/ficl/
H A Dtools.c739 FICL_WORD *wp; local
750 for (wp = pHash->table[i]; wp != NULL; wp = wp->link, nWords++)
752 if (wp->nName == 0) /* ignore :noname defs */
755 cp = wp->name;
816 FICL_WORD *wp; local
822 for (wp = pHash->table[i]; wp !
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c948 Char *wp; local
961 wp = domod(cp, type);
962 if (wp == 0) {
967 return (wp);
1005 Char *wp, *xp; local
1012 wp = Strsave(cp);
1013 for (xp = wp; (c = *xp) != 0; xp++)
1016 return (wp);
1019 wp = NLSChangeCase(cp, 1);
1020 return wp
[all...]
H A Dsh.func.c432 struct whyle *wp; local
438 for (wp = whyles; wp; wp = wp->w_next)
439 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) {
441 btell(&wp->w_end);
444 bseek(&wp->w_end);
757 struct whyle *wp; local
1001 getword(struct Strbuf *wp) argument
1107 wpfree(struct whyle *wp) argument
1136 struct whyle *wp = whyles; local
[all...]
H A Dsh.misc.c233 Char **wp = xcalloc(blklen(up) + blklen(vp) + 1, sizeof(Char **)); local
235 (void) blkcpy(wp, up);
236 return (blkcat(wp, vp));
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddb_hwwatch.c45 static void db_watch_print(vm_offset_t wp, int bm);
178 db_watch_print(vm_offset_t wp, int bm) argument
182 db_printf("\tat 0x%lx, active bytes: ", (u_long)wp);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c44 char **wp; local
48 wp = NULL;
65 wp = getwords(wb);
69 return(gflg? (char **)NULL: wp);
H A Dsh2.c16 char **wp; member in union:__anon5421
67 _PROTOTYPE(static struct op *block, (int type, struct op *t1, struct op *t2, char **wp ));
453 block(type, t1, t2, wp)
456 char **wp;
464 t->words = wp;
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-fd.h47 u_int8_t wp :1; /* write protect */ member in struct:afd_capabilities
/freebsd-9.3-release/sbin/routed/
H A Drdisc.c118 n_long *wp, *lim; local
135 wp = &p->ad.icmp_ad_info[0].icmp_ad_addr;
136 lim = &wp[(len - sizeof(p->ad)) / sizeof(*wp)];
137 for (i = 0; i < p->ad.icmp_ad_num && wp <= lim; i++) {
139 naddr_ntoa(wp[0]), (int)ntohl(wp[1]));
140 wp += p->ad.icmp_ad_asize;
953 n_long *wp; local
1032 wp
[all...]
/freebsd-9.3-release/bin/stty/
H A Dgfmt.c59 gprint(struct termios *tp, struct winsize *wp __unused, int ldisc __unused)
H A Dprint.c52 print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt) argument
86 cnt += printf(" %d rows; %d columns;", wp->ws_row, wp->ws_col);
/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A Ddumpmyself.c16 unsigned int *wp; local
/freebsd-9.3-release/lib/libedit/
H A Dvi.c1052 const char *wp = HIST_FIRST(el); local
1058 if (wp == NULL)
1063 while (isspace((unsigned char)*wp))
1064 wp++;
1065 if (*wp == 0)
1067 wsp = wp;
1068 while (*wp && !isspace((unsigned char)*wp))
1069 wp++;
1070 wep = wp;
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c2035 register char * wp; local
2037 wp = ecpyalloc(_("no POSIX environment variable for zone"));
2038 wp = ecatalloc(wp, " ");
2039 wp = ecatalloc(wp, zpfirst->z_name);
2040 warning(wp);
2041 ifree(wp);
2616 register char * wp; local
2619 wp
[all...]
H A Dzdump.c209 register char * wp; local
214 wp = NULL;
219 wp = _("has fewer than 3 characters");
221 wp = _("has more than 6 characters");
223 wp = "has characters other than ASCII alphanumerics, '-' or '+'";
229 progname, zone, abbrp, wp);
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c174 unsigned long *wp; local
185 wp = (unsigned long *) loc;
186 *wp = *(unsigned long *)(intptr_t)rem;
187 TRACE_SELF_COPYIN4(rem, len, wp)
H A Duwx_trace.h277 #define TRACE_SELF_COPYIN4(rem, len, wp) \
282 (len), *(wp));
364 #define TRACE_SELF_COPYIN4(rem, len, wp)
/freebsd-9.3-release/usr.bin/make/
H A Dvar.c650 const char *wp; local
661 wp = word;
669 xrv = regexec(&pat->re, wp, pat->nsub, pat->matches, flags);
678 (const Byte *)wp);
720 subbuf = wp + pat->matches[n].rm_so;
735 wp += pat->matches[0].rm_eo;
741 Buf_AddByte(buf, (Byte)*wp);
742 wp++;
744 if (*wp)
747 if (*wp) {
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfrun.c967 struct target_waitstatus *wp;
1047 ecs->ptid = target_wait_hook (ecs->waiton_ptid, ecs->wp);
1049 ecs->ptid = target_wait (ecs->waiton_ptid, ecs->wp);
1105 target_wait_hook (async_ecs->waiton_ptid, async_ecs->wp);
1107 async_ecs->ptid = target_wait (async_ecs->waiton_ptid, async_ecs->wp);
1146 ecs->wp = &(ecs->ws);
1428 target_last_waitstatus = *ecs->wp;
1876 ecs->wp = &(ecs->ws);
1981 ecs->wp = &(ecs->tmpstatus);
2023 ecs->wp
962 struct target_waitstatus *wp; member in struct:execution_control_state
[all...]
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dtextmap318 weierstrass wp

Completed in 319 milliseconds

123