Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 25 of 105) sorted by relevance

12345

/minix3/bin/ps/
H A Dkeyword.c75 #define UID(n1, n2, of) \ argument
78 #define GID(n1, n2, off) UID(n1, n2, off) argument
81 #define PID(n1, n2, of) \ argument
85 #define LVAR(n1, n2, fl, of, ty, fm) \ argument
88 #define PVAR(n1, n2, fl, of, ty, fm) \ argument
91 #define PUVAR(n1, n2, fl, of, ty, fm) \ argument
94 #define VAR3(n1, n2, fl) \ argument
96 #define VAR4(n1, n2, fl, op) \ argument
98 #define VAR6(n1, n2, fl, op, of, ty) \ argument
/minix3/usr.sbin/mtree/
H A Dspecspec.c106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) in mismatch()
128 compare_nodes(NODE *n1, NODE *n2, char const *path) in compare_nodes()
196 NODE *c1, *c2, *n1, *n2; in walk_in_the_forest() local
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/
H A Dcompare_name.c48 const gssnetlogon_name n2 = (const gssnetlogon_name)name2; in _netlogon_compare_name() local
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locales/locale/locale.operators/
H A Deq.pass.cpp24 std::locale n2(LOCALE_en_US_UTF_8); in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locales/locale/locale.operators/
H A Deq.pass.cpp24 std::locale n2(LOCALE_en_US_UTF_8); in main() local
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dattr-section.c14 __attribute__((section("NEAR,x"))) static int n2; // ok. in test() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp25 const CharT *s2, size_t n2, in test1()
39 const CharT *s2, size_t n2, in test()
/minix3/external/bsd/libc++/dist/libcxx/test/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp25 const CharT *s2, size_t n2, in test1()
39 const CharT *s2, size_t n2, in test()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dpr18284-crash-on-invalid.cpp15 namespace n2 { namespace
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_mul.c427 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive()
580 int i, j, n2 = n * 2; in bn_mul_part_recursive() local
739 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive()
768 void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2, in bn_mul_high()
/minix3/lib/libcurses/
H A Dtscroll.c50 __tscroll(const char *cap, int n1, int n2) in __tscroll()
/minix3/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drandtest.c73 unsigned long n2[16]; in main() local
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dmacros2.c75 int n2 = TOP_OTHER_REDEF2; // ok variable
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_size_char.pass.cpp25 typename S::size_type n2, typename S::value_type c, in test()
H A Diter_iter_size_char.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_size_char.pass.cpp25 typename S::size_type n2, typename S::value_type c, in test()
H A Diter_iter_size_char.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3-0x.cpp44 int n2 = f(0); variable
/minix3/minix/commands/fix/
H A Dfix.c65 int o1, o2, n1, n2, here; in main() local
134 int getcommand(FILE *fp, int *o1, int *o2, char *pcmd, int *n1, int *n2) in getcommand()
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-vexing-parse.cpp84 int n2, // expected-note {{change this ',' to a ';' to call 'F1'}} in test() local
/minix3/bin/sh/
H A Dparser.c155 union node *n1, *n2, *n3; in list() local
226 union node *n1, *n2, *n3; in andor() local
254 union node *n1, *n2, *pipenode; in pipeline() local
300 union node *n1, *n2; in command() local
558 union node *n = NULL, *n2; in simplecmd() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dpointer.pass.cpp71 int n2; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_flist.pass.cpp34 for (int n2 = 0; n2 < l; ++n2, ++i) in testd() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_flist.pass.cpp34 for (int n2 = 0; n2 < l; ++n2, ++i) in testd() local
/minix3/minix/commands/cawf/
H A Dexpand.c49 int n1, n2; /* temporary numbers */ in Expand() local

12345