sep 113 lib/util/charset/charset.h bool next_token(const char **ptr,char *buff, const char *sep, size_t bufsize); sep 79 lib/util/charset/util_unistr.c _PUBLIC_ bool next_token(const char **ptr,char *buff, const char *sep, size_t bufsize) sep 91 lib/util/charset/util_unistr.c if (!sep) sep 92 lib/util/charset/util_unistr.c sep = " \t\n\r"; sep 95 lib/util/charset/util_unistr.c while (*s && strchr_m(sep,*s)) sep 103 lib/util/charset/util_unistr.c for (quoted = false; len < bufsize && *s && (quoted || !strchr_m(sep,*s)); s++) { sep 832 lib/util/util.c const char *sep, sep 849 lib/util/util.c if (!sep) { sep 850 lib/util/util.c sep = " \t\n\r"; sep 855 lib/util/util.c while (*s && strchr_m(sep,*s)) { sep 870 lib/util/util.c (quoted || !strchr_m(sep,*s)); s++) { sep 888 lib/util/util.c (quoted || !strchr_m(sep,*s)); s++) { sep 905 lib/util/util.c const char *sep) sep 907 lib/util/util.c return next_token_internal_talloc(ctx, ptr, pp_buff, sep, true); sep 919 lib/util/util.c const char *sep) sep 921 lib/util/util.c return next_token_internal_talloc(ctx, ptr, pp_buff, sep, false); sep 210 lib/util/util.h const char *sep); sep 220 lib/util/util.h const char *sep); sep 404 lib/util/util.h _PUBLIC_ char **str_list_make(TALLOC_CTX *mem_ctx, const char *string, const char *sep); sep 411 lib/util/util.h _PUBLIC_ const char **str_list_make_shell(TALLOC_CTX *mem_ctx, const char *string, const char *sep); sep 420 lib/util/util.h _PUBLIC_ char *str_list_join_shell(TALLOC_CTX *mem_ctx, const char **list, char sep); sep 36 lib/util/util_strlist.c _PUBLIC_ char **str_list_make(TALLOC_CTX *mem_ctx, const char *string, const char *sep) sep 41 lib/util/util_strlist.c if (sep == NULL) { sep 42 lib/util/util_strlist.c sep = LIST_SEP; sep 51 lib/util/util_strlist.c size_t len = strcspn(string, sep); sep 55 lib/util/util_strlist.c string += strspn(string, sep); sep 86 lib/util/util_strlist.c _PUBLIC_ const char **str_list_make_shell(TALLOC_CTX *mem_ctx, const char *string, const char *sep) sep 96 lib/util/util_strlist.c if (sep == NULL) sep 97 lib/util/util_strlist.c sep = " \t\n\r"; sep 100 lib/util/util_strlist.c size_t len = strcspn(string, sep); sep 105 lib/util/util_strlist.c string += strspn(string, sep); sep 164 lib/util/util_strlist.c _PUBLIC_ char *str_list_join_shell(TALLOC_CTX *mem_ctx, const char **list, char sep) sep 179 lib/util/util_strlist.c ret = talloc_asprintf_append_buffer(ret, "%c\"%s\"", sep, list[i]); sep 181 lib/util/util_strlist.c ret = talloc_asprintf_append_buffer(ret, "%c%s", sep, list[i]); sep 2419 nsswitch/pam_winbind.c char sep; sep 2429 nsswitch/pam_winbind.c sep = winbind_get_separator(ctx); sep 2430 nsswitch/pam_winbind.c if (!sep || sep == '@') { sep 51 nsswitch/wbinfo.c static char sep; sep 54 nsswitch/wbinfo.c return sep; sep 67 nsswitch/wbinfo.c sep = details->winbind_separator; sep 70 nsswitch/wbinfo.c if (!sep) { sep 76 nsswitch/wbinfo.c sep = *lp_winbind_separator(); sep 79 nsswitch/wbinfo.c return sep; sep 2073 nsswitch/wbinfo.c const char sep = winbind_separator_int(true); sep 2074 nsswitch/wbinfo.c if ( !sep ) { sep 2077 nsswitch/wbinfo.c d_printf("%c\n", sep); sep 42 nsswitch/wbinfo4.c static char sep; sep 45 nsswitch/wbinfo4.c return sep; sep 61 nsswitch/wbinfo4.c sep = response.data.info.winbind_separator; sep 64 nsswitch/wbinfo4.c if (!sep) { sep 70 nsswitch/wbinfo4.c sep = *lp_winbind_separator(cmdline_lp_ctx); sep 73 nsswitch/wbinfo4.c return sep; sep 1297 nsswitch/wbinfo4.c const char sep = winbind_separator_int(true); sep 1298 nsswitch/wbinfo4.c if ( !sep ) { sep 1301 nsswitch/wbinfo4.c d_printf("%c\n", sep); sep 106 nsswitch/winbind_nss_linux.c const char *sep) sep 122 nsswitch/winbind_nss_linux.c if (!sep) { sep 123 nsswitch/winbind_nss_linux.c sep = " \t\n\r"; sep 127 nsswitch/winbind_nss_linux.c while (*s && strchr(sep,*s)) { sep 141 nsswitch/winbind_nss_linux.c (quoted || !strchr(sep,*s)); s++) { sep 159 nsswitch/winbind_nss_linux.c (quoted || !strchr(sep,*s)); s++) { sep 1409 source3/client/clitar.c static char **toktocliplist(int *ctok, const char *sep) sep 1415 source3/client/clitar.c if (!sep) sep 1416 source3/client/clitar.c sep = " \t\n\r"; sep 1418 source3/client/clitar.c while(*s && strchr_m(sep,*s)) sep 1427 source3/client/clitar.c while(*s && (!strchr_m(sep,*s))) sep 1429 source3/client/clitar.c while(*s && strchr_m(sep,*s)) sep 82 source3/client/smbspool.c *sep, /* Pointer to separator */ sep 174 source3/client/smbspool.c if ((sep = strrchr_m(uri, '@')) != NULL) { sep 176 source3/client/smbspool.c *sep++ = '\0'; sep 180 source3/client/smbspool.c server = sep; sep 207 source3/client/smbspool.c if ((sep = strchr_m(tmp, '/')) == NULL) { sep 212 source3/client/smbspool.c *sep++ = '\0'; sep 213 source3/client/smbspool.c tmp2 = sep; sep 215 source3/client/smbspool.c if ((sep = strchr_m(tmp2, '/')) != NULL) { sep 220 source3/client/smbspool.c *sep++ = '\0'; sep 224 source3/client/smbspool.c printer = uri_unescape_alloc(sep); sep 231 source3/client/smbspool.c if ((sep = strrchr_m(server, ':')) != NULL) { sep 232 source3/client/smbspool.c *sep++ = '\0'; sep 234 source3/client/smbspool.c port = atoi(sep); sep 1431 source3/include/proto.h bool next_token(const char **ptr, char *buff, const char *sep, size_t bufsize); sep 1435 source3/include/proto.h const char *sep); sep 1439 source3/include/proto.h const char *sep); sep 1548 source3/include/proto.h char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep); sep 1670 source3/include/proto.h char *ads_build_path(const char *realm, const char *sep, const char *field, int reverse); sep 42 source3/lib/smbconf/smbconf_init.c char *sep; sep 61 source3/lib/smbconf/smbconf_init.c sep = strchr(backend, ':'); sep 62 source3/lib/smbconf/smbconf_init.c if (sep != NULL) { sep 63 source3/lib/smbconf/smbconf_init.c *sep = '\0'; sep 64 source3/lib/smbconf/smbconf_init.c path = sep + 1; sep 74 source3/lib/smbconf/smbconf_init.c } else if (sep == NULL) { sep 2432 source3/lib/util_str.c char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep) sep 2455 source3/lib/util_str.c if (!sep) sep = LIST_SEP; sep 2460 source3/lib/util_str.c while (next_token_talloc(list, &str, &tok, sep)) { sep 26 source3/libads/ads_struct.c char *ads_build_path(const char *realm, const char *sep, const char *field, int reverse) sep 41 source3/libads/ads_struct.c if (strchr(sep, *p)) { sep 55 source3/libads/ads_struct.c p=strtok_r(r, sep, &saveptr); sep 59 source3/libads/ads_struct.c while ((p=strtok_r(NULL, sep, &saveptr)) != NULL) { sep 629 source3/utils/net_rap.c uint16 until, const char *sep, const char *pproc, sep 132 source3/utils/ntlm_auth.c static char sep; sep 135 source3/utils/ntlm_auth.c return sep; sep 147 source3/utils/ntlm_auth.c sep = response.data.info.winbind_separator; sep 150 source3/utils/ntlm_auth.c if (!sep) { sep 155 source3/utils/ntlm_auth.c return sep; sep 133 source4/heimdal/lib/asn1/der_format.c der_parse_heim_oid (const char *str, const char *sep, heim_oid *data) sep 142 source4/heimdal/lib/asn1/der_format.c if (sep == NULL) sep 143 source4/heimdal/lib/asn1/der_format.c sep = "."; sep 147 source4/heimdal/lib/asn1/der_format.c for (w = strtok_r(s, sep, &brkt); sep 149 source4/heimdal/lib/asn1/der_format.c w = strtok_r(NULL, sep, &brkt)) {