| /src/contrib/tcsh/ |
| H A D | tc.who.c | 205 struct who *wp, *wpnew; local 279 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next) 280 wp->who_status = OFFLINE | CLEARED; 310 wp = whohead.who_next; 311 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0) 312 wp = wp->who_next;/* find that tty! */ 314 if (wp->who_next && comp == 0) { /* found the tty... */ 315 if (utmp.ut_time < wp->who_time) 319 wp->who_time = utmp.ut_time; 320 wp->who_status = OFFLINE; [all …]
|
| H A D | sh.func.c | 428 struct whyle *wp; in gotolab() local 434 for (wp = whyles; wp; wp = wp->w_next) in gotolab() 435 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) { in gotolab() 437 btell(&wp->w_end); in gotolab() 440 bseek(&wp->w_end); in gotolab() 753 struct whyle *wp; in search() local 828 wp = whyles; in search() 829 if (wp) { in search() 830 whyles = wp->w_next; in search() 831 wpfree(wp); in search() [all …]
|
| H A D | sh.lex.c | 964 Char *wp; in subword() local 977 wp = domod(cp, type); in subword() 978 if (wp == 0) { in subword() 983 return (wp); in subword() 1021 Char *wp, *xp; in domod() local 1031 wp = Strsave(cp); in domod() 1032 for (xp = wp; (c = *xp) != 0; xp++) in domod() 1035 return (wp); in domod() 1038 wp = NLSChangeCase(cp, 1); in domod() 1039 return wp ? wp : Strsave(cp); in domod() [all …]
|
| /src/sbin/dump/ |
| H A D | tape.c | 104 static struct worker *wp; variable 148 wp = &workers[0]; in alloctape() 149 wp->count = 1; in alloctape() 150 wp->tapea = 0; in alloctape() 151 wp->firstrec = 0; in alloctape() 152 nextblock = wp->tblock; in alloctape() 160 wp->req[trecno].dblk = (ufs2_daddr_t)0; in writerec() 161 wp->req[trecno].count = 1; in writerec() 181 wp->req[trecno].dblk = dblkno; in dumpblock() 182 wp->req[trecno].count = avail; in dumpblock() [all …]
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_window.c | 99 WINDOW *wp; in wsyncup() local 103 for (wp = win; wp->_parent; wp = wp->_parent) { in wsyncup() 105 WINDOW *pp = wp->_parent; in wsyncup() 107 assert((wp->_pary <= pp->_maxy) && in wsyncup() 108 ((wp->_pary + wp->_maxy) <= pp->_maxy)); in wsyncup() 110 for (y = 0; y <= wp->_maxy; y++) { in wsyncup() 111 int left = wp->_line[y].firstchar; in wsyncup() 113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup() 115 int right = wp->_line[y].lastchar + wp->_parx; in wsyncup() 116 left += wp->_parx; in wsyncup() [all …]
|
| H A D | resizeterm.c | 77 WINDOWLIST *wp; in show_window_sizes() local 85 for (each_window(sp, wp)) { in show_window_sizes() 87 (void *) &(wp->win), in show_window_sizes() 88 (long) wp->win._maxy + 1, in show_window_sizes() 89 (long) wp->win._maxx + 1, in show_window_sizes() 90 (long) wp->win._begy, in show_window_sizes() 91 (long) wp->win._begx); in show_window_sizes() 182 WINDOWLIST *wp; in child_depth() local 184 for (each_window(sp, wp)) { in child_depth() 185 WINDOW *tst = &(wp->win); in child_depth() [all …]
|
| /src/usr.sbin/ppp/ |
| H A D | pred.c | 179 u_char *cp, *wp, *hp; in Pred1Output() local 186 hp = wp = MBUF_CTOP(mwp); in Pred1Output() 188 *wp++ = *cp++ = orglen >> 8; in Pred1Output() 189 *wp++ = *cp++ = orglen & 0377; in Pred1Output() 196 len = compress(state, bufp + 2, wp, orglen); in Pred1Output() 201 wp += len; in Pred1Output() 204 memcpy(wp, bufp + 2, orglen); in Pred1Output() 205 wp += orglen; in Pred1Output() 209 *wp++ = fcs & 0377; in Pred1Output() 210 *wp++ = fcs >> 8; in Pred1Output() [all …]
|
| H A D | async.c | 85 u_char *wp; in async_Encode() local 87 wp = *cp; in async_Encode() 90 *wp++ = HDLC_ESC; in async_Encode() 94 *wp++ = HDLC_ESC; in async_Encode() 97 *wp++ = c; in async_Encode() 98 *cp = wp; in async_Encode() 107 struct mbuf *wp; in async_LayerPush() local 120 wp = bp; in async_LayerPush() 122 while (wp) { in async_LayerPush() 123 sp = MBUF_CTOP(wp); in async_LayerPush() [all …]
|
| H A D | deflate.c | 73 u_char *wp, *rp; in DeflateOutput() local 97 wp = MBUF_CTOP(mo); in DeflateOutput() 98 *wp++ = state->seqno >> 8; in DeflateOutput() 99 *wp++ = state->seqno & 0377; in DeflateOutput() 104 state->cx.next_out = wp; in DeflateOutput() 203 u_char *wp; in DeflateInput() local 238 wp = MBUF_CTOP(mo); in DeflateInput() 239 wp[0] = '\0'; in DeflateInput() 248 state->cx.next_out = wp + 1; in DeflateInput() 282 if (!(wp[1] & 1)) { in DeflateInput() [all …]
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_acl.c | 68 static void next_field_w(const wchar_t **wp, const wchar_t **start, 70 static void append_entry_w(wchar_t **wp, const wchar_t *prefix, int type, 72 static void append_id_w(wchar_t **wp, int id); 687 wchar_t *wp, *ws; in archive_acl_to_text_w() local 709 wp = ws = malloc(length * sizeof(*wp)); in archive_acl_to_text_w() 710 if (wp == NULL) { in archive_acl_to_text_w() 718 append_entry_w(&wp, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_w() 721 *wp++ = separator; in archive_acl_to_text_w() 722 append_entry_w(&wp, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_w() 725 *wp++ = separator; in archive_acl_to_text_w() [all …]
|
| /src/contrib/nvi/cl/ |
| H A D | cl_term.c | 93 CHAR_T *wp; in cl_term_init() local 100 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init() 101 MEMCPY(name, wp, wlen); in cl_term_init() 102 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init() 103 MEMCPY(ts, wp, wlen); in cl_term_init() 104 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init() 105 MEMCPY(output, wp, wlen); in cl_term_init() 121 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init() 122 MEMCPY(name, wp, wlen); in cl_term_init() 123 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init() [all …]
|
| /src/crypto/openssh/ |
| H A D | utf8.c | 104 vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap) in vasnmprintf() argument 137 max_width = wp == NULL ? INT_MAX : *wp; in vasnmprintf() 147 } else if (wp == NULL && in vasnmprintf() 212 if (wp != NULL) in vasnmprintf() 213 *wp = total_width; in vasnmprintf() 228 if (wp != NULL) in vasnmprintf() 229 *wp = 0; in vasnmprintf() 240 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf() argument 247 ret = vasnmprintf(&cp, sz, wp, fmt, ap); in snmprintf() 258 asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...) in asmprintf() argument [all …]
|
| /src/crypto/openssl/crypto/whrlpool/ |
| H A D | build.info | 6 $WPASM_x86=wp_block.c wp-mmx.S 9 $WPASM_x86_64=wp-x86_64.s 30 GENERATE[wp-mmx.S]=asm/wp-mmx.pl 31 DEPEND[wp-mmx.S]=../perlasm/x86asm.pl 33 GENERATE[wp-x86_64.s]=asm/wp-x86_64.pl
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string_conversion.c | 133 unicode_to_wc(wchar_t *wp, uint32_t uc) in unicode_to_wc() argument 136 *wp = (wchar_t)uc; in unicode_to_wc() 143 *wp++ = (wchar_t)(((uc >> 10) & 0x3ff) + 0xD800); in unicode_to_wc() 144 *wp = (wchar_t)((uc & 0x3ff) + 0xDC00); in unicode_to_wc() 147 *wp = (wchar_t)uc; in unicode_to_wc() 317 const wchar_t *wp; in test_archive_string_normalization_nfc() local 413 archive_mstring_get_wcs(a, &mstr, &wp)); in test_archive_string_normalization_nfc() 416 assertEqualWString(wc_nfc, wp); in test_archive_string_normalization_nfc() 424 archive_mstring_get_wcs(a, &mstr, &wp)); in test_archive_string_normalization_nfc() 427 assertEqualWString(wc_nfc, wp); in test_archive_string_normalization_nfc() [all …]
|
| /src/usr.bin/mail/ |
| H A D | head.c | 244 nextword(char *wp, char *wbuf) in nextword() argument 248 if (wp == NULL) { in nextword() 252 while ((c = *wp++) != '\0' && c != ' ' && c != '\t') { in nextword() 255 while ((c = *wp++) != '\0' && c != '"') in nextword() 260 wp--; in nextword() 264 for (; c == ' ' || c == '\t'; c = *wp++) in nextword() 268 return (wp - 1); in nextword()
|
| /src/contrib/nvi/ex/ |
| H A D | ex_script.c | 202 CHAR_T *wp; in sscr_getprompt() local 244 if (CHAR2INT5(sp, exp->ibcw, t, p - t, wp, wlen)) in sscr_getprompt() 247 db_append(sp, 0, lline, wp, wlen)) in sscr_getprompt() 277 if (CHAR2INT5(sp, exp->ibcw, buf, llen, wp, wlen)) in sscr_getprompt() 279 if (db_last(sp, &lline) || db_append(sp, 0, lline, wp, wlen)) { in sscr_getprompt() 303 CHAR_T *wp; in sscr_exec() local 309 if (db_get(sp, last_lno, DBG_FATAL, &wp, &wlen)) in sscr_exec() 311 INT2CHAR(sp, wp, wlen, p, last_len); in sscr_exec() 320 if (db_eget(sp, lno, &wp, &wlen, &isempty)) { in sscr_exec() 329 INT2CHAR(sp, wp, wlen, p, len); in sscr_exec() [all …]
|
| H A D | ex_init.c | 140 CHAR_T *wp; in ex_exrc() local 184 CHAR2INT(sp, p, strlen(p) + 1, wp, wlen); in ex_exrc() 185 if (ex_run_str(sp, "NEXINIT", wp, wlen - 1, 1, 0)) in ex_exrc() 188 CHAR2INT(sp, p, strlen(p) + 1, wp, wlen); in ex_exrc() 189 if (ex_run_str(sp, "EXINIT", wp, wlen - 1, 1, 0)) in ex_exrc() 264 CHAR_T *wp; in ex_run_file() local 268 CHAR2INT(sp, name, strlen(name)+1, wp, wlen); in ex_run_file() 269 argv_exp0(sp, &cmd, wp, wlen - 1); in ex_run_file()
|
| /src/contrib/arm-optimized-routines/math/tools/ |
| H A D | exp10.sollya | 11 wp = single; 18 //wp = D; 37 p = roundcoefficients(approx(poly,i), [|wp ...|]); 38 // p = roundcoefficients(approx_abs(poly,i), [|wp ...|]); 49 log10_2 = round(N * log(10) / log(2), wp, RN); 51 log2_10_hi = round(log2_10, wp, RN); 52 log2_10_lo = round(log2_10 - log2_10_hi, wp, RN);
|
| /src/lib/libc/db/test/hash.tests/ |
| H A D | tseq.c | 44 char wp[8192]; variable 67 bcopy ( res.data, wp, res.size ); 68 wp[res.size] = 0; 72 printf ( "%s %s\n", wp, cp );
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | tseq.c | 56 char wp[8192]; variable 79 memcpy ( wp, res.data, res.size ); 80 wp[res.size] = 0; 84 printf ( "%s %s\n", wp, cp );
|
| /src/contrib/nvi/common/ |
| H A D | msg.c | 147 CHAR_T *wp; in msgq() local 150 CHAR2INT(sp, gp->if_name, strlen(gp->if_name) + 1, wp, wlen); in msgq() 151 for (; *wp != '\0'; ++wp) { in msgq() 152 len = snprintf(mp, REM, "%s", KEY_NAME(sp, *wp)); in msgq() 530 CHAR_T *wp; in msgq_status() local 540 CHAR2INT(sp, sp->frp->name, len + 1, wp, wlen); in msgq_status() 543 for (; *wp != '\0'; ++wp) { in msgq_status() 544 len = KEY_LEN(sp, *wp); in msgq_status() 545 memcpy(p, KEY_NAME(sp, *wp), len); in msgq_status() 849 CHAR_T *wp, *cp; in msg_print() local [all …]
|
| /src/tools/test/stress2/misc/ |
| H A D | mprotect5.sh | 30 static char *cp, *wp; 39 if (wp != NULL) 40 *wp += 1; 87 wp = &cp[i]; 95 wp = NULL;
|
| /src/tools/build/cross-build/ |
| H A D | fgetwln_fallback.c | 66 wchar_t *wp; in fgetwln() local 73 wp = reallocarray(fb->wbuf, fb->len, sizeof(wchar_t)); in fgetwln() 74 if (wp == NULL) { in fgetwln() 78 fb->wbuf = wp; in fgetwln()
|
| /src/contrib/nvi/vi/ |
| H A D | v_at.c | 40 CHAR_T *wp; in v_at() local 103 CHAR2INT(sp, nbuf, len, wp, wlen); in v_at() 104 MEMCPY(wbuf, wp, wlen); in v_at() 105 if (v_event_push(sp, NULL, wp, wlen, 0)) in v_at()
|
| /src/sys/dev/qat/qat_common/ |
| H A D | adf_freebsd_transport_debug.c | 27 uint32_t *wp, *end; in adf_ring_show() local 64 wp = ring->base_addr; in adf_ring_show() 67 while (wp < end) { in adf_ring_show() 68 sbuf_printf(&sb, "%p:", wp); in adf_ring_show() 69 for (word = 0; word < 32 / 4; word++, wp++) in adf_ring_show() 70 sbuf_printf(&sb, " %08x", *wp); in adf_ring_show()
|