Home
last modified time | relevance | path

Searched refs:print (Results 1 – 24 of 24) sorted by relevance

/busybox-1.35.0/testsuite/
Dbc_strings.bc9 print "string"
10 print "newline\n"
12 print "\\\e\n"
/busybox-1.35.0/shell/hush_test/hush-misc/
Dunicode1.tests5 # Should print 1
10 # Should print 1
Dempty_args.tests5 # printf without args would print usage info
/busybox-1.35.0/shell/ash_test/ash-misc/
Dunicode1.tests5 # Should print 1
10 # Should print 1
Dempty_args.tests5 # printf without args would print usage info
/busybox-1.35.0/miscutils/
Ddc.c145 static void print_base(double print) in print_base() argument
149 x = (data_t) print; in print_base()
151 if (x == print) /* exactly representable as unsigned integer */ in print_base()
154 printf("%g\n", print); in print_base()
Dbc.c5615 static BC_STATUS zxc_num_printNum(BcNum *n, unsigned base_t, size_t width, BcNumDigitOp print) in zxc_num_printNum() argument
5627 print(0, width, false); in zxc_num_printNum()
5655 print(*ptr, width, false); in zxc_num_printNum()
5668 print(dig, width, radix); in zxc_num_printNum()
5686 BcNumDigitOp print; in zxc_num_printBase() local
5698 print = bc_num_printHex; in zxc_num_printBase()
5708 print = bc_num_printDigits; in zxc_num_printBase()
5711 s = zxc_num_printNum(n, G.prog.ob_t, width, print); in zxc_num_printBase()
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dgroups_and_keywords2.tests5 # we print 2
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dgroups_and_keywords2.tests5 # we print 2
/busybox-1.35.0/coreutils/
Ddu.c109 static void print(unsigned long long size, const char *filename) in print() function
217 print(sum, filename); in du()
308 print(total, "total"); in du_main()
/busybox-1.35.0/editors/
Dsed1line.txt44 # number each line of file, but only print numbers if line is not blank
145 # print first 10 lines of file (emulates behavior of "head")
148 # print first line of file (emulates "head -1")
151 # print the last 10 lines of a file (emulates "tail")
154 # print the last 2 lines of a file (emulates "tail -2")
157 # print the last line of a file (emulates "tail -1")
161 # print only lines which match regular expression (emulates "grep")
165 # print only lines which do NOT match regexp (emulates "grep -v")
169 # print the line immediately before a regexp, but not the line
173 # print the line immediately after a regexp, but not the line
[all …]
/busybox-1.35.0/networking/
Dinterface.c246 .print = UNSPEC_print,
679 .print = UNSPEC_print
703 .print = ether_print,
718 .print = UNSPEC_print,
728 .print = UNSPEC_print,
927 if (hw->print != NULL in ife_print()
930 printf("HWaddr %s ", hw->print((unsigned char *)ptr->hwaddr)); in ife_print()
Dtraceroute.c819 print(void) in print() function
820 # define print(len) print() in print() macro
822 print(int read_len) in print()
1168 print(read_len); in common_traceroute_main()
Darp.c241 if (!xhw || !xhw->print) { in arp_getdevhw()
246 xhw->print((unsigned char *) &ifr.ifr_hwaddr.sa_data)); in arp_getdevhw()
/busybox-1.35.0/shell/
DREADME41 should print VAL.
/busybox-1.35.0/findutils/
Dfind.c445 ACTS(print)
876 ACTF(print) in ACTF() argument
1318 (void) ALLOC_ACTION(print); in parse_params()
/busybox-1.35.0/scripts/
DKbuild.include102 # If quiet is set, only print short version of command
/busybox-1.35.0/
DLICENSE113 interactive use in the most ordinary way, to print or display an
119 does not normally print such an announcement, your work based on
120 the Program is not required to print an announcement.)
DNOFORK_NOEXEC.lst255 mountpoint - noexec. leaks: option -n "print dev name": find_block_device -> readdir+xstrdup
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt78 Whatever their daemons print to stdout/stderr, should be automagically logged
/busybox-1.35.0/include/
Dlibbb.h1550 char* FAST_FUNC (*print)(unsigned char *); member
1565 char* FAST_FUNC (*print)(unsigned char *); member
/busybox-1.35.0/docs/
Dposix_conformance.txt280 …-group NAME, -mtime DAYS, -print, -maxdepth N, -exec CMD ARG ;, -newer FILE, -context, -iname PATT…
Dstyle-guide.txt659 /* if the search string is in this line, print it,
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped855 /* Nonzero means print parse trace. It is left uninitialized so that