LIST_SEP 395 lib/util/util.h #ifndef LIST_SEP LIST_SEP 396 lib/util/util.h #define LIST_SEP " \t,\n\r" LIST_SEP 42 lib/util/util_strlist.c sep = LIST_SEP; LIST_SEP 52 source3/auth/auth_server.c while(next_token_talloc(mem_ctx, &p, &desthost, LIST_SEP)) { LIST_SEP 712 source3/lib/util_str.c while (next_token_talloc(frame, &list, &tok,LIST_SEP)) { LIST_SEP 2455 source3/lib/util_str.c if (!sep) sep = LIST_SEP; LIST_SEP 1558 source3/libsmb/namequery.c while (next_token_talloc(frame, &ptr, &tok, LIST_SEP)) { LIST_SEP 1982 source3/libsmb/namequery.c while (next_token_talloc(ctx, &p, &name, LIST_SEP)) { LIST_SEP 2026 source3/libsmb/namequery.c next_token_talloc(ctx, &p, &name, LIST_SEP)) { LIST_SEP 8069 source3/param/loadparm.c for (p = strtok_r(s, LIST_SEP, &saveptr); p; LIST_SEP 8070 source3/param/loadparm.c p = strtok_r(NULL, LIST_SEP, &saveptr)) { LIST_SEP 39 source3/printing/load.c for (p = strtok_r(str, LIST_SEP, &saveptr); p; LIST_SEP 40 source3/printing/load.c p = strtok_r(NULL, LIST_SEP, &saveptr)) { LIST_SEP 715 source3/smbd/password.c for (auser = strtok_r(user_list, LIST_SEP, &saveptr); LIST_SEP 717 source3/smbd/password.c auser = strtok_r(NULL, LIST_SEP, &saveptr)) { LIST_SEP 755 source3/smbd/password.c for (auser = strtok_r(user_list, LIST_SEP, &saveptr); LIST_SEP 757 source3/smbd/password.c auser = strtok_r(NULL, LIST_SEP, &saveptr)) { LIST_SEP 355 source4/utils/ntlm_auth.c while (next_token(&p, tok, LIST_SEP, tok_len)) {