Home
last modified time | relevance | path

Searched refs:xbuf (Results 1 – 6 of 6) sorted by relevance

/openbsd/bin/ksh/
H A Demacs.c594 if (cp == xbuf) { in x_bword()
837 strlcpy(xbuf, *hp, xend - xbuf); in x_load_hist()
838 xbp = xbuf; in x_load_hist()
839 xep = xcp = xbuf + strlen(xbuf); in x_load_hist()
981 i = xep - xbuf; in x_del_line()
983 xcp = xbuf; in x_del_line()
1003 x_goto(xbuf); in x_mv_begin()
1709 nwords = x_cf_glob(XCF_FILE, xbuf, xep - xbuf, xcp - xbuf, in x_expand()
1742 nwords = x_cf_glob(flags, xbuf, xep - xbuf, xcp - xbuf, in do_complete()
1806 xbp = xbuf; in x_adjust()
[all …]
/openbsd/usr.sbin/amd/amd/
H A Dopts.c493 char xbuf[NLEN+3]; in expand_op() local
503 snprintf(xbuf, sizeof(xbuf), "${%s%s%s}", in expand_op()
509 val = xbuf; in expand_op()
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c5857 char *xbuf = NULL; in Perl_mem_collxfrm_() local
6205 Newx(xbuf, xAlloc, char); in Perl_mem_collxfrm_()
6206 if (UNLIKELY(! xbuf)) { in Perl_mem_collxfrm_()
6213 *(U32*)xbuf = PL_collation_ix; in Perl_mem_collxfrm_()
6368 Renew(xbuf, xAlloc, char); in Perl_mem_collxfrm_()
6369 if (UNLIKELY(! xbuf)) { in Perl_mem_collxfrm_()
6383 Renew(xbuf, COLLXFRM_HDR_LEN + *xlen + 1, char); in Perl_mem_collxfrm_()
6389 return xbuf; in Perl_mem_collxfrm_()
6396 Safefree(xbuf); in Perl_mem_collxfrm_()
6411 const char * xbuf, in S_print_collxfrm_input_and_return() argument
[all …]
H A Dproto.h7035 S_print_collxfrm_input_and_return(pTHX_ const char *s, const char *e, const char *xbuf, const STRLE…
H A Dembed.fnc4397 |NULLOK const char *xbuf \
/openbsd/usr.bin/awk/
H A Drun.c1095 char xbuf[100]; in format() local
1097 snprintf(xbuf, sizeof(xbuf), "%a", 42.0); in format()
1098 have_a_format = (strcmp(xbuf, "0x1.5p+5") == 0); in format()