Searched refs:STRLEN (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h37 #define STRLEN wcslen macro
71 #define STRLEN strlen macro
H A Doptions.c317 a.len = STRLEN(str); \
620 INT2CHAR(sp, name, STRLEN(name) + 1,
623 INT2CHAR(sp, sep, STRLEN(sep) + 1,
647 badnum: INT2CHAR(sp, name, STRLEN(name) + 1,
650 INT2CHAR(sp, sep, STRLEN(sep) + 1,
680 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen);
709 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) {
720 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen);
886 curlen = STRLEN(op->name);
1062 len = STRLEN(nam
[all...]
H A Dmsg.c363 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen);
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_init.c58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL)
H A Dvs_msg.c176 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen);
204 mlen = STRLEN(m2);
H A Dv_ex.c206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1);
H A Dv_txt.c2020 if (argv_flt_path(sp, &cmd, bp, STRLEN(bp))) {
2035 nlen = STRLEN(cmd.argv[0]->bp);
2060 nlen = STRLEN(bp);
H A Dvs_split.c620 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen);
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_write.c158 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1))
209 if (argv_exp2(sp, cmdp, p, STRLEN(p)))
261 INT2CHAR(sp, p, STRLEN(p) + 1, n, nlen);
H A Dex_display.c73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len);
H A Dex_filter.c138 INT2CHAR(sp, cmd, STRLEN(cmd)+1, np, nlen);
284 uwait: INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen);
H A Dex_util.c152 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen);
H A Dex_cscope.c138 INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen);
212 if (argv_exp2(sp, cmdp, dname, STRLEN(dname))) {
226 INT2CHAR(sp, dname, STRLEN(dname)+1, np, nlen);
490 INT2CHAR(sp, pattern, STRLEN(pattern) + 1, np, nlen);
834 INT2CHAR(sp, subcmd, STRLEN(subcmd) + 1, np, nlen);
878 INT2CHAR(sp, cn, STRLEN(cn) + 1, np, nlen);
H A Dex_argv.c289 len = STRLEN(cp->name);
378 len += tlen = STRLEN(exp->lastbcomm);
604 INT2CHAR(sp, np, STRLEN(np), tp, nlen);
748 INT2CHAR(sp, bp, STRLEN(bp)+1, np, nlen);
H A Dex_tag.c61 argv_exp0(sp, &cmd, tagarg, STRLEN(tagarg));
107 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl)
572 STRLEN(oexp->tag_last))) == NULL) {
980 INT2CHAR(sp, tag, STRLEN(tag) + 1, np, nlen);
H A Dex_init.c59 STRLEN(oexp->lastbcomm))) == NULL) {
H A Dex.c1206 INT2CHAR(sp, ecp->cmd->name, STRLEN(ecp->cmd->name) + 1,
/freebsd-13-stable/contrib/diff/lib/
H A Dstrftime.c86 # define STRLEN(s) __wcslen (s) macro
95 # define STRLEN(s) strlen (s) macro
404 # define aw_len STRLEN (a_wkday)
405 # define am_len STRLEN (a_month)
406 # define ap_len STRLEN (ampm)
666 cpy (STRLEN (f_wkday), f_wkday);
697 cpy (STRLEN (f_month), f_month);
854 size_t digitlen = STRLEN (cp);
/freebsd-13-stable/contrib/tcsh/
H A Dtc.str.c628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \
681 STRBUF##_appendn(buf, s, STRLEN(s)); \
/freebsd-13-stable/usr.bin/vgrind/
H A Dvfontedpr.c68 #define STRLEN 10 /* length of strings introducing things */ macro
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c202 len = STRLEN(pattern);
839 if (STRLEN(cp->name) == len && !MEMCMP(cp->name, sp, len))
906 if (STRLEN(cp->name) == len && MEMCMP(cp->name, sp, len))
H A Dengine.c153 stop = start + STRLEN(start);
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c8404 #define STRLEN (int)strlen macro
8593 int nKey = STRLEN(zKey);
8595 int nVal = (zVal ? STRLEN(zVal) : 0);
8599 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){
8627 if( nKey<0 ) nKey = STRLEN(zKey);
8631 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){
8656 int nColl = STRLEN(zColl);
8738 int n = STRLEN(zIn);
9057 int nTab = STRLEN(zTab);
9067 nByte += 1 + STRLEN(zCo
[all...]

Completed in 282 milliseconds