Searched defs:fbuf (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileKey.c54 struct stat64 fbuf; local
57 RESTARTABLE(fstat64(fdval(env, fdo), &fbuf), res);
61 (*env)->SetLongField(env, this, key_st_dev, (jlong)fbuf.st_dev);
62 (*env)->SetLongField(env, this, key_st_ino, (jlong)fbuf.st_ino);
H A DFileDispatcherImpl.c167 struct stat64 fbuf; local
169 if (fstat64(fdval(env, fdo), &fbuf) < 0)
171 return fbuf.st_size;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp33 static int get_legal_text(FileBuff &fbuf, char **legal_text); // Get pointer to legal text
475 int get_legal_text(FileBuff &fbuf, char **legal_text) argument
477 char* legal_start = fbuf.get_line();
479 char* legal_end = fbuf.get_line();
482 legal_end = fbuf.get_line();

Completed in 24 milliseconds