Lines Matching refs:delim
954 char *dst, *delim; in extract_hostname() local
962 delim = strchr(src, '\\'); in extract_hostname()
963 if (!delim) in extract_hostname()
966 len = delim - src; in extract_hostname()
1207 char delim; in cifs_parse_mount_options() local
1214 delim = separator[0]; in cifs_parse_mount_options()
1619 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1638 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1639 tmp_end[0] = delim; in cifs_parse_mount_options()
1644 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1645 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1670 if ((value[i] == delim) && in cifs_parse_mount_options()
1671 value[i+1] == delim) in cifs_parse_mount_options()
2317 char *desc, *delim, *payload; in cifs_set_cifscreds() local
2374 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
2376 if (!delim) { in cifs_set_cifscreds()
2383 len = delim - payload; in cifs_set_cifscreds()
2409 ++delim; in cifs_set_cifscreds()
2410 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()