Home
last modified time | relevance | path

Searched refs:fth_strlen (Results 1 – 10 of 10) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dio.c843 size = fth_strlen(line); in string_write_line()
1133 blen = fth_strlen(bname); in file_number()
1141 plen = fth_strlen(path); in file_number()
1669 if (send(FTH_IO_SOCKET_FD(ptr), line, fth_strlen(line), 0) == -1) in socket_write_line()
1726 host_del = fth_format("%.*s", (int) fth_strlen(host) - 1, host); in socket_unlink()
1752 fth_strlen(sun.sun_path)); \
1782 fth_strlen(sun.sun_path)); \
2259 if (sendto(fd, msg, fth_strlen(msg), flags, addr, len) == -1) in ficl_sendto()
H A Dmisc.c837 if (fth_strlen(name) > 0) in fth_add_feature()
865 if (fth_strlen(name) > 0) { in fth_provided_p()
938 len = fth_strlen(Path); \
1763 if (fth_strlen(vm->pad) > 0) in fth_parse_word()
1802 ficlStrincmp(word->name, text, fth_strlen(text)) == 0); in find_in_wordlist()
2943 if (sethostname(name, (int) fth_strlen(name)) == -1) in ficl_sethostname()
2946 if (sethostname(name, fth_strlen(name)) == -1) in ficl_sethostname()
H A Dutils.c165 fth_strlen(const char *s) in fth_strlen() function
1496 size = fth_strlen(line); in repl_append_history()
1539 ln = fth_strlen(line); in repl_expand_history()
1576 sl = fth_strlen(re); in repl_expand_history()
H A Dregexp.c222 r->length = (ficlInteger) fth_strlen(reg); in fth_make_regexp()
615 rpl_len = (ficlInteger) fth_strlen(rpl); in fth_regexp_replace()
H A Dprintf.c620 len = (int) fth_strlen(str); in fth_basic_printf()
950 return ((int) fth_strlen(*result)); in fth_vasprintf()
H A Dfth.c193 len = fth_strlen(buf); in repl_in_place()
H A Dfile.c1070 if (fth_strlen(name) > 0) in fth_stat()
1560 flen = fth_strlen(d->d_name); in fth_file_match_dir()
H A Dfth.h1034 size_t fth_strlen(const char *);
H A Dnumbers.c2630 loc_len = fth_strlen(loc); /* skip \0 above */ in ficl_parse_complex()
/dports/lang/fth/fth-1.4.1/ficl/
H A Dficl.h584 (string).length = (ficlUnsigned)fth_strlen(cstring); \