Searched refs:cons (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_glob.c31 FILE *cons = 0; variable
94 #pragma weak cons
H A Dldap_glob.h42 extern FILE *cons;
H A Dnis_parse_ldap_attr.c40 extern FILE *cons;
1152 if (cons != NULL) {
1153 fprintf(cons,
1181 if (cons != NULL) {
1182 fprintf(cons,
H A Dldap_util.c70 if (cons == 0) {
75 vfprintf(cons, fmt, ap);
81 fprintf(cons, "\n");
H A Dnis_parse_ldap_util.c62 extern FILE *cons;
2625 if (cons != NULL) {
2628 fprintf(cons, fmt_buf, str == NULL ? "" : str);
2643 if (cons != NULL) {
2646 fprintf(cons, fmt_buf, str1, str2);
2660 if (cons != NULL) {
2663 fprintf(cons, fmt_buf,
2679 if (cons != NULL) {
2680 fputs(str, cons);
2682 fputs(arg, cons);
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dchkauthattr.c416 struct stat cons; local
418 if (stat(CONSOLE_USER_LINK, &cons) == -1)
421 return (uid == cons.st_uid);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c1694 struct grub_netbsd_btinfo_serial cons; local
1696 grub_memset (&cons, 0, sizeof (cons));
1697 grub_strcpy (cons.devname, "pc");
1699 grub_bsd_add_meta (NETBSD_BTINFO_CONSOLE, &cons, sizeof (cons));
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py255 for cons in self._clobbering_renames():
256 fp.write("%s %s\n" % cons)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1591 cons = self.getprop(BootLoader.PROP_CONSOLE)
1592 if cons:
1593 if cons == BootLoader.PROP_CONSOLE_TEXT:
1598 elif cons == BootLoader.PROP_CONSOLE_GFX:
1604 elif cons == BootLoader.PROP_CONSOLE_SERIAL:
1612 self._debug('Unknown console property: %s', cons)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm912 C<cons> - This option is ignored, since the failover mechanism will drop
1083 C<"console"> - send messages directly to the console, as for the C<"cons">
1161 openlog($program, 'cons,pid', 'user');

Completed in 797 milliseconds