Lines Matching defs:delim
1253 char *dst, *delim;
1266 delim = strchr(src, '\\');
1267 if (!delim)
1270 len = delim - src;
1403 char delim;
1411 delim = separator[0];
1982 if (!(tmp_end < end && tmp_end[1] == delim)) {
2001 if (tmp_end < end && tmp_end[1] == delim) {
2002 tmp_end[0] = delim;
2007 while ((tmp_end = strchr(tmp_end, delim))
2008 != NULL && (tmp_end[1] == delim)) {
2033 if ((value[i] == delim) &&
2034 value[i+1] == delim)
2889 const char *delim, *payload;
2948 delim = strnchr(payload, upayload->datalen, ':');
2950 if (!delim) {
2957 len = delim - payload;
2983 ++delim;
2984 vol->password = kstrndup(delim, len, GFP_KERNEL);