Functions

lo-cutils.h File Reference

#include "sys/types.h"
Include dependency graph for lo-cutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API void octave_qsort (void *base, size_t n, size_t size, int(*cmp)(const void *, const void *))
OCTAVE_API int octave_strcasecmp (const char *s1, const char *s2)
OCTAVE_API int octave_strncasecmp (const char *s1, const char *s2, size_t n)
OCTAVE_API pid_t octave_waitpid (pid_t pid, int *status, int options)

Function Documentation

OCTAVE_API void octave_qsort ( void *  base,
size_t  n,
size_t  size,
int(*)(const void *, const void *)  cmp 
)

Definition at line 45 of file lo-cutils.c.

OCTAVE_API int octave_strcasecmp ( const char s1,
const char s2 
)

Definition at line 52 of file lo-cutils.c.

OCTAVE_API int octave_strncasecmp ( const char s1,
const char s2,
size_t  n 
)

Definition at line 58 of file lo-cutils.c.

Referenced by almost_match().

OCTAVE_API pid_t octave_waitpid ( pid_t  pid,
int status,
int  options 
)

Definition at line 75 of file lo-cutils.c.

References WAITPID.

Referenced by octave_syscalls::waitpid().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines