/titanic_41/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 182 FILE *logf; variable 274 (void) fprintf(logf, "%s : ", gettime()); in main() 275 (void) fprintf(logf, gettext("tnd started. pid= %d\n"), in main() 277 (void) fprintf(logf, "%s : ", gettime()); in main() 278 (void) fprintf(logf, in main() 280 (void) fflush(logf); in main() 316 (void) fprintf(logf, gettext("rhaddr_compar_mask mask = 0x%4x, \ in rhaddr_compar_mask() 319 (void) fprintf(logf, gettext("rhaddr_compar_mask return = %d\n"), in rhaddr_compar_mask() 337 (void) fprintf(logf, gettext("\t tp1 saddrp IP : %s %s\n"), in rhaddr_compar() 453 logf = tnlog_open(logfile); [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 221 void logf __P((const char *fmt, ...)); 488 void logf __V((const char *fmt, ...)) in logf() function 551 logf("alarm"); 980 logf("Failed (%s)", fail_reason); 982 logf("Failed"); 1058 logf("abort on (%v)", s); 1084 logf("clear abort on (%v)", s); 1108 logf("report (%v)", s); 1133 logf("clear report (%v)", s); 1151 logf("timeout set to %d seconds", timeout); [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 96 char logf[MAXPATHLEN]; in roll_log() local 103 (void) snprintf(logf, sizeof (logf), "%s%s/%s", LOGDIR, Tag, LOGFILE); in roll_log() 113 } else if (!stat(logf, &buf) && rename(logf, ologf)) { in roll_log() 119 } else if (nlogfp = fopen(logf, "w")) { in roll_log() 127 if (!stat(ologf, &buf) && rename(ologf, logf)) in roll_log()
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 203 typeset logf="/etc/svc/volatile/manifest_import.$$" 205 rm -f $logf 235 $X /usr/sbin/svccfg import -p /dev/msglog $dirs > $logf 2>&1 237 $X /usr/sbin/svccfg import $dirs > $logf 2>&1 240 grep "Loaded .*. smf(5) service descriptions" $logf > /dev/null 2>&1 245 if [ -s $logf ]; then 246 grep "smf(5) service descriptions failed to load" $logf > /dev/null 2>&1 251 cat $logf 259 rm -f $logf
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | logf.c | 29 #pragma weak __logf = logf 114 logf(float x) in logf() function
|
/titanic_41/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 798 FILE *logf; in do_compile() local 829 if ((logf = fopen(lfile, "w+")) == NULL) { in do_compile() 833 (void) fprintf(logf, "===================\n"); in do_compile() 834 (void) fprintf(logf, "PROGRAM:\n%s\n", sym_test_prog(st)); in do_compile() 835 (void) fprintf(logf, "COMMAND: %s\n", cmd); in do_compile() 836 (void) fprintf(logf, "EXPECT: %s\n", need ? "OK" : "FAIL"); in do_compile() 837 (void) fclose(logf); in do_compile()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | log.c | 49 ldaplogconfig(char *logf, int size) in ldaplogconfig() argument 51 strcpy(logfile, logf); in ldaplogconfig()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | log.h | 40 extern void ldaplogconfig(char * logf, int size);
|
/titanic_41/usr/src/head/iso/ |
H A D | math_c99.h | 279 extern float logf __P((float)); 421 #pragma does_not_read_global_data(logf, log10f, log1pf, log2f, logbf) 434 #pragma does_not_write_global_data(logf, log10f, log1pf, log2f, logbf) 497 #pragma no_side_effect(logf, log10f, log1pf, log2f, logbf)
|
/titanic_41/usr/src/cmd/su/ |
H A D | su.c | 747 FILE *logf; in log() local 754 if ((logf = fopen(where, "a")) == NULL) in log() 763 (void) fprintf(logf, "SU %.2d/%.2d %.2d:%.2d %c %s %s-%s\n", in log() 767 (void) fclose(logf); /* close SULOG or CONSOLE */ in log()
|
/titanic_41/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 517 logf;
|
/titanic_41/usr/src/lib/libm/ |
H A D | Makefile.com | 372 logf.o \ 640 ../common/R/logf.c \
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n7.c | 253 extern int logf;
|