/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rexec.c | 50 rexec_af(char **ahost, int rport, const char *name, const char *pass, const char *cmd, int *fd2p, s… in rexec_af() argument 55 const char *orig_pass = pass; in rexec_af() 89 ruserpass(res0->ai_canonname, &name, &pass); in rexec_af() 152 (void) write(s, pass, strlen(pass) + 1); in rexec_af() 159 if (pass != orig_pass) in rexec_af() 160 free((char *) pass); in rexec_af() 186 rexec(char **ahost, int rport, const char *name, const char *pass, in libc_hidden_def() 189 return rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET); in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | _collate.c | 314 if (pass > 0) { in next_weight() 505 int pass; in __XL_NPP() local 515 pass = 0; in __XL_NPP() 521 next_weight(ws, pass __LOCALE_ARG ); in __XL_NPP() 522 next_weight(ws+1, pass __LOCALE_ARG ); in __XL_NPP() 544 int pass; in libc_hidden_def() local 554 count = pass = 0; in libc_hidden_def() 558 next_weight(&cs, pass __LOCALE_ARG ); in libc_hidden_def() 627 int pass; 637 inc = count = pass = 0; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | leftassoc.dat | 1 NOTE left-assoc:pass-all right-assoc:pass-none : 2002-04-29
|
A D | rightassoc.dat | 1 NOTE left-assoc:pass-none right-assoc:pass-all : 2002-04-29
|
A D | forcedassoc.dat | 1 NOTE left-assoc:pass-all right-assoc:pass-all : 2002-04-29
|
A D | LICENSE | 54 also pass on any new tests you cook up
|
A D | basic.dat | 1 NOTE all standard compliant implementations should pass these : 2002-05-31
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | MAKEALL | 131 mark_arch pass $a 141 printf '\nPASSED: %s\nFAILED: %s\n\n' "${pass}" "${fail}"
|
/l4re-core-master/l4re/util/include/ |
A D | event_buffer | 101 * \param data Data to pass as an argument to the callback. 120 * \param data Data to pass as an argument to the processing callback.
|
A D | object_registry | 243 // pass access to deprecated register_irq_obj
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _scanf.c | 1858 int nblk1, nblk2, nbmax, lastblock, pass, i; in __psfs_do_numeric() local 1901 pass = 0; in __psfs_do_numeric() 1909 if (!pass) { /* treat as nongrouped */ in __psfs_do_numeric() 1938 if ((i == nblk2) || ((i < nblk2) && !pass)) { in __psfs_do_numeric() 1949 ++pass; in __psfs_do_numeric() 1969 && (!pass || (i == nblk1)) /* possible last */ in __psfs_do_numeric() 1994 if ((i == nblk1) || ((i < nblk1) && !pass)) { in __psfs_do_numeric() 2001 assert(pass); in __psfs_do_numeric()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | resolve.S | 10 ;; registers that could be used to pass arguments to the actual
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | random | 59 // otherwise we'd need a static thread_local _Dist and pass it
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/ |
A D | random | 59 // otherwise we'd need a static thread_local _Dist and pass it
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | random | 60 // otherwise we'd need a static thread_local _Dist and pass it
|
/l4re-core-master/l4sys/include/ |
A D | exception | 46 // TODO: pass a reference/pointer to the UTCB not copy the regs
|
A D | debugger | 49 * developer needs to pass the capability through to her program.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/ |
A D | random | 58 // otherwise we'd need a static thread_local _Dist and pass it
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | random | 60 // otherwise we'd need a static thread_local _Dist and pass it
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | README | 51 The code looks a bit different since we only need to pass the
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | README | 71 OPTS_foo := extra options to pass to test
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 1121 instead of mutex->__data.__kind directly, pass 1160 pshared variable, pass it to lll_lock, lll_unlock, 1392 instead of lll_*mutex_*, pass LLL_SHARED as last 1395 pass LLL_SHARED as last argument. 1399 pass LLL_SHARED as last argument. 1433 argument and pass it through to lll_futex_*wait. 1696 pass PSHARED(%rdi) in %esi to both __lll_lock_wait 1703 pass PSHARED(%rdi) in %esi to both __lll_lock_wait 1710 pass PSHARED(%rdi) in %esi to both __lll_lock_wait 6588 sched_setschduler and pass correct parameters. [all …]
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_basics | 324 ///< pass a reference to the server-function too 334 // we could also use pass by value depending on the size
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | TODO | 49 *) regex should pass AT&T conformance tests
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | scoped_allocator | 176 /// An adaptor to recursively pass an allocator to the objects it constructs
|