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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dpch.c74 s.definition_length = ustrlen (defn);
507 defnlen = ustrlen (defn);
646 if (m.definition_length != ustrlen (newdefn)
685 first += ustrlen (first) + 1;
780 size_t defnlen = ustrlen (defn);
H A Dinternal.h681 static inline size_t ustrlen (const unsigned char *);
708 ustrlen (const unsigned char *s1) function
H A Dtraditional.c699 len = ustrlen (text);
H A Dlex.c2059 unsigned int out = dir_name ? ustrlen (dir_name) : 0;
H A Dmacro.c367 len = ustrlen (buf);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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.h612 static inline size_t ustrlen (const unsigned char *);
639 ustrlen (const unsigned char *s1) function
H A Dtraditional.c693 len = ustrlen (text);
H A Dmacro.c329 len = ustrlen (buf);
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c687 ntfs_uastricmp(struct ntfsmount *ntmp, const wchar *ustr, size_t ustrlen, const char *astr, size_t astrlen) argument
692 for (i = 0; i < ustrlen && astrlen > 0; i++) {
699 if (i == ustrlen && astrlen == 0)
701 else if (i == ustrlen)
711 ntfs_uastrcmp(struct ntfsmount *ntmp, const wchar *ustr, size_t ustrlen, const char *astr, size_t astrlen) argument
716 for (i = 0; (i < ustrlen) && astrlen > 0; i++) {
723 if (i == ustrlen && astrlen == 0)
725 else if (i == ustrlen)

Completed in 230 milliseconds