/freebsd/contrib/nvi/common/ |
H A D | options.c | 321 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 D | multibyte.h | 37 #define STRLEN wcslen macro 71 #define STRLEN strlen macro
|
H A D | msg.c | 363 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen); in msgq_wstr()
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-strlen-slm.S | 33 #ifndef STRLEN 34 # define STRLEN strlen macro 65 ENTRY (STRLEN) 293 END (STRLEN)
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 86 # 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 D | ex_write.c | 158 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 D | ex_cscope.c | 138 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 D | ex_filter.c | 138 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 D | ex_argv.c | 289 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 D | ex_display.c | 73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
|
H A D | ex_util.c | 152 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen); in ex_wemsg()
|
H A D | ex_tag.c | 61 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 D | ex_init.c | 59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
|
H A D | ex.c | 1210 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 D | v_init.c | 58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
|
H A D | vs_msg.c | 176 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen); in vs_update() 204 mlen = STRLEN(m2); in vs_update()
|
H A D | v_ex.c | 206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1); in v_tagpush()
|
H A D | v_txt.c | 2020 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 D | vs_split.c | 620 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen); in vs_fg()
|
/freebsd/contrib/tcsh/ |
H A D | tc.str.c | 628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \ argument 681 STRBUF##_appendn(buf, s, STRLEN(s)); \
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 202 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 D | engine.c | 153 stop = start + STRLEN(start); in matcher()
|
/freebsd/usr.bin/vgrind/ |
H A D | vfontedpr.c | 54 #define STRLEN 10 /* length of strings introducing things */ macro
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 11963 #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 D | ChangeLog | 368 (STRLEN, STRCAT, MEMPCPY) [HANDLE_MULTIBYTE && !defined _LIBC]:
|