Searched refs:next_token (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c407 if (!next_token(&p, server, "/", sizeof(fstring))) {
415 if (!next_token(&p, share, "/", sizeof(fstring))) {
3932 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
3946 if (!(next_token(&cp, tok, "/", sizeof(fstring)) &&
3951 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
4039 while (next_token(&p, tok, "\t,\r\n", sizeof(tok))) {
4242 while (next_token(&p, tok, "\t,\r\n", sizeof(tok))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_printer.c516 while (next_token(&p, tok, "\\", sizeof(tok))) {
518 next_token(&p, version, "\\", sizeof(version));
519 next_token(&p, filename, "\\", sizeof(filename));
H A Dnet_rpc.c4379 while(next_token(&extra_data, name, ",", sizeof(fstring))) {
4393 while(next_token(&extra_data, name, ",", sizeof(fstring))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c220 while (next_token(&options,tok," \t,", sizeof(tok))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c1128 if (!next_token(&ptr,s->name, NULL, sizeof(s->name))) {
1131 if (!next_token(&ptr,stype, NULL, sizeof(stype))) {
1134 if (!next_token(&ptr,s->comment, NULL, sizeof(s->comment))) {
1137 if (!next_token(&ptr,s->domain, NULL, sizeof(s->domain))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_net.c1018 for (count = 0, ptr = sids_str; next_token(&ptr, s2, NULL, sizeof(s2)); ) {
1035 for (number = 0, ptr = sids_str; next_token(&ptr, s2, NULL, sizeof(s2)); ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_ldap.c283 if (!next_token(&p, tok, "#", sizeof(tok))) {

Completed in 106 milliseconds

12