Searched refs:types (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 25 def checkTypes(autoconf, types): 27 for type in types: 28 if autoconf.CheckType(type, '#include <sys/types.h>'): 122 sys/types.h netinet/in.h 126 sys/types.h sys/socket.h 131 sys/types.h sys/uio.h 135 sys/types.h sys/select.h 141 sys/types.h sys/mman.h 143 sys/types.h sys/event.h 149 sys/time.h sys/types.h sys/resource.h [all …]
|
| H A D | config.h.in | 346 /* Define to 1 if you have the <sys/types.h> header file. */ 489 /* Define to `long int' if <sys/types.h> does not define. */ 492 /* Define to `int' if <sys/types.h> does not define. */ 495 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
| H A D | configure.ac | 76 AC_CHECK_TYPES(socklen_t,,,[#include <sys/types.h> 565 [AC_TRY_LINK([ #include <sys/types.h>
|
| H A D | configure | 1464 System types: 5363 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | SConscript | 3 import types 117 if type(libs) is types.StringType: libs = [ libs ]
|
| H A D | lemon.c | 3064 for(i=0; i<arraysize; i++) types[i] = 0; 3077 if( types==0 || stddt==0 ){ 3111 while( types[hash] ){ 3112 if( strcmp(types[hash],stddt)==0 ){ 3119 if( types[hash]==0 ){ 3121 types[hash] = (char*)malloc( strlen(stddt)+1 ); 3122 if( types[hash]==0 ){ 3126 strcpy(types[hash],stddt); 3140 if( types[i]==0 ) continue; 3142 free(types[i]); [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | features.txt | 105 hotlinking of bandwidth intensive media types (images, movies, etc.).
|
| H A D | configuration.txt | 60 include "mime.types.conf" 63 include_shell "/usr/local/bin/confmimetype /etc/mime.types"
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 2777 { const struct tok *types = NULL; in yyparse() local 2786 types = ieee80211_type_subtypes[i].tok; in yyparse() 2791 (yyval.i) = str2tok((yyvsp[0].s), types); in yyparse()
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 3489 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 6242 # Report what library types will actually be built
|