Lines Matching refs:struct

43 # (The "types" are often structs, such as "struct passwd".)
47 # for example "struct_hostent_data to" go with "struct hostent".
360 my @struct; # REENTR struct members
361 my @size; # struct member buffer size initialization code
362 my @init; # struct member buffer initialization (malloc) code
363 my @free; # struct member buffer release (free) code
373 push @struct, @_;
478 # The following loop accumulates the "ssif" (struct, size, init, free)
479 # sections that declare the struct members (in reentr.h), and the buffer
494 push @struct, <<EOF;
509 push @struct, <<EOF; # Fixed size
516 push @struct, <<EOF;
543 push @struct, <<EOF;
548 push @struct, <<EOF;
553 push @struct, <<EOF;
591 push @struct, <<EOF;
603 push @struct, <<EOF;
628 push @struct, <<EOF;
768 typedef struct {
770 @struct
1193 # Fnc, arg flags| hdr | ? struct type | prototypes...
1195 asctime S |time |const struct tm|B_SB|B_SBI|I_SB|I_SBI
1196 crypt CC |crypt |struct crypt_data|B_CCS|B_CCD|D=CRYPTD*
1200 endhostent |netdb | |I_D|V_D|D=struct hostent_data*
1201 endnetent |netdb | |I_D|V_D|D=struct netent_data*
1202 endprotoent |netdb | |I_D|V_D|D=struct protoent_data*
1204 endservent |netdb | |I_D|V_D|D=struct servent_data*
1205 getgrent |grp |struct group |I_SBWR|I_SBIR|S_SBW|S_SBI|I_SBI|I_SBIH
1206 getgrgid T |grp |struct group |I_TSBWR|I_TSBIR|I_TSBI|S_TSBI|T=gid_t
1207 getgrnam C |grp |struct group |I_CSBWR|I_CSBIR|S_CBI|I_CSBI|S_CSBI
1208 gethostbyaddr CWI |netdb |struct hostent |I_CWISBWRE|S_CWISBWIE|S_CWISBIE|S_TWISBIE|S_CIISBIE|S_CSBIE|S_TSBIE|I_CWISD|I_CIISD|I_CII|I_TsISBWRE|D=struct hostent_data*|T=const void*|s=socklen_t
1209 gethostbyname C |netdb |struct hostent |I_CSBWRE|S_CSBIE|I_CSD|D=struct hostent_data*
1210 gethostent |netdb |struct hostent |I_SBWRE|I_SBIE|S_SBIE|S_SBI|I_SBI|I_SD|D=struct hostent_data*
1212 getnetbyaddr LI |netdb |struct netent |I_UISBWRE|I_LISBI|S_TISBI|S_LISBI|I_TISD|I_LISD|I_IISD|I_uISBWRE|D=struct netent_data*|T=in_addr_t|U=unsigned long|u=uint32_t
1213 getnetbyname C |netdb |struct netent |I_CSBWRE|I_CSBI|S_CSBI|I_CSD|D=struct netent_data*
1214 getnetent |netdb |struct netent |I_SBWRE|I_SBIE|S_SBIE|S_SBI|I_SBI|I_SD|D=struct netent_data*
1215 getprotobyname C|netdb |struct protoent|I_CSBWR|S_CSBI|I_CSD|D=struct protoent_data*
1216 getprotobynumber I |netdb |struct protoent|I_ISBWR|S_ISBI|I_ISD|D=struct protoent_data*
1217 getprotoent |netdb |struct protoent|I_SBWR|I_SBI|S_SBI|I_SD|D=struct protoent_data*
1218 getpwent |pwd |struct passwd |I_SBWR|I_SBIR|S_SBW|S_SBI|I_SBI|I_SBIH
1219 getpwnam C |pwd |struct passwd |I_CSBWR|I_CSBIR|S_CSBI|I_CSBI
1220 getpwuid T |pwd |struct passwd |I_TSBWR|I_TSBIR|I_TSBI|S_TSBI|T=uid_t
1221 getservbyname CC|netdb |struct servent |I_CCSBWR|S_CCSBI|I_CCSD|D=struct servent_data*
1222 getservbyport IC|netdb |struct servent |I_ICSBWR|S_ICSBI|I_ICSD|D=struct servent_data*
1223 getservent |netdb |struct servent |I_SBWR|I_SBI|S_SBI|I_SD|D=struct servent_data*
1224 getspnam C |shadow |struct spwd |I_CSBWR|S_CSBI
1225 gmtime T |time |struct tm |S_TS|T=time_t*
1226 localtime T |time |struct tm |S_TS|T=time_t*
1227 readdir T |dirent |struct dirent |I_TSR|I_TS|T=DIR*
1228 readdir64 T |dirent |struct dirent64|I_TSR|I_TS|T=DIR*
1230 sethostent I |netdb | |I_ID|V_ID|D=struct hostent_data*
1232 setnetent I |netdb | |I_ID|V_ID|D=struct netent_data*
1233 setprotoent I |netdb | |I_ID|V_ID|D=struct protoent_data*
1235 setservent I |netdb | |I_ID|V_ID|D=struct servent_data*