#include <sys/types.h>#include <fcntl.h>#include <string.h>#include <stdlib.h>#include <stdio.h>Include dependency graph for test15.c:

Go to the source code of this file.
Defines | |
| #define | STREQ(a, b) (strcmp((a), (b)) == 0) |
Functions | |
| _PROTOTYPE (int chdir,(char *_path)) | |
| _PROTOTYPE (void check,(int thing, int number)) | |
| _PROTOTYPE (void equal,(char *a, char *b, int number)) | |
| _PROTOTYPE (int main,(int argc, char *argv[])) | |
| _PROTOTYPE (void first,(void)) | |
| void | check (int thing, int number) |
| void | equal (char *a, char *b, int number) |
| int | main (int argc, argv) |
| void | first () |
| void | second () |
| void | quit () |
Variables | |
| char * | it = "<UNSET>" |
| int | errct |
| int | waserror = 0 |
| char | uctest [] = "\004\203" |
| int | charsigned |
| char | one [50] |
| char | two [50] |
|
|
Definition at line 18 of file test15.c. Referenced by equal(), and expr_operator(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 37 of file test15.c. References printf. |
|
||||||||||||||||
|
|
|
|
Definition at line 100 of file test15.c. References check, equal, index(), NULL, rindex(), strcat(), strchr, strcmp, strcpy(), strlen(), strncat(), strncmp(), strncpy(), and strrchr(). |
|
||||||||||||
|
Definition at line 75 of file test15.c. References chdir, fflush(), first, printf, quit, second(), stdout, and system(). |
|
|
|
|
|
Definition at line 352 of file test15.c. References bcmp(), bcopy, bzero(), check, equal, errno, memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), NULL, O_WRONLY, open, strcpy(), strcspn(), strerror(), strpbrk(), strspn(), strstr(), and strtok(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 59 of file test15.c. Referenced by main(). |
|
|
|
|
|
|
|
|
|
1.4.6