Lines Matching +defs:b +defs:start
45 #define max(a, b) ((a)>(b)?(a):(b)) argument
49 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) argument
1141 const wchar_t *start; in archive_acl_from_text_w() member
1177 const wchar_t *start, *end; in archive_acl_from_text_w() local
1399 isint_w(const wchar_t *start, const wchar_t *end, int *result) in isint_w()
1426 ismode_w(const wchar_t *start, const wchar_t *end, int *permset) in ismode_w()
1460 is_nfs4_perms_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_perms_w()
1523 is_nfs4_flags_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_flags_w()
1569 next_field_w(const wchar_t **wp, const wchar_t **start, in next_field_w()
1625 const char *start; in archive_acl_from_text_l() member
1660 const char *start, *end; in archive_acl_from_text_l() local
1889 isint(const char *start, const char *end, int *result) in isint()
1916 ismode(const char *start, const char *end, int *permset) in ismode()
1950 is_nfs4_perms(const char *start, const char *end, int *permset) in is_nfs4_perms()
2013 is_nfs4_flags(const char *start, const char *end, int *permset) in is_nfs4_flags()
2059 next_field(const char **p, const char **start, in next_field()