Searched defs:print (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_log_entry.cc63 db_log_entry::print() function in class:db_log_entry
77 aversion.print(stdout);
80 query->print();
89 bversion.print(stdout);
H A Ddb_item.cc76 item::print() function in class:item
H A Ddb_query.cc145 db_query::print() function in class:db_query
150 components[i].index_value->print();
H A Ddb_vers.cc163 vers::print(FILE* file) function in class:vers
169 READLOCKV(this, "r vers::print");
176 READUNLOCKV(this, "ru vers::print");
H A Ddb_dictlog.cc70 db_dictlog_entry::print() function in class:db_dictlog_entry
84 aversion.print(stdout);
90 bversion.print(stdout);
173 j->print();
180 db_dictlog::print() function in class:db_dictlog
H A Ddb_scheme.cc225 db_scheme::print() function in class:db_scheme
229 READLOCKV(this, "r db_scheme::print");
231 keys.keys_val[i].key_name->print();
242 READUNLOCKV(this, "ru db_scheme::print");
H A Ddb_log.cc102 j->print();
109 db_log::print() function in class:db_log
H A Ddb_index.cc380 db_index::print() function in class:db_index
384 READLOCKV(this, "r db_index::print");
392 READUNLOCKV(this, "ru db_index::print");
H A Ddb_index_entry.cc322 db_index_entry::print() function in class:db_index_entry
325 key->print();
337 np->print();
347 np->print();
H A Dldap_parse.h75 * String match/print descriptor
110 * String match/print types and descriptor
112 * Used to describe print or match conversions. The 'match' field has
278 * element.print printf(3C)-style value
300 * and the element.print contains
344 } print; member in union:__anon1958::__anon1959
365 * element.print printf(3C)-style value
393 * (in place of an item in a 'print' list, for example). If
398 * element.print
442 } print; member in union:__nis_mapping_element_struct::__anon1963
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm13 print $io->getline;
19 $io->print("Some text\n");
70 $io->print ( ARGS )
172 Turns on autoflush, print ARGS and then restores the autoflush status of the
173 C<IO::Handle> object. Returns the return value from print.
283 print
396 sub print { subroutine
397 @_ or croak 'usage: $io->print(ARGS)';
399 print $this @_;
443 print {
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsumlib.c52 int (*print)(Sum_t*, Sfio_t*, int, size_t); member in struct:Method_s
327 * print the sum [size] on sp
333 return (*p->method->print)(p, sp, flags, scale);
358 * print the checksum method optget(3) usage on sp and return the length
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c71 static int print = PRINT_FS; variable
339 if (print == PRINT_DEVICE)
351 if (print == PRINT_DRIVE)
362 if (print == PRINT_HINT_STR)
424 if (print == PRINT_COMPATIBILITY_HINT)
443 if (print == PRINT_BIOS_HINT)
453 if (print == PRINT_IEEE1275_HINT)
474 if (print == PRINT_EFI_HINT)
498 if (print == PRINT_BAREMETAL_HINT)
523 if (print
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c75 #define print(win, y, x, fmt, args...) \ macro
293 print(sw[SW_TITLE], 0, 0, title_pad, TITLE);
308 print(sw[SW_STATUS], 0, x, "%s", n->msg);
402 print(sw[SW_IDLE], 0, 0, "%s\tAvg\tResidency\n", g_msg_cstate);
412 print(sw[SW_IDLE], 1, 0, "%s", c);
438 print(sw[SW_IDLE], i + 1, 0, "%s", c);
446 print(sw[SW_FREQ], 0, 0, "%s\n", g_msg_pstate);
463 print(sw[SW_FREQ], i+1, 0, "%s\n", c);
508 print(sw[SW_FREQ], i+1, 0, "%s\n", c);
513 print(s
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c237 * print a name with optional delimiter, converting unprintable chars
241 print(register Sfio_t* sp, register char* name, char* delim) function
298 * print error context FIFO stack
311 print(sp, cp->id, NiL);
447 print(stkstd, file, " ");
456 print(stkstd, file, (flags & ERROR_LIBRARY) ? " " : ": ");
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c23 * print [-nrps] [-f format] [-u filenum] [arg...]
74 struct print struct
88 struct print prdata;
128 struct print prdata;
157 struct print *pp = (struct print*)extra;
181 /* print to history file */
249 /* handle special case of '-' operand for print */
262 /* don't print error message for stdout for compatibility */
279 /* printf style print */
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c558 checkdevinuse(PedDevice *dev, diskaddr_t start, diskaddr_t end, int print) argument
644 if (print) {
657 if (print) {
718 if (print) {
732 if (print) {
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c90 static int print(int);
98 # define print(c) isprint(c) macro
283 if (c==usrerase||c==usrkill||(!print(c) &&
1428 print(i)&&((ep->cursor-ep->screen)<(w_size-1)))
1560 static int print(register int c) function
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c946 * print value line for p
952 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) function
1417 return print(NiL, &look, name, path, flags, conferror);
1457 return print(NiL, &altlook, altname, path, flags, conferror);
1585 print(sp, &look, NiL, path, flags, errorf);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c55 " hierarchy. \b-print\b is implied if there is no action that"
313 "Like -print except the output is written to \afile\a.",
405 "print", PRINT, Unary, 1, 0, 0,
409 "Like \b-print\b, except that the path is followed by a NUL character.",
552 print(Sfio_t* sp, void* vp, Sffmt_t* dp) function
1594 state->fmt.fmt.extf = print;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm58 # Change this to the preferred DTD to print in start_html()
73 # 3) print header(-nph=>1)
760 $self->print(@p);
763 # print to standard output (for overriding in mod_perl)
764 sub print { subroutine
766 CORE::print(@_);
857 print STDERR "CGI::AUTOLOAD for $AUTOLOAD\n" if $CGI::AUTOLOAD_DEBUG;
1411 local($,) = ''; # set print field separator back to a sane value
1417 print $filehandle "$escaped_param=",escape("$value"),"\n"
1422 print
[all...]

Completed in 46 milliseconds