![]() |
Prusa Slicer 2.6.0
|
#include <stdlib.h>#include <io.h>#include <getopt.h>#include <process.h>#include <direct.h>#include <sys/types.h>#include <sys/stat.h>
Include dependency graph for unistd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | inline __inline |
| #define | __func__ __FUNCTION__ |
| #define | srandom srand |
| #define | random rand |
| #define | R_OK 4 /* Test for read permission. */ |
| #define | W_OK 2 /* Test for write permission. */ |
| #define | F_OK 0 /* Test for existence. */ |
| #define | access _access |
| #define | dup2 _dup2 |
| #define | execve _execve |
| #define | ftruncate _chsize |
| #define | unlink _unlink |
| #define | fileno _fileno |
| #define | getcwd _getcwd |
| #define | chdir _chdir |
| #define | isatty _isatty |
| #define | lseek _lseek |
| #define | snprintf _snprintf |
| #define | strncasecmp _strnicmp |
| #define | strcasecmp _stricmp |
| #define | stat _stat |
| #define | ssize_t long |
| #define | STDIN_FILENO 0 |
| #define | STDOUT_FILENO 1 |
| #define | STDERR_FILENO 2 |
Typedefs | |
| typedef __int8 | int8_t |
| typedef __int16 | int16_t |
| typedef __int32 | int32_t |
| typedef __int64 | int64_t |
| typedef unsigned __int8 | uint8_t |
| typedef unsigned __int16 | uint16_t |
| typedef unsigned __int32 | uint32_t |
| typedef unsigned __int64 | uint64_t |
Functions | |
| int | usleep (unsigned usec) |
| int | gettimeofday (struct timeval *tp, struct timezone *tzp) |
| #define __func__ __FUNCTION__ |
| #define access _access |
| #define chdir _chdir |
| #define dup2 _dup2 |
| #define execve _execve |
| #define F_OK 0 /* Test for existence. */ |
| #define fileno _fileno |
| #define ftruncate _chsize |
| #define getcwd _getcwd |
| #define inline __inline |
| #define isatty _isatty |
| #define lseek _lseek |
| #define R_OK 4 /* Test for read permission. */ |
| #define random rand |
| #define snprintf _snprintf |
| #define srandom srand |
| #define ssize_t long |
| #define stat _stat |
| #define STDERR_FILENO 2 |
| #define STDIN_FILENO 0 |
| #define STDOUT_FILENO 1 |
| #define strcasecmp _stricmp |
| #define strncasecmp _strnicmp |
| #define unlink _unlink |
| #define W_OK 2 /* Test for write permission. */ |
| typedef __int16 int16_t |
| typedef __int32 int32_t |
| typedef __int64 int64_t |
| typedef __int8 int8_t |
| typedef unsigned __int16 uint16_t |
| typedef unsigned __int32 uint32_t |
| typedef unsigned __int64 uint64_t |
| typedef unsigned __int8 uint8_t |
| int gettimeofday | ( | struct timeval * | tp, |
| struct timezone * | tzp | ||
| ) |
References long.
Referenced by avr_write_byte_default(), igl::Timer::getElapsedTimeInMicroSec(), hid_read_timeout(), jtagmkII_recv_frame(), report_progress(), igl::Timer::start(), stk500v2_recv(), and igl::Timer::stop().
Here is the caller graph for this function:| int usleep | ( | unsigned | usec | ) |
Referenced by arduino_open(), avr910_chip_erase(), avr910_paged_write_eeprom(), avr910_paged_write_flash(), avr_write_byte_default(), avr_write_page(), avrdude_main(), bitbang_chip_erase(), bitbang_initialize(), buspirate_chip_erase(), buspirate_start_mode_bin(), butterfly_initialize(), butterfly_paged_write(), jtagmkII_smc_init32(), stk500_chip_erase(), stk500hv_chip_erase(), stk500isp_write_byte(), stk500v2_chip_erase(), stk500v2_initialize(), and wiring_open().
Here is the caller graph for this function: