Definition in file t-str-linux.h.
#include <fbxfilesdk/components/kbaselib/klib/kdebug.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
Go to the source code of this file.
Defines |
|
#define | t_strcpy strcpy |
#define | t_strncpy strncpy |
#define | t_strcat strcat |
#define | t_strcmp strcmp |
#define | t_stricmp stricmp |
#define | t_strncmp strncmp |
#define | t_strnicmp strnicmp |
#define | t_strlen strlen |
#define | t_strchr strchr |
#define | t_strrchr strrchr |
#define | t_strstr strstr |
#define | t_strtok strtok |
#define | t_printf printf |
#define | t_sprintf sprintf |
#define | t_fprintf fprintf |
#define | t_vsprintf vsprintf |
#define | t_vprintf vprintf |
#define | t_scanf scanf |
#define | t_sscanf sscanf |
#define | t_fscanf fscanf |
#define | t_toupper toupper |
#define | t_tolower tolower |
#define | t_atoi atoi |
#define | t_atol atol |
#define | t_atof atof |
#define | t_itoa(value, string, radix) |
#define | t_isalnum isalnum |
#define | t_isalpha isalpha |
#define | t_isdigit isdigit |
#define | t_isspace isspace |
#define | t_fopen fopen |
#define | t_remove remove |
#define | t_rename rename |
#define | t_getcwd getcwd |
#define | t_fgets fgets |
#define | t_fputs fputs |
#define | t_fputc fputc |
#define | t_ftruncate ftruncate |
#define | t_fileno fileno |
#define | t_getenv getenv |
#define | t_mkdir mkdir |
#define t_atof atof |
Definition at line 78 of file t-str-linux.h.
#define t_atoi atoi |
Definition at line 76 of file t-str-linux.h.
#define t_atol atol |
Definition at line 77 of file t-str-linux.h.
#define t_fgets fgets |
Definition at line 101 of file t-str-linux.h.
#define t_fileno fileno |
Definition at line 106 of file t-str-linux.h.
#define t_fopen fopen |
Definition at line 96 of file t-str-linux.h.
#define t_fprintf fprintf |
Definition at line 65 of file t-str-linux.h.
#define t_fputc fputc |
Definition at line 103 of file t-str-linux.h.
#define t_fputs fputs |
Definition at line 102 of file t-str-linux.h.
#define t_fscanf fscanf |
Definition at line 71 of file t-str-linux.h.
#define t_ftruncate ftruncate |
Definition at line 105 of file t-str-linux.h.
#define t_getcwd getcwd |
Definition at line 99 of file t-str-linux.h.
#define t_getenv getenv |
Definition at line 108 of file t-str-linux.h.
#define t_isalnum isalnum |
Definition at line 91 of file t-str-linux.h.
#define t_isalpha isalpha |
Definition at line 92 of file t-str-linux.h.
#define t_isdigit isdigit |
Definition at line 93 of file t-str-linux.h.
#define t_isspace isspace |
Definition at line 94 of file t-str-linux.h.
#define t_itoa | ( | value, | |||
string, | |||||
radix | ) |
Value:
{ \ switch( radix ){ \ case 10: \ sprintf( string, "%d", value); \ break; \ default: \ K_ASSERT(false); \ break; \ } \ }
Definition at line 79 of file t-str-linux.h.
#define t_mkdir mkdir |
Definition at line 109 of file t-str-linux.h.
#define t_printf printf |
Definition at line 63 of file t-str-linux.h.
#define t_remove remove |
Definition at line 97 of file t-str-linux.h.
#define t_rename rename |
Definition at line 98 of file t-str-linux.h.
#define t_scanf scanf |
Definition at line 69 of file t-str-linux.h.
#define t_sprintf sprintf |
Definition at line 64 of file t-str-linux.h.
#define t_sscanf sscanf |
Definition at line 70 of file t-str-linux.h.
#define t_strcat strcat |
Definition at line 52 of file t-str-linux.h.
#define t_strchr strchr |
Definition at line 58 of file t-str-linux.h.
#define t_strcmp strcmp |
Definition at line 53 of file t-str-linux.h.
#define t_strcpy strcpy |
Definition at line 50 of file t-str-linux.h.
#define t_stricmp stricmp |
Definition at line 54 of file t-str-linux.h.
Referenced by CompareKStringListFindEqual(), and CompareKStringListSort().
#define t_strlen strlen |
Definition at line 57 of file t-str-linux.h.
#define t_strncmp strncmp |
Definition at line 55 of file t-str-linux.h.
#define t_strncpy strncpy |
Definition at line 51 of file t-str-linux.h.
#define t_strnicmp strnicmp |
Definition at line 56 of file t-str-linux.h.
#define t_strrchr strrchr |
Definition at line 59 of file t-str-linux.h.
#define t_strstr strstr |
Definition at line 60 of file t-str-linux.h.
#define t_strtok strtok |
Definition at line 61 of file t-str-linux.h.
#define t_tolower tolower |
Definition at line 74 of file t-str-linux.h.
#define t_toupper toupper |
Definition at line 73 of file t-str-linux.h.
#define t_vprintf vprintf |
Definition at line 67 of file t-str-linux.h.
#define t_vsprintf vsprintf |
Definition at line 66 of file t-str-linux.h.