Lines Matching refs:delim
1240 char *dst, *delim; in extract_hostname() local
1253 delim = strchr(src, '\\'); in extract_hostname()
1254 if (!delim) in extract_hostname()
1257 len = delim - src; in extract_hostname()
1390 char delim; in cifs_parse_mount_options() local
1398 delim = separator[0]; in cifs_parse_mount_options()
1969 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1988 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1989 tmp_end[0] = delim; in cifs_parse_mount_options()
1994 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1995 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
2020 if ((value[i] == delim) && in cifs_parse_mount_options()
2021 value[i+1] == delim) in cifs_parse_mount_options()
2868 const char *delim, *payload; in cifs_set_cifscreds() local
2927 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
2929 if (!delim) { in cifs_set_cifscreds()
2936 len = delim - payload; in cifs_set_cifscreds()
2962 ++delim; in cifs_set_cifscreds()
2963 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()