• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl/tcl/macosx/

Lines Matching +refs:term +refs:log +refs:buffer

990 exec 5>config.log
1098 # config.log. We remove comments because anyway the quotes in there
1103 # Save into config.log some information that might help in debugging.
1748 See \`config.log' for more details." >&5
1750 See \`config.log' for more details." >&2;}
1838 See \`config.log' for more details." >&5
1840 See \`config.log' for more details." >&2;}
1868 See \`config.log' for more details." >&5
1871 See \`config.log' for more details." >&2;}
1911 See \`config.log' for more details." >&5
1913 See \`config.log' for more details." >&2;}
1962 See \`config.log' for more details." >&5
1964 See \`config.log' for more details." >&2;}
2672 See \`config.log' for more details." >&5
2674 See \`config.log' for more details." >&2;}
12086 char buffer[2048];
12090 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop);
12158 char buffer[2048];
12162 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop);
12406 char buffer[2048];
12410 (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen,
12481 char buffer[2048];
12485 (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen,
14126 or more and with at least one buffer not starting on a 4-byte boundary.
14582 char *term, *string = "0";
14583 exit(strtoul(string,&term,0) != 0 || term != string+1);
14749 char *term, *string = " +69";
14750 exit(strtod(string,&term) != 69 || term != string+4);
14921 char *term;
14923 value = strtod(infString, &term);
14924 if ((term != infString) && (term[-1] == 0)) {
14927 value = strtod(nanString, &term);
14928 if ((term != nanString) && (term[-1] == 0)) {
14931 value = strtod(spaceString, &term);
14932 if (term == (spaceString+1)) {
16389 echo "$as_me:$LINENO: checking for a putenv() that copies the buffer" >&5
16390 echo $ECHO_N "checking for a putenv() that copies the buffer... $ECHO_C" >&6
19061 # configure, is in config.log if it exists.
19309 # Open the log real soon, to keep \$[0] and so on meaningful, and to
19312 exec 5>>config.log
20260 # configure is writing to config.log, and then calls config.status.
20261 # config.status does its own redirection, appending to config.log.
20262 # Unfortunately, on DOS this fails, as config.log is still kept open
20265 # effectively closing config.log, so it can be properly (re)opened and
20275 exec 5>>config.log