Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 153) sorted by relevance

1234567

/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man198 (my $program = $ARGV[0]) =~ s!.*/!!;
199 my $package = $program;
228 $program = $1;
234 $program = $2;
243 $program =~ s!.*/!!;
246 $opt_no_info = 1 if $program eq 'info';
249 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
252 $include{NAME} ||= "$program \\- manual page for $program $version\n";
255 my $PROGRAM = uc $program;
258 $source ||= "$program $version";
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dref-del.sin5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # with this program; if not, write to the Free Software Foundation,
Dref-add.sin5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # with this program; if not, write to the Free Software Foundation,
/ndk/sources/host-tools/make-3.81/config/
Dxsize.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dsigned.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dwint_t.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dwchar_t.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dcodeset.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dglibc21.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dlonglong.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dstdint_h.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dinttypes_h.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dulonglong.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dinttypes.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dinttypes-pri.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dprogtest.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
21 # Search path for a program which passes the given test.
55 # Extract the first word of "$2", so it can be a program name with args.
Dlongdouble.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Dintmax.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Duintmax_t.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
Disc-posix.m45 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
/ndk/sources/host-tools/make-3.81/
Dmain.c453 char *program; variable
1035 program = "make"; in main()
1039 program = strrchr (argv[0], ']'); in main()
1041 program = strrchr (argv[0], '/'); in main()
1044 if (program == 0) in main()
1045 program = strrchr (argv[0], '\\'); in main()
1051 if (p && p > program) in main()
1052 program = p; in main()
1054 if (program == 0 && argv[0][1] == ':') in main()
1055 program = argv[0] + 1; in main()
[all …]
/ndk/build/tools/
Dbuild-ndk-depends.sh24 $PROGDIR/build-ndk-stack.sh --program-name=ndk-depends "$@"
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
103 c) If the modified program normally reads commands interactively
108 a warranty) and that users may redistribute the program under
152 received the program in object code or executable form with such
[all …]
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
103 c) If the modified program normally reads commands interactively
108 a warranty) and that users may redistribute the program under
152 received the program in object code or executable form with such
[all …]
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
103 c) If the modified program normally reads commands interactively
108 a warranty) and that users may redistribute the program under
152 received the program in object code or executable form with such
[all …]

1234567