Lines Matching full:unix
29 # Where $path_separator is / for Unix, \ for Windows, etc...
78 # On Unix returns ("baz", "/foo/bar/", "")
84 # On Unix returns ("", "/foo/bar/baz/", "")
91 # On Unix returns ("baz", "/foo/bar/", ".txt")
94 If type is non-Unix (see L</fileparse_set_fstype>) then the pattern
118 # We're doing Unix emulation
120 $type = 'Unix';
146 else { # Default to Unix semantics.
149 # dev:[000000] is top of VMS tree, similar to Unix '/'
187 This function is provided for compatibility with the Unix shell command
244 This function is provided for compatibility with the Unix shell
258 When using Unix or MSDOS syntax this emulates the C<dirname(1)> shell function
289 # Parse as Unix
353 operating system (ie. /foo/bar style on Unix, \foo\bar on Windows, etc...).
358 "Epoc" and "Unix" (all case-insensitive). If an unrecognized $type is
359 given "Unix" will be assumed.
362 one of these routines contains a "/", they assume you are using Unix
363 emulation and apply the Unix syntax rules instead, for that function
374 my @Types = (@Ignore_Case, qw(Unix));
382 $Fileparse_fstype = 'Unix'; # default