HomeSort by relevance Sort by last modified time
    Searched defs:clnt (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nislib.h 259 CLIENT *clnt; /* RPC CLIENT handle */ member in struct:dir_binding
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 259 CLIENT *clnt; /* RPC CLIENT handle */ member in struct:dir_binding
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 259 CLIENT *clnt; /* RPC CLIENT handle */ member in struct:dir_binding
  /external/iproute2/misc/
ifstat.c 512 int clnt = accept(fd, NULL, NULL); local
513 if (clnt >= 0) {
516 close(clnt);
520 close(clnt);
522 FILE *fp = fdopen(clnt, "w");
nstat.c 397 int clnt = accept(fd, NULL, NULL); local
398 if (clnt >= 0) {
401 close(clnt);
405 close(clnt);
407 FILE *fp = fdopen(clnt, "w");
rtacct.c 391 int clnt = accept(fd, NULL, NULL); local
392 if (clnt >= 0) {
395 close(clnt);
399 close(clnt);
403 send_db(clnt);
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 188 final void process(Socket clnt) throws IOException {
189 InputStream in = new BufferedInputStream(clnt.getInputStream());
191 logging(clnt.getInetAddress().getHostName(),
196 OutputStream out = new BufferedOutputStream(clnt.getOutputStream());
207 clnt.close();
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 281 milliseconds