Searched refs:dirsep (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c336 const char *dirsep; local
339 dirsep = strrchr(ofilename, '/');
340 if (dirsep != NULL)
343 (int)(dirsep - ofilename), ofilename);
/linux-master/fs/smb/client/
H A Ddir.c88 char dirsep = CIFS_DIR_SEP(cifs_sb); local
115 if (dirsep != '/') {
121 *p = dirsep;
H A Dfs_context.c526 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep) argument
539 s[ulen] = dirsep;
543 convert_delimiter(s, dirsep);
H A Dcifsproto.h89 char dirsep);

Completed in 137 milliseconds