Searched refs:f_wildcard (Results 1 – 3 of 3) sorted by relevance
357 ctx->f_wildcard = wildcard; in smbfs_xa_findopen()382 ASSERT(ctx->f_wildcard); in smbfs_xa_findnext()383 SMBVDEBUG("wildcard: %s\n", ctx->f_wildcard); in smbfs_xa_findnext()471 if (u8_strcmp(ctx->f_wildcard, ctx->f_name, in smbfs_xa_findnext()
1766 ctx->f_wildcard, ctx->f_wclen, '\\'); in smbfs_smb_search()1826 ctx->f_wildcard = "*.*"; in smbfs_smb_findopenLM1()1829 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM1()1833 ctx->f_wildcard = NULL; in smbfs_smb_findopenLM1()1929 ctx->f_wildcard, ctx->f_wclen, '\\'); in smbfs_smb_trans2find2()2057 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM2()
126 const char *f_wildcard; member