Home
last modified time | relevance | path

Searched refs:STRLEN (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/nvi/common/
H A Doptions.c321 a.len = STRLEN(str); \ in opts_init()
624 INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set()
627 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set()
651 badnum: INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set()
654 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set()
684 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set()
713 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set()
724 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set()
890 curlen = STRLEN(op->name); in opts_dump()
1066 len = STRLEN(name); in opts_search()
H A Dmultibyte.h37 #define STRLEN wcslen macro
71 #define STRLEN strlen macro
H A Dmsg.c363 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen); in msgq_wstr()
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-strlen-slm.S33 #ifndef STRLEN
34 # define STRLEN strlen macro
65 ENTRY (STRLEN)
293 END (STRLEN)
/freebsd/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/contrib/nvi/ex/
H A Dex_write.c158 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1)) in exwr()
209 if (argv_exp2(sp, cmdp, p, STRLEN(p))) in exwr()
261 INT2CHAR(sp, p, STRLEN(p) + 1, n, nlen); in exwr()
H A Dex_cscope.c138 INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen); in ex_cscope()
212 if (argv_exp2(sp, cmdp, dname, STRLEN(dname))) { in cscope_add()
226 INT2CHAR(sp, dname, STRLEN(dname)+1, np, nlen); in cscope_add()
497 INT2CHAR(sp, pattern, STRLEN(pattern) + 1, np, nlen); in cscope_find()
848 INT2CHAR(sp, subcmd, STRLEN(subcmd) + 1, np, nlen); in cscope_help()
892 INT2CHAR(sp, cn, STRLEN(cn) + 1, np, nlen); in cscope_kill()
H A Dex_filter.c138 INT2CHAR(sp, cmd, STRLEN(cmd)+1, np, nlen); in ex_filter()
284 uwait: INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen); in ex_filter()
H A Dex_argv.c289 len = STRLEN(cp->name); in argv_flt_ex()
378 len += tlen = STRLEN(exp->lastbcomm); in argv_fexp()
604 INT2CHAR(sp, np, STRLEN(np), tp, nlen); in argv_flt_path()
748 INT2CHAR(sp, bp, STRLEN(bp)+1, np, nlen); in argv_sexp()
H A Dex_display.c73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
H A Dex_util.c152 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen); in ex_wemsg()
H A Dex_tag.c61 argv_exp0(sp, &cmd, tagarg, STRLEN(tagarg)); in ex_tag_first()
107 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push()
572 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()
980 INT2CHAR(sp, tag, STRLEN(tag) + 1, np, nlen); in ctag_slist()
H A Dex_init.c59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
H A Dex.c1210 INT2CHAR(sp, ecp->cmd->name, STRLEN(ecp->cmd->name) + 1, in ex_cmd()
2278 if (STRLEN(cp->name) >= len && in ex_comm_search()
/freebsd/contrib/nvi/vi/
H A Dv_init.c58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
H A Dvs_msg.c176 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen); in vs_update()
204 mlen = STRLEN(m2); in vs_update()
H A Dv_ex.c206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1); in v_tagpush()
H A Dv_txt.c2020 if (argv_flt_path(sp, &cmd, bp, STRLEN(bp))) { in txt_fc()
2035 nlen = STRLEN(cmd.argv[0]->bp); in txt_fc()
2060 nlen = STRLEN(bp); in txt_fc()
H A Dvs_split.c620 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen); in vs_fg()
/freebsd/contrib/tcsh/
H A Dtc.str.c628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \ argument
681 STRBUF##_appendn(buf, s, STRLEN(s)); \
/freebsd/contrib/nvi/regex/
H A Dregcomp.c202 len = STRLEN(pattern); in regcomp()
839 if (STRLEN(cp->name) == len && !MEMCMP(cp->name, sp, len)) in p_b_cclass()
906 if (STRLEN(cp->name) == len && MEMCMP(cp->name, sp, len)) in p_b_coll_elem()
H A Dengine.c153 stop = start + STRLEN(start); in matcher()
/freebsd/usr.bin/vgrind/
H A Dvfontedpr.c54 #define STRLEN 10 /* length of strings introducing things */ macro
/freebsd/contrib/sqlite3/
H A Dshell.c11963 #define STRLEN (int)strlen macro
12152 int nKey = STRLEN(zKey); in idxHashAdd()
12154 int nVal = (zVal ? STRLEN(zVal) : 0); in idxHashAdd()
12158 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd()
12186 if( nKey<0 ) nKey = STRLEN(zKey); in idxHashFind()
12190 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashFind()
12215 int nColl = STRLEN(zColl); in idxNewConstraint()
12297 int n = STRLEN(zIn); in expertDequote()
12626 nTab = STRLEN(zTab); in idxGetTableInfo()
12636 nByte += 1 + STRLEN(zCol); in idxGetTableInfo()
[all …]
/freebsd/contrib/diff/
H A DChangeLog368 (STRLEN, STRCAT, MEMPCPY) [HANDLE_MULTIBYTE && !defined _LIBC]: