Lines Matching refs:function
25 functions with the same name as a built-in Perl function, such as
72 This is identical to the C function C<_exit()>. It exits the program
83 This is identical to the C function C<abort()>. It terminates the
89 This is identical to Perl's builtin C<abs()> function, returning
107 This is identical to the C function C<acos()>, returning
112 This is identical to Perl's builtin C<alarm()> function,
117 This is identical to the C function C<asctime()>. It returns
133 This is identical to the C function C<asin()>, returning
143 This is identical to the C function C<atan()>, returning the
148 This is identical to Perl's builtin C<atan2()> function, returning
184 This is identical to the C function C<ceil()>, returning the smallest
189 This is identical to Perl's builtin C<chdir()> function, allowing
194 This is identical to Perl's builtin C<chmod()> function, allowing
199 This is identical to Perl's builtin C<chown()> function, allowing one
209 This is identical to the C function C<clock()>, returning the
226 This is identical to Perl's builtin C<closedir()> function for closing
231 This is identical to Perl's builtin C<cos()> function, for returning
237 This is identical to the C function C<cosh()>, for returning
258 This is identical to the C function C<ctime()> and equivalent
269 This is identical to the C function C<difftime()>, for returning
280 This is similar to the C function C<dup()>, for duplicating a file
290 This is similar to the C function C<dup2()>, for duplicating a file
332 This is identical to Perl's builtin C<exit()> function for exiting the
337 This is identical to Perl's builtin C<exp()> function for
343 This is identical to Perl's builtin C<abs()> function for returning
352 This is identical to Perl's builtin C<fcntl()> function,
391 This is identical to the C function C<floor()>, returning the largest
396 This is identical to the C function C<fmod()>.
410 This is identical to Perl's builtin C<fork()> function
473 Perl's builtin C<stat> function.
492 This is identical to Perl's builtin C<getc()> function,
527 This is identical to Perl's builtin C<getgrgid()> function for
533 This is identical to Perl's builtin C<getgrnam()> function for
543 This is identical to Perl's builtin C<getlogin()> function for
549 This is identical to Perl's builtin C<getpgrp()> function for
560 This is identical to Perl's builtin C<getppid()> function for
566 This is identical to Perl's builtin C<getpwnam()> function for
571 This is identical to Perl's builtin C<getpwuid()> function for
577 as the C<readline()> function, see L<perlfunc/readline>.
580 afraid. The C<gets()> function is a source of endless grief because
582 C<fgets()> function should be preferred instead.
591 This is identical to Perl's builtin C<gmtime()> function for
597 This is identical to the C function, except that it can apply to a
606 This is identical to the C function, except that it can apply to
619 This is identical to the C function, except that it can apply to
627 This is identical to the C function, except that it can apply to
636 This is identical to the C function, except that it can apply to
644 This is identical to the C function, except that it can apply to
653 This is identical to the C function, except that it can apply to
661 This is identical to the C function, except that it can apply to
669 This is identical to the C function, except that it can apply to
680 This is identical to the C function, except that it can apply to
689 This is identical to the C function, except that it can apply to a single
698 This is identical to Perl's builtin C<kill()> function for sending
708 This is identical to the C function C<ldexp()>
720 This is identical to Perl's builtin C<link()> function
754 This is identical to Perl's builtin C<localtime()> function for
759 This is identical to Perl's builtin C<log()> function,
765 This is identical to the C function C<log10()>,
799 This is identical to the C function C<mblen()>.
802 useless function.
806 This is identical to the C function C<mbstowcs()>.
809 useless function.
813 This is identical to the C function C<mbtowc()>.
816 useless function.
840 This is identical to Perl's builtin C<mkdir()> function
845 This is similar to the C function C<mkfifo()> for creating
882 This is similar to the C function C<nice()>, for changing
941 This is similar to the C function C<pause()>, which suspends
948 This is identical to the C function C<perror()>, which outputs to the
950 current error string. Use the C<warn()> function and the C<$!>
1017 This is identical to Perl's builtin C<readdir()> function
1026 This is identical to Perl's builtin C<unlink()> function
1031 This is identical to Perl's builtin C<rename()> function
1040 This is identical to Perl's builtin C<rewinddir()> function for
1045 This is identical to Perl's builtin C<rmdir()> function
1101 This is similar to the C function C<setpgid()> for
1108 This is identical to the C function C<setsid()> for
1179 This is identical to Perl's builtin C<sin()> function
1185 This is identical to the C function C<sinh()>
1191 This is functionally identical to Perl's builtin C<sleep()> function
1200 This is similar to Perl's builtin C<sprintf()> function
1206 This is identical to Perl's builtin C<sqrt()> function.
1221 This is identical to Perl's builtin C<stat()> function
1238 This is identical to the C function C<strcoll()>
1240 the C<strxfrm()> function. Not really needed since
1285 C<mktime()> before calling your system's C<strftime()> function,
1325 This is identical to Perl's builtin C<index()> function,
1401 Used in conjunction with the C<strcoll()> function, see L</strcoll>.
1418 This is identical to Perl's builtin C<system()> function, see
1423 This is identical to the C function C<tan()>, returning the
1428 This is identical to the C function C<tanh()>, returning the
1433 This is similar to the C function C<tcdrain()> for draining
1440 This is similar to the C function C<tcflow()> for controlling
1447 This is similar to the C function C<tcflush()> for flushing
1454 This is identical to the C function C<tcgetpgrp()> for returning the
1460 This is similar to the C function C<tcsendbreak()> for sending
1467 This is similar to the C function C<tcsetpgrp()> for setting the
1475 This is identical to Perl's builtin C<time()> function
1481 The times() function returns elapsed realtime since some point in the past
1488 Note: Perl's builtin C<times()> function returns four values, measured in
1502 documentation for the C library tmpnam() function, this interface
1507 This is identical to the C function, except that it can apply to a single
1508 character or to a whole string. Consider using the C<lc()> function,
1514 This is identical to the C function, except that it can apply to a single
1515 character or to a whole string. Consider using the C<uc()> function,
1521 This is identical to the C function C<ttyname()> for returning the
1533 This is identical to the C function C<tzset()> for setting
1540 This is identical to Perl's builtin C<umask()> function
1565 This is identical to Perl's builtin C<unlink()> function
1570 This is identical to Perl's builtin C<utime()> function
1588 This is identical to Perl's builtin C<wait()> function,
1594 builtin C<waitpid()> function, see L<perlfunc/waitpid>.
1601 This is identical to the C function C<wcstombs()>.
1604 useless function.
1608 This is identical to the C function C<wctomb()>.
1611 useless function.
1647 function.
1666 accessor function for the "safe signals" flag of a SigAction object; see