Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/nvi/dist/common/
H A Doptions.c357 a.len = STRLEN(str); \ in opts_init()
667 INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set()
670 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set()
694 badnum: INT2CHAR(sp, name, STRLEN(name) + 1, in opts_set()
697 INT2CHAR(sp, sep, STRLEN(sep) + 1, in opts_set()
727 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set()
756 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set()
767 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nlen); in opts_set()
933 curlen = STRLEN(op->name); in opts_dump()
1105 len = STRLEN(name); in opts_search()
H A Dmultibyte.h44 #define STRLEN wcslen macro
77 #define STRLEN strlen macro
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_cscope.c149 INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen); in ex_cscope()
225 if (argv_exp2(sp, cmdp, dname, STRLEN(dname))) { in cscope_add()
235 INT2CHAR(sp, dname, STRLEN(dname)+1, np, nlen); in cscope_add()
240 INT2CHAR(sp, dname, STRLEN(dname)+1, np, nlen); in cscope_add()
484 INT2CHAR(sp, pattern, STRLEN(pattern) + 1, np, nlen); in cscope_find()
812 INT2CHAR(sp, subcmd, STRLEN(subcmd) + 1, np, nlen); in cscope_help()
854 INT2CHAR(sp, cn, STRLEN(cn) + 1, np, nlen); in cscope_kill()
H A Dex_write.c168 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1)) in exwr()
219 if (argv_exp2(sp, cmdp, p, STRLEN(p))) in exwr()
272 INT2CHAR(sp, p, STRLEN(p) + 1, n, nlen); in exwr()
H A Dex_filter.c154 INT2SYS(sp, cmd, STRLEN(cmd)+1, np, nlen); in ex_filter()
290 uwait: INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen); in ex_filter()
H A Dex_argv.c225 STRLEN(bp + SHELLOFFSET) + 1, np1, nlen); in argv_exp2()
342 len += tlen = STRLEN(exp->lastbcomm); in argv_fexp()
701 INT2CHAR(sp, bp, STRLEN(bp)+1, np, nlen); in argv_sexp()
H A Dex_tag.c81 argv_exp0(sp, &cmd, tagarg, STRLEN(tagarg)); in ex_tag_first()
145 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push()
623 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()
1087 INT2CHAR(sp, tag, STRLEN(tag) + 1, np, nlen); in gtag_slist()
1159 INT2CHAR(sp, tag, STRLEN(tag) + 1, np, nlen); in ctag_slist()
H A Dex_display.c82 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
H A Dex_util.c162 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen); in ex_wemsg()
H A Dex_init.c70 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrftime.c104 # define STRLEN(s) __wcslen (s) macro
117 # define STRLEN(s) strlen (s) macro
509 # define aw_len STRLEN (a_wkday)
510 # define am_len STRLEN (a_month)
511 # define ap_len STRLEN (ampm)
765 cpy (STRLEN (f_wkday), f_wkday);
796 cpy (STRLEN (f_month), f_month);
956 size_t digitlen = STRLEN (cp);
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c91 # define STRLEN(s) __wcslen (s) macro
100 # define STRLEN(s) strlen (s) macro
414 # define aw_len STRLEN (a_wkday) in my_strftime()
415 # define am_len STRLEN (a_month) in my_strftime()
416 # define ap_len STRLEN (ampm) in my_strftime()
690 cpy (STRLEN (f_wkday), f_wkday); in my_strftime()
721 cpy (STRLEN (f_month), f_month); in my_strftime()
889 size_t digitlen = STRLEN (cp); in my_strftime()
H A Dfnmatch.c192 # define STRLEN(S) strlen (S) macro
219 # define STRLEN(S) __wcslen (S) macro
223 # define STRLEN(S) wcslen (S) macro
H A Dfnmatch_loop.c1012 size_t pattern_len = STRLEN (pattern); in EXT()
1192 #undef STRLEN
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch.c161 # define STRLEN(S) strlen (S) macro
188 # define STRLEN(S) __wcslen (S) macro
192 # define STRLEN(S) wcslen (S) macro
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_event.c106 INT2CHAR(sp, vp->ev.e_str2, STRLEN(vp->ev.e_str2)+1, np, nlen); in v_editopt()
144 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw)); in v_tag()
176 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw)); in v_tagsplit()
H A Dvs_msg.c184 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen); in vs_update()
212 mlen = STRLEN(m2); in vs_update()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.c134 #define STRLEN(S) strlen (S) macro
155 #define STRLEN(S) wcslen (S) macro
H A Dfnmatch_loop.c989 size_t pattern_len = STRLEN (pattern); in EXT()
1206 #undef STRLEN
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_term.c132 ipb.len1 = STRLEN(opt->name) * sizeof(CHAR_T); in ip_optchange()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfnmatch_loop.c.diff11 size_t pattern_len = STRLEN (pattern);
33 size_t pattern_len = STRLEN (pattern);
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs409 STRLEN len; \
1001 STRLEN len;
1054 STRLEN len;
1223 STRLEN len;
1297 STRLEN len;
1353 STRLEN len;
2113 STRLEN len;
2913 STRLEN len;
3094 STRLEN len;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dconfig.c184 STRLEN len; in perl_cf()
/netbsd-src/external/bsd/nvi/dist/perl_api/
H A Dperl.xs329 INT2CHAR(scrp, cmdp, STRLEN(cmdp)+1, np, nlen);
424 INT2CHAR(scrp, cmdp, STRLEN(cmdp)+1, np, nlen);
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c75 #define STRLEN(a) wcslen(a) macro
85 #define STRLEN(a) strlen(a) macro
1317 size_t rlen = STRLEN(result); in WDECL()

12