Lines Matching refs:delim
965 char *dst, *delim; in extract_hostname() local
973 delim = strchr(src, '\\'); in extract_hostname()
974 if (!delim) in extract_hostname()
977 len = delim - src; in extract_hostname()
1224 char delim; in cifs_parse_mount_options() local
1231 delim = separator[0]; in cifs_parse_mount_options()
1663 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1682 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1683 tmp_end[0] = delim; in cifs_parse_mount_options()
1688 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1689 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1714 if ((value[i] == delim) && in cifs_parse_mount_options()
1715 value[i+1] == delim) in cifs_parse_mount_options()
2361 const char *delim, *payload; in cifs_set_cifscreds() local
2419 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
2421 if (!delim) { in cifs_set_cifscreds()
2428 len = delim - payload; in cifs_set_cifscreds()
2454 ++delim; in cifs_set_cifscreds()
2455 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()