Searched refs:wp (Results 51 - 75 of 116) sorted by relevance

12345

/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dlbc.h102 uint8_t wp; /* write protect */ member in struct:lbc_bank
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dwresize.c54 WINDOWLIST *wp; local
63 for (each_window(SP_PARM, wp)) {
64 WINDOW *tst = &(wp->win);
/freebsd-11.0-release/bin/stty/
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-11.0-release/contrib/nvi/cl/
H A Dcl_read.c55 CHAR_T *wp; local
109 wp, wlen);
110 evp->e_csp = wp;
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_filter.c304 CHAR_T *wp; local
309 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
310 if (ex_ldisplay(sp, wp, wlen, 0, 0))
H A Dex_read.c307 CHAR_T *wp; local
329 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
330 if (db_append(sp, 1, lno, wp, wlen))
H A Dex_argv.c367 CHAR_T *wp; local
401 CHAR2INT(sp, t, tlen, wp, wlen);
402 MEMCPY(p, wp, wlen);
416 CHAR2INT(sp, t, tlen, wp, wlen);
417 MEMCPY(p, wp, wlen);
566 CHAR_T *wp; local
626 CHAR2INT(sp, dp->d_name, len + 1, wp, wlen);
636 MEMCPY(n, wp, wlen);
/freebsd-11.0-release/lib/libedit/
H A Dvi.c1082 const Char *wp = HIST_FIRST(el); local
1088 if (wp == NULL)
1093 while (Isspace(*wp))
1094 wp++;
1095 if (*wp == 0)
1097 wsp = wp;
1098 while (*wp && !Isspace(*wp))
1099 wp++;
1100 wep = wp;
[all...]
/freebsd-11.0-release/contrib/nvi/common/
H A Dexf.c530 CHAR_T *wp; local
566 wp, wlen);
567 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 1))
1032 CHAR_T *wp; local
1071 CHAR2INT(sp, bname, strlen(bname), wp, wlen);
1072 if ((wp = v_wstrdup(sp, wp, wlen)) == NULL)
1074 if (argv_exp2(sp, &cmd, wp, wlen)) {
1075 free(wp);
1078 free(wp);
[all...]
/freebsd-11.0-release/contrib/tzcode/zic/
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);
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...]
/freebsd-11.0-release/contrib/mdocml/
H A Dcgi.c916 char *query, *rp, *wp; local
956 argv[argc++] = wp = rp;
959 *wp = '\0';
965 if (wp != rp)
966 *wp = *rp;
969 wp++;
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c104 unsigned int wc, wp; /* Consumer/producer wbuf */ member in struct:xencons_priv
438 used = cons->wp - cons->wc;
450 while (cons->wc != cons->wp) {
452 sz = cons->wp - cons->wc;
482 if ((cons->wp - cons->wc) < WBUF_SIZE)
483 cons->wbuf[WBUF_MASK(cons->wp++)] = c;
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_path.c377 const wchar_t *wp; local
422 archive_match_path_unmatched_inclusions_next_w(m, &wp));
423 assertEqualWString(L"^a1*", wp);
425 archive_match_path_unmatched_inclusions_next_w(m, &wp));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h148 EnableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true) override;
151 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true) override;
/freebsd-11.0-release/secure/lib/libcrypto/
H A DMakefile.asm50 SRCS+= wp-x86_64.pl
133 SRCS+= wp-mmx.pl
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh2.c16 char **wp; member in union:__anon6999
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-11.0-release/usr.sbin/ppp/
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-11.0-release/contrib/tcsh/
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-11.0-release/contrib/nvi/vi/
H A Dv_ex.c176 CHAR_T *wp; local
193 CHAR2INT(sp, name, strlen(name) + 1, wp, wlen);
194 argv_exp0(sp, &cmd, wp, wlen);
H A Dvs_refresh.c799 CHAR_T *wp, *p; local
802 CHAR2INT(sp, sp->frp->name, strlen(sp->frp->name) + 1, wp, l);
803 p = wp + l;
804 for (ellipsis = 0, cols = sp->cols / 2; --p > wp;) {
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointList.cpp118 bool operator() (const WatchpointSP &wp) const
120 return m_watch_id == wp->GetID();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h203 EnableWatchpoint (Watchpoint *wp, bool notify = true) override;
206 DisableWatchpoint (Watchpoint *wp, bool notify = true) override;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c550 const wchar_t *wp; local
552 wp = archive_entry_pathname_w(entry_original);
553 if (wp != NULL && wp[wcslen(wp) -1] != L'/') {
557 path_length = wcslen(wp);
566 if (wp[path_length -1] == L'\\')
568 archive_wstrncpy(&ws, wp, path_length);

Completed in 429 milliseconds

12345