/busybox-1.35.0/testsuite/ |
D | bc_strings.bc | 9 print "string" 10 print "newline\n" 12 print "\\\e\n"
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | unicode1.tests | 5 # Should print 1 10 # Should print 1
|
D | empty_args.tests | 5 # printf without args would print usage info
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | unicode1.tests | 5 # Should print 1 10 # Should print 1
|
D | empty_args.tests | 5 # printf without args would print usage info
|
/busybox-1.35.0/miscutils/ |
D | dc.c | 145 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()
|
D | bc.c | 5615 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/ |
D | groups_and_keywords2.tests | 5 # we print 2
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | groups_and_keywords2.tests | 5 # we print 2
|
/busybox-1.35.0/coreutils/ |
D | du.c | 109 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/ |
D | sed1line.txt | 44 # 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/ |
D | interface.c | 246 .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()
|
D | traceroute.c | 819 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()
|
D | arp.c | 241 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/ |
D | README | 41 should print VAL.
|
/busybox-1.35.0/findutils/ |
D | find.c | 445 ACTS(print) 876 ACTF(print) in ACTF() argument 1318 (void) ALLOC_ACTION(print); in parse_params()
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 102 # If quiet is set, only print short version of command
|
/busybox-1.35.0/ |
D | LICENSE | 113 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.)
|
D | NOFORK_NOEXEC.lst | 255 mountpoint - noexec. leaks: option -n "print dev name": find_block_device -> readdir+xstrdup
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 78 Whatever their daemons print to stdout/stderr, should be automagically logged
|
/busybox-1.35.0/include/ |
D | libbb.h | 1550 char* FAST_FUNC (*print)(unsigned char *); member 1565 char* FAST_FUNC (*print)(unsigned char *); member
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 280 …-group NAME, -mtime DAYS, -print, -maxdepth N, -exec CMD ARG ;, -newer FILE, -context, -iname PATT…
|
D | style-guide.txt | 659 /* if the search string is in this line, print it,
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 855 /* Nonzero means print parse trace. It is left uninitialized so that
|