Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 41) sorted by relevance

12

/busybox-1.35.0/examples/bootfloppy/
Dmkrootfs.sh67 cp -a libc.so* $BASE_DIR/$TARGET_DIR/lib
68 cp -a uClibc*.so $BASE_DIR/$TARGET_DIR/lib
69 cp -a ld.so-1/d-link/ld-linux-uclibc.so* $BASE_DIR/$TARGET_DIR/lib
70 cp -a ld.so-1/libdl/libdl.so* $BASE_DIR/$TARGET_DIR/lib
71 cp -a crypt/libcrypt.so* $BASE_DIR/$TARGET_DIR/lib
Dbootfloppy.txt53 - Mount the file on a mountpoint so we can place files in it:
66 cp -a libc.so* uClibc*.so \
67 ld.so-1/d-link/ld-linux-uclibc.so* \
68 ld.so-1/libdl/libdl.so* \
69 crypt/libcrypt.so* \
/busybox-1.35.0/scripts/
DMakefile.host61 host-cshlib := $(sort $(filter %.so, $(host-cobjs)))
63 host-cobjs := $(filter-out %.so,$(host-cobjs))
66 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
149 $(addprefix $(obj)/,$($(@F:.so=-objs))) \
Dtrylink248 ln -s "libbusybox.so.$BB_VER" "$sharedlib_dir"/libbusybox.so 2>/dev/null
339 rm "$sharedlib_dir"/libbusybox.so 2>/dev/null
DKbuild.include33 # - stdin is piped in from the first prerequisite ($<) so one has
151 # and if so will execute $(rule_foo)
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal9.tests3 # but so far I did not figure out how to simulate it non-interactively.
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal9.tests3 # but so far I did not figure out how to simulate it non-interactively.
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh9 for ext in so a dll.a dylib ; do
/busybox-1.35.0/libbb/
DREADME7 that you wrote that is mis-attributed, do let me know so we can fix that up.
/busybox-1.35.0/docs/
Dmdev.txt37 a device is added or removed so that the device node can be created or
65 To set your own default, simply create your own total match like so:
112 command to the shell), so make sure you have a shell installed at /bin/sh. You
128 kernel, so look there if you need to know how to name the file in userspace.
Dnew-applet-HOWTO.txt18 such as who you stole the code from and so forth. Also include the mini-GPL
96 could use. If so, you have to rip the function out of the applet and make
Dstyle-guide.txt41 This is everybody's favorite flame topic so let's get it out of the way right
206 /* otherwise, we're just kidding ourselves, so re-frob the input */
300 the 'convertme.pl' script you should run it on _all_ files like so:
515 between xmalloc() and stack creation, so you can code the line in question as
565 Inside applet files, all functions should be declared static so as to keep the
674 do so. Numerous examples can be seen in many of the existing applets, but
Dtar_pax.txt56 do so. The format of the <value> shall be as described in pax
118 has the appropriate privilege required to do so. The format of the
196 and otherwise shall generate only enough digits so that the same
Dbusybox_header.pod23 It is also extremely modular so you can easily include or exclude commands (or
Dtcp.txt14 "A host MAY implement a 'half-duplex' TCP close sequence, so that
/busybox-1.35.0/
DTODO48 internationalizing the text console when X11 and xterms are so much better
97 so busybox uses less bss. (This is a big win on nommu machines.) See
139 destination before close() gets called, so there's no guarantee that any
149 "add this directory", "add this symlink" and so on.
169 call free might also be optimized out by the compiler if written right, so
182 by not forking. Doing so would require a reliable FEATURE_CLEAN_UP.
251 so that we don't have to use -o nolock on nfs mounts
DREADME17 Busybox is also extremely modular so you can easily include or exclude
22 disks, installers, and so on.
42 "cp" it behaves like cp, as "sed" it behaves like sed, and so on. Called
143 anything doesn't we want to know about it so we can fix it.
DLICENSE44 source code. And you must show them these terms so they know their
54 want its recipients to know that what they have is not the original, so
170 form) with the major components (compiler, kernel, and so on) of the
185 this License will not have their licenses terminated so long as such
193 Program), you indicate your acceptance of this License to do so, and
210 distribute so as to satisfy simultaneously your obligations under this
241 those countries, so that distribution is permitted only in or among
296 To do so, attach the following notices to the program. It is safest
DConfig.in50 and so does uname -i unless machine type is i486/i586/i686 -
401 Build a shared library libbusybox.so.N.N.N which contains all
410 | 919138 8328 1556 929022 e2cfe 0_lib/libbusybox.so.1.N.M
438 against libbusybox.so.N.N.N.
447 Build busybox, dynamically linked against libbusybox.so.N.N.N.
650 test cases) as an applet. This results in bigger code, so you
701 and run slower, so you should leave this option disabled unless
DMakefile.custom36 LIBBUSYBOX_SONAME:= 0_lib/libbusybox.so.$(BB_VER)
/busybox-1.35.0/applets/
Dinstall.sh46 libdir=$($CC -print-file-name=libc.so | \
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped203 /* Whether this is an "interactive" input source; if so, and
211 * If so, '^' rules will be active on the next match, otherwise
235 * (via zconfrestart()), so that the user can continue scanning by
916 /* Default declaration of generated scanner - a define so the user can
1295 * zconflex(). If so, then we have to assure
1297 * globals. Here is the right place to do so, because
1360 * yy_c_buf_p so that if some total
1429 { /* Don't try to fill the buffer, so this is an EOF. */
1432 /* We matched a single character, the EOB, so
1731 * is looked at is after zconfwrap() is called, so it's safe
[all …]
/busybox-1.35.0/util-linux/
DConfig.src61 that contains a mount point, and so on. (In brief: avoid.)
/busybox-1.35.0/qemu_multiarch_testing/
DREADME34 so you can go into system-image-ARCH and run
/busybox-1.35.0/editors/
Dawk.c2222 int fd, so, eo, r, rp; in awk_getline() local
2243 so = eo = p; in awk_getline()
2249 so = pmatch[0].rm_so; in awk_getline()
2259 so = eo = s-b; in awk_getline()
2268 so = eo = s-b; in awk_getline()
2299 c = b[so]; b[so] = '\0'; in awk_getline()
2302 b[so] = c; in awk_getline()
2304 setvar_s(intvar[RT], b+so); in awk_getline()
2465 int so = pmatch[0].rm_so; in awk_sub() local
2477 residx -= (eo - so); in awk_sub()
[all …]

12