Searched refs:log (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/
H A Dbuildit74 [ -d log ] || mkdir log
76 # Send all further output & errors to the log file
77 exec > log/buildit-XW 2>&1
148 ${XMAKE} check_rtime > ../log/check-rtime 2>&1 &
154 /bin/rm -rf log/parfait
157 -o log/parfait.txt -g log/parfait ${X_ADD_PARFAIT_FLAGS} \
158 open-src > log/parfait.out 2>&1 &
176 wc -l < log/parfai
[all...]
H A Dmake_release_packages67 [ -d log ] || mkdir log
68 LOG="$(pwd)/log/make-pkgs"
69 CHECK_LOG="$(pwd)/log/check-pkgs"
91 print "Result log is in ${LOG}"
95 print "Package check log is in ${CHECK_LOG}"
/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c47 char LogPath[MAXPATHLEN]; /* pathname of log file */
220 * Opens the console log file; returns a file descriptor
228 FILE *log; local
255 fprintf(stderr, "log file = \"%s\"\n", path);
258 if ( (tmpFd < 0) || (log = fdopen(tmpFd, "w")) == NULL) {
260 "fbconsole: couldn't open console log file '%s'\n",path);
263 setbuf(log, NULL);
265 fchmod(fileno(log), S_IRUSR|S_IWUSR);
267 return log;
285 * Closes log fil
325 LogConsole( int console, FILE *log) argument
347 InputLoop( Display *dpy, int console, FILE *log) argument
402 FILE *log; local
[all...]
/solaris-x11-s11/open-src/font/google-droid/
H A Dgetdroid.sh17 DATE="$(date --date="@$(git log -1 HEAD --format=%at)" -u +%Y.%m.%d)"
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsmathops.psw87 log
H A Ddpsmathops.psw87 log
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c189 logmaxh = log((double)maxh);
190 logmaxf = log((double)maxf);
200 logh = log((double) h);
201 logf = log((double) f);
/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors38 my $default_logpath = 'log/' . $default_logfile;
84 die "$default_logfile not found, please specify path to log\n";
104 if ($l =~ m{^result log is in (\S*)$}ims) {
129 } elsif ($l =~ m{Package check log is in (\S*)$}ims) {
143 # Prints errors from make output log
144 # Returns open log file pointer for post-processing
261 # No packaging log found in build log, try to guess where it is

Completed in 23 milliseconds