Searched refs:get (Results 1 – 25 of 33) sorted by relevance
12
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 115 d = new[name].get("size", 0) - old[name].get("size", 0) 130 old_sz = old.get(n, {}).get("size", "-") 131 new_sz = new.get(n, {}).get("size", "-")
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | echo_write_error.tests | 5 echo Cant write this - get EPIPE
|
D | case1.tests | 27 # parsing cases in subshells can easily get messy
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | echo_write_error.tests | 5 echo Cant write this - get EPIPE
|
D | case1.tests | 27 # parsing cases in subshells can easily get messy
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 18 get things such as `jobs -p` to work. 27 >get things such as `jobs -p` to work. 66 - * we fork off a subprocess and get the output of the command via a pipe. 69 + * get the output of the command via a pipe. Should be called with
|
D | README.job | 6 get current signal mask 18 get pid, ppid 21 get our pprocess group 30 The TIOCGPGRP and TIOCSPGRP calls described in termios(3) are used to get/set 48 get signal mask 49 get fd#0 flags 50 get signal mask
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | readonly0.tests | 37 # but external command does get executed, and $? is not mangled (stays 42):
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | readonly0.tests | 39 ## # but external command does get executed, and $? is not mangled (stays 42):
|
/busybox-1.35.0/loginutils/ |
D | Config.src | 29 smaller, and I will get fewer emails asking about how glibc NSS 55 makes your system smaller (and I will get fewer emails asking about
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | sigint1.tests | 11 # In one second, we (main shell) get SIGINT here.
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | sigint1.tests | 11 # In one second, we (main shell) get SIGINT here.
|
/busybox-1.35.0/util-linux/ |
D | Config.src | 59 that your /etc directory be writable, tends to get easily confused
|
/busybox-1.35.0/ |
D | README | 114 with gnu date i get the following output: 119 but when i use busybox date i get this instead: 140 worth upgrading to get, but older versions should work), and linked against
|
D | NOFORK_NOEXEC.lst | 276 pgrep - must fork+exec to get correct /proc/PID/cmdline and comm field 277 pidof - must fork+exec to get correct /proc/PID/cmdline and comm field 282 pkill - must fork+exec to get correct /proc/PID/cmdline and comm field
|
D | INSTALL | 140 Se also the busybox FAQ, under the questions "How can I get started using
|
D | LICENSE | 32 this service if you wish), that you receive source code or can get it 43 you have. You must make sure that they, too, receive or can get the 334 You should also get your employer (if you work as a programmer) or your
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 119 With GNU date I get the following output: 124 But when I use BusyBox date I get this instead: 177 Conversely, you could get some positive responses from folks who might be 310 get noticed and convince a maintainer that it should be added: 438 good-natured bunch and will work with you to help get your patches into shape
|
D | style-guide.txt | 41 This is everybody's favorite flame topic so let's get it out of the way right 258 - Nobody is going to get mad at you for using 'pvar' as the name of a 329 a real storage in rodata for it! (Hopefully, newer gcc will get better 407 Strings in C can get a little thorny. Here's some guidelines for dealing with 711 use getopt, they won't get false positives.
|
D | mdev.txt | 7 seem to get their head around how it works. Thus, a primer.
|
D | nofork_noexec.txt | 103 The problem is, the error causes stdout FILE* object to get into error
|
D | keep_data_small.txt | 75 (see the rest of the file to get the idea)
|
/busybox-1.35.0/libbb/ |
D | dump.c | 376 static unsigned char *get(priv_dumper_t *dumper) in get() function 540 while ((bp = get(dumper)) != NULL) { in display()
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 291 # get Usenet/e-mail message header 294 # get Usenet/e-mail message body 297 # get Subject header, but remove initial "Subject: " portion 300 # get return address header
|
/busybox-1.35.0/modutils/ |
D | Config.src | 98 Enabling this, one would be able to get a load map
|
12