| /freebsd-12-stable/contrib/nvi/common/ |
| D | options.c | 317 a.len = STRLEN(str); \ in opts_init() 620 INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set() 623 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set() 647 badnum: INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set() 650 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set() 680 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set() 709 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set() 720 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set() 886 curlen = STRLEN(op->name); in opts_dump() 1062 len = STRLEN(name); in opts_search()
|
| D | multibyte.h | 37 #define STRLEN wcslen macro 71 #define STRLEN strlen macro
|
| D | msg.c | 363 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen); in msgq_wstr()
|
| /freebsd-12-stable/contrib/diff/lib/ |
| 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-12-stable/contrib/nvi/ex/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| D | ex_display.c | 73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
|
| 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()
|
| D | ex_util.c | 152 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen); in ex_wemsg()
|
| D | ex_init.c | 59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
|
| D | ex.c | 1206 INT2CHAR(sp, ecp->cmd->name, STRLEN(ecp->cmd->name) + 1, in ex_cmd() 2269 if (STRLEN(cp->name) >= len && in ex_comm_search()
|
| /freebsd-12-stable/contrib/nvi/vi/ |
| D | v_init.c | 58 v_wstrdup(sp, ovip->mcs, STRLEN(ovip->mcs))) == NULL) in v_screen_copy()
|
| D | vs_msg.c | 176 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen); in vs_update() 204 mlen = STRLEN(m2); in vs_update()
|
| D | v_ex.c | 206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1); in v_tagpush()
|
| 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()
|
| D | vs_split.c | 620 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen); in vs_fg()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.str.c | 628 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \ argument 681 STRBUF##_appendn(buf, s, STRLEN(s)); \
|
| /freebsd-12-stable/contrib/nvi/regex/ |
| 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()
|
| D | engine.c | 153 stop = start + STRLEN(start); in matcher()
|
| /freebsd-12-stable/usr.bin/vgrind/ |
| D | vfontedpr.c | 68 #define STRLEN 10 /* length of strings introducing things */ macro
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | shell.c | 11160 #define STRLEN (int)strlen macro 11349 int nKey = STRLEN(zKey); in idxHashAdd() 11351 int nVal = (zVal ? STRLEN(zVal) : 0); in idxHashAdd() 11355 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd() 11383 if( nKey<0 ) nKey = STRLEN(zKey); in idxHashFind() 11387 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashFind() 11412 int nColl = STRLEN(zColl); in idxNewConstraint() 11494 int n = STRLEN(zIn); in expertDequote() 11823 nTab = STRLEN(zTab); in idxGetTableInfo() 11833 nByte += 1 + STRLEN(zCol); in idxGetTableInfo() [all …]
|
| /freebsd-12-stable/contrib/diff/ |
| D | ChangeLog | 368 (STRLEN, STRCAT, MEMPCPY) [HANDLE_MULTIBYTE && !defined _LIBC]:
|