Searched refs:ustrlen (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/libcpp/
H A Dpch.c72 s.definition_length = ustrlen (defn);
474 if (m.definition_length != ustrlen (newdefn)
513 first += ustrlen (first) + 1;
592 size_t defnlen = ustrlen (defn);
H A Dinternal.h620 static inline size_t ustrlen (const unsigned char *);
647 ustrlen (const unsigned char *s1) function
H A Dtraditional.c693 len = ustrlen (text);
H A Dmacro.c300 len = ustrlen (buf);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h584 static inline size_t ustrlen PARAMS ((const uchar *));
605 ustrlen (s1)
H A Dcpptrad.c794 len = ustrlen (text);
H A Dcppmacro.c282 cpp_push_buffer (pfile, buf, ustrlen (buf), /* from_stage3 */ true, 1);
/openbsd-current/sys/ntfs/
H A Dntfs_subr.c653 ntfs_uastricmp(struct ntfsmount *ntmp, const wchar *ustr, size_t ustrlen, argument
660 for (i = 0; i < ustrlen && astr < astrend; i++) {
667 if (i == ustrlen && astr == astrend)
669 else if (i == ustrlen)
679 ntfs_uastrcmp(struct ntfsmount *ntmp, const wchar *ustr, size_t ustrlen, argument
686 for (i = 0; (i < ustrlen) && (astr < astrend); i++) {
692 if (i == ustrlen && astr == astrend)
694 else if (i == ustrlen)

Completed in 213 milliseconds