Lines Matching +defs:string +defs:to +defs:number
75 /* Locks used to serialize access to the pool */
111 /* Assume something else is using locks to manage serialization
902 /* it appears that the binmode is attached to the
908 /* move the file pointer to the same position */
1132 PerlLIOTmpnam(struct IPerlLIO* piPerl, char *string)
1135 return tmpnam(string);
1435 PerlSockGetprotobynumber(struct IPerlSock* piPerl, int number)
1438 return win32_getprotobynumber(number);
1533 PerlSockSendto(struct IPerlSock* piPerl, SOCKET s, const char* buffer, int len, int flags, const struct sockaddr* to, int tolen)
1536 return win32_sendto(s, buffer, len, flags, to, tolen);
1910 * We cannot clean up these other scopes because they belong to a
1949 /* XXX hack to avoid perl_destruct() freeing optree */
1955 /* close the std handles to avoid fd leaks */
2290 return -1; // string 1 < string 2
2293 return 1; // string 1 > string 2
2299 return -1; // string 1 < string 2
2301 return 1; // string 1 > string 2
2331 return -1; // string 1 < string 2
2334 return 1; // string 1 > string 2
2340 return -1; // string 1 < string 2
2342 return 1; // string 1 > string 2
2361 // or may already be dead when we go to free these
2441 // add the additional space used by changes made to the environment
2455 // so copy string into place
2462 // determine which string to copy next
2478 // this string was replaced
2486 // still have environment overrides to add
2526 /* set every entry to an empty string */