Home
last modified time | relevance | path

Searched refs:strlen (Results 1 – 25 of 3836) sorted by last modified time

12345678910>>...154

/freebsd/include/
H A Dstring.h98 size_t strlen(const char *) __pure;
/freebsd/sbin/newfs/
H A Dnewfs.c151 if (strlen(volumelabel) >= MAXVOLLEN) { in main()
349 part_name = special[strlen(special) - 1]; in main()
/freebsd/contrib/one-true-awk/
H A Drun.c493 size_t slen = strlen(s); in makearraystring()
611 n = strlen(s); in u8_isutf()
640 n = strlen(s); in u8_rune()
678 n = strlen(s); in u8_strlen()
716 b = strlen(s); in u8_byte2char()
1193 n = strlen(t); in format()
1197 p += strlen(p); in format()
1208 n = strlen(t); in format()
1377 p += strlen(p); in format()
1608 n1 = strlen(getsval(x)); in cat()
[all …]
H A Dlex.c644 for (i = strlen(s)-1; i >= 0; i--) in unputstr()
/freebsd/contrib/ldns/
H A Dparse.c243 return (ssize_t)strlen(token); in ldns_fget_token_l_resolv_conf()
254 return (ssize_t)strlen(token); in ldns_fget_token_l()
273 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in ldns_fget_keyword_data_l()
492 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in ldns_bget_keyword_data()
505 if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) { in ldns_bget_keyword_data()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c661 MPASS(strlen(target) < MAXPATHLEN); in tmpfs_alloc_node()
662 nnode->tn_size = strlen(target); in tmpfs_alloc_node()
/freebsd/contrib/bmake/
H A Dvar.c404 size_t value_len = strlen(value); in VarNew()
537 if (ch_isspace(value[strlen(value) - 1])) in ValueDescription()
1353 SepBuf_AddBytes(buf, str, strlen(str)); in SepBuf_AddStr()
1810 size_t len2 = strlen(str); in Hash()
2253 size_t n = strlen(modname); in ModMatch()
2261 size_t n = strlen(modname); in ModMatchEq()
3133 size_t i, n = strlen(str) + 1; in str_toupper()
3143 size_t i, n = strlen(str) + 1; in str_tolower()
H A DChangeLog862 condense RegexReplace for the modifier ':C' and avoid strlen
1141 reduce memory allocation and strlen calls in modifier ':from=to'
1146 avoid unnecessary calls to strlen when evaluating modifiers
1427 str.c: remove redundant call to strlen in Str_Words
2045 o optimize some buffer operations - avoid strlen
H A Djob.c776 char *esc = bmake_malloc(strlen(cmd) * 2 + 1); in EscapeShellDblQuot()
2457 newShell.noPrintLen = strlen(newShell.noPrint); in Job_ParseShell()
H A Dmain.c219 len = strlen(arg); in MainParseArgDebugFile()
1729 cmd_len = strlen(cmd); in Cmd_Exec()
/freebsd/sbin/ifconfig/
H A Difconfig.c606 return (strlen(ifname) >= IFNAMSIZ); in isnametoolong()
1593 ifr.ifr_buffer.length = strlen(val) + 1; in setifdescr()
1753 if (strlen(descr) > 0) in print_description()
1943 dp = ifname + strlen(ifname) - 1; in ifmaybeload()
/freebsd/
H A DObsoleteFiles.inc13320 OLD_FILES+=usr/tests/lib/libc/string/strlen
13518 OLD_FILES+=usr/tests/lib/libc/string/.debug/strlen.debug
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c534 lep_len = strlen(dlep); in linprocfs_domtab()
588 lep_len = strlen(dlep); in linprocfs_doprocmountinfo()
/freebsd/sys/net/
H A Dif_ovpn.c2405 return (strncmp(ovpnname, name, strlen(ovpnname)) == 0); in ovpn_clone_match()
/freebsd/lib/libc/
H A DMakefile180 strcmp.c strcpy.c strlen.c strncpy.c strrchr.c
/freebsd/lib/libc/amd64/string/
H A Dstrncat.c21 len = strlen(dest); in strncat()
/freebsd/lib/libc/gen/
H A Dgetcwd.c95 ept = pt + strlen(pt) - 1; in __ssp_real()
/freebsd/lib/libc/secure/
H A Dstpcpy_chk.c45 size_t len = strlen(src); in __stpcpy_chk()
H A Dstrcpy_chk.c45 size_t len = strlen(src) + 1; in __strcpy_chk()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c826 vap->va_size = strlen(de->de_symlink); in devfs_getattr()
943 i = strlen(p) + 1; in devfs_ioctl()
1121 td->td_ucred, pname, strlen(pname), &cdev); in devfs_lookupx()
1528 return (uiomove(de->de_symlink, strlen(de->de_symlink), ap->a_uio)); in devfs_readlink()
1879 i = strlen(ap->a_target) + 1; in devfs_symlink()
/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.c1005 end = env + strlen(env); in usb_quirk_add_entry_from_str()
/freebsd/bin/rmdir/
H A Drmdir.c87 p = path + strlen(path); in rm_path()
/freebsd/sys/netinet/
H A Dsctputil.c5001 info_len = strlen(info); in sctp_generate_cause()
H A Dsctp_output.c5845 min(strlen(SCTP_VERSION_STRING), sizeof(stc.identification))); in sctp_send_initiate_ack()
/freebsd/sys/kern/
H A Dvfs_vnops.c2782 olen = strlen(kif->kf_path); in vn_fill_junk()

12345678910>>...154