ReactOS
0.4.15-dev-5608-gafb953a
|
Go to the source code of this file.
Macros | |
#define | STRN_ZERO_PAD 1 |
#define | STRNP_ZERO_PAD 0 |
#define | STRNCPY(d, s) Strncpy((d), (s), (size_t) sizeof(d)) |
#define | STRNCAT(d, s) Strncat((d), (s), (size_t) sizeof(d)) |
Functions | |
char * | Strncat (char *const, const char *const, const size_t) |
char * | Strncpy (char *const, const char *const, const size_t) |
char * | Strnpcat (char *const, const char *const, size_t) |
char * | Strnpcpy (char *const, const char *const, size_t) |
char * | Strtok (char *, const char *) |
int | Strntok (char *, size_t, char *, const char *) |
char * | strtokc (char *, const char *, char **) |
int | strntokc (char *, size_t, char *, const char *, char **) |
char * | Dynscat (char **dst,...) |
Definition at line 9 of file Dynscat.c.
Referenced by ComputeLNames(), ComputeRNames(), and main().
Definition at line 13 of file Strncat.c.
Referenced by AbbrevStr(), BookmarkToURL(), ExpandTilde(), FileToURL(), GetHomeDir(), GetOurHostName(), main(), MakePrompt(), Path(), SpoolName(), UnDosLine(), and UnLslRLine().
Definition at line 11 of file Strncpy.c.
Referenced by AbbrevStr(), AbsoluteToRelative(), BookmarkToURL(), Chdirs(), DefaultBookmarkName(), ExpandTilde(), FileToURL(), FTPChdir3(), FTPChdirAndGetCWD(), FTPGetCWD(), FTPGetLocalCWD(), GetHomeDir(), GetHostByName(), GetOurHostName(), GetUsrName(), GmTimeStr(), main(), MakePrompt(), MyInetAddr(), nFTPChdirAndGetCWD(), Path(), RunBookmarkEditor(), SetXtermTitle(), SpoolName(), UnDosLine(), and UnLslRLine().
Definition at line 16 of file Strnpcat.c.
Referenced by FTPFtwL2(), main(), and PathCat().
Definition at line 12 of file Strnpcpy.c.
Definition at line 80 of file Strntok.c.
Definition at line 92 of file strtokc.c.
Definition at line 7 of file strtokc.c.