HomeSort by relevance Sort by last modified time
    Searched refs:GLOBALS (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/toybox/toys/example/
hello.c 26 GLOBALS(
skeleton.c 44 // It's customary to put a space between argument variables and other globals.
45 GLOBALS(
89 printf("Other globals should start zeroed: %d\n", TT.more_globals);
  /external/toybox/toys/posix/
nice.c 26 GLOBALS(
mkdir.c 34 GLOBALS(
mkfifo.c 30 GLOBALS(
chmod.c 38 GLOBALS(
env.c 27 GLOBALS(
renice.c 19 GLOBALS(
tee.c 25 GLOBALS(
  /external/toybox/toys/other/
fallocate.c 22 GLOBALS(
swapon.c 21 GLOBALS(
setfattr.c 26 GLOBALS(
blockdev.c 35 GLOBALS(
dos2unix.c 30 GLOBALS(
mkswap.c 19 GLOBALS(
truncate.c 26 GLOBALS(
  /external/toybox/toys/lsb/
pidof.c 25 GLOBALS(
hostname.c 24 GLOBALS(
mktemp.c 30 GLOBALS(
mknod.c 33 GLOBALS(
  /external/toybox/toys/net/
tunctl.c 34 GLOBALS(
  /external/toybox/toys/pending/
vi.c 22 GLOBALS(
  /external/boringssl/src/crypto/perlasm/
arm-xlate.pl 17 my %GLOBALS;
38 my $global = \$GLOBALS{$name};
55 my $global = \$GLOBALS{$name};
128 $line =~ s/\b(\w+)/$GLOBALS{$1} or $1/ge;
153 printf "%s:",($GLOBALS{$label} or $label);
ppc-xlate.pl 13 my %GLOBALS;
34 my $global = \$GLOBALS{$name};
99 my $real = $GLOBALS{$name} ? \$GLOBALS{$name} : \$name;
274 my $xlated = ($GLOBALS{$label} or $label);
  /external/toybox/toys/android/
log.c 25 GLOBALS(

Completed in 310 milliseconds

1 2 3 4 5 6 7