Searched defs:wildcards (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dfiles.c36 * wildcards . see whether or not a name contains wild cards
412 * wildcards
427 wildcards(const char *name) function
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_delete.c64 * SMB_COM_DELETE supports wildcards
127 * if the target is a single file (no wildcards). If there are
128 * wildcards in the last_comp, NT_STATUS_OBJECT_NAME_NOT_FOUND is
137 * - if target is a single file (no wildcards) - smb_delete_single_file
138 * - if the target contains wildcards - smb_delete_multiple_files
148 boolean_t wildcards = B_FALSE; local
161 wildcards = smb_contains_wildcards(pn->pn_fname);
174 if (wildcards)
203 if (wildcards)

Completed in 58 milliseconds