Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 25 of 36) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/rpc/
A Dgetrpcent.c6 struct rpcent *ent; in main() local
8 while ((ent = getrpcent()) != NULL) { in main()
9 printf("%s: %i", ent->r_name, ent->r_number); in main()
10 while (ent->r_aliases[0]) in main()
11 printf(" %s", *ent->r_aliases++); in main()
A Dgetrpcent_r.c10 struct rpcent rpcbuf, *ent; in main() local
12 while ((ret = getrpcent_r(&rpcbuf, rpcdata, sizeof(rpcdata), &ent)) == 0) { in main()
13 printf("%s: %i", ent->r_name, ent->r_number); in main()
14 while (ent->r_aliases[0]) in main()
15 printf(" %s", *ent->r_aliases++); in main()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Drandom.cc187 int ent; in _M_getentropy() local
188 if (ioctl(fd, RNDGETENTCNT, &ent) < 0) in _M_getentropy()
191 if (ent < 0) in _M_getentropy()
195 if (ent > max) in _M_getentropy()
196 ent = max; in _M_getentropy()
198 return static_cast<double>(ent); in _M_getentropy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Drandom.cc211 int ent; in _M_getentropy() local
212 if (ioctl(fd, RNDGETENTCNT, &ent) < 0) in _M_getentropy()
215 if (ent < 0) in _M_getentropy()
219 if (ent > max) in _M_getentropy()
220 ent = max; in _M_getentropy()
222 return static_cast<double>(ent); in _M_getentropy()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dbug-readdir1.c13 struct dirent* ent; in main() local
34 ent = readdir (dirp); in main()
36 return ent != NULL || errno != EBADF; in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dcrti.S13 .ent _init
35 .ent _fini
65 .ent _init
87 .ent _fini
116 .ent _init
139 .ent _fini
A Dbsd-_setjmp.S33 .ent _setjmp,0;
A Dbsd-setjmp.S33 .ent setjmp,0;
A Dpipe.S16 .ent pipe, 0
A Dsetjmp.S32 .ent __sigsetjmp,0;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_udp.c538 cache_ptr ent; in cache_get() local
545 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) in cache_get()
547 if (ent->cache_xid == su->su_xid && in cache_get()
548 ent->cache_proc == uc->uc_proc && in cache_get()
549 ent->cache_vers == uc->uc_vers && in cache_get()
550 ent->cache_prog == uc->uc_prog && in cache_get()
551 EQADDR (ent->cache_addr, uc->uc_addr)) in cache_get()
553 *replyp = ent->cache_reply; in cache_get()
554 *replylenp = ent->cache_replylen; in cache_get()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Drandom.cc407 int ent; in _M_getentropy() local
408 if (::ioctl(fd, RNDGETENTCNT, &ent) < 0) in _M_getentropy()
411 if (ent < 0) in _M_getentropy()
415 if (ent > max) in _M_getentropy()
416 ent = max; in _M_getentropy()
418 return static_cast<double>(ent); in _M_getentropy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Drandom.cc465 int ent; in _M_getentropy() local
466 if (::ioctl(fd, RNDGETENTCNT, &ent) < 0) in _M_getentropy()
469 if (ent < 0) in _M_getentropy()
473 if (ent > max) in _M_getentropy()
474 ent = max; in _M_getentropy()
476 return static_cast<double>(ent); in _M_getentropy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Dsetjmp.S22 .ent __sigsetjmp
77 .ent _setjmp , 0;
86 .ent setjmp , 0;
A Dcrti.S10 .ent _init
29 .ent _fini
A Dclone.S33 .ent clone , 0;
72 .ent thread_start
A Dpipe.S28 .ent pipe, 0
A Dsyscall.S47 .ent __syscall, 0;
A Dbrk.S43 .ent brk , 0;
A Ddivrem.h85 .ent UFUNC_NAME
158 .ent SFUNC_NAME
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/
A Dcrtn.S20 .ent _init
33 .ent _fini
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/
A Dresolve.S20 .ent _dl_runtime_resolve
128 .ent _dl_runtime_pltresolve
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/
A Dpthread_spin_trylock.S27 .ent pthread_spin_trylock
A Dpthread_spin_lock.S24 .ent pthread_spin_lock
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dldconfig.c421 struct dirent *ent; in scan_dir() local
484 while ((ent = readdir(dir)) != NULL) { in scan_dir()
486 if ((so = is_shlib(name, ent->d_name, &libtype, &islink, expected_type)) == NULL) in scan_dir()
495 libcmp(ent->d_name, lp->name) > 0)) { in scan_dir()
498 lp->name = xstrdup(ent->d_name); in scan_dir()
510 lp->name = xstrdup(ent->d_name); in scan_dir()

Completed in 33 milliseconds

12