File: qdbm_Util.h

package info (click to toggle)
qdbm 1.8.78-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,076 kB
  • sloc: ansic: 31,454; cpp: 3,623; perl: 2,167; java: 2,079; ruby: 1,690; makefile: 1,315; javascript: 627; sh: 396
file content (57 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class qdbm_Util */

#ifndef _Included_qdbm_Util
#define _Included_qdbm_Util
#ifdef __cplusplus
extern "C" {
#endif
#undef qdbm_Util_LONGSIZE
#define qdbm_Util_LONGSIZE 8L
#undef qdbm_Util_IOBUFSIZ
#define qdbm_Util_IOBUFSIZ 8192L
/*
 * Class:     qdbm_Util
 * Method:    system
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Util_system
  (JNIEnv *, jclass, jstring);

/*
 * Class:     qdbm_Util
 * Method:    chdir
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Util_chdir
  (JNIEnv *, jclass, jstring);

/*
 * Class:     qdbm_Util
 * Method:    getcwd
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_qdbm_Util_getcwd
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_Util
 * Method:    getpid
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_qdbm_Util_getpid
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_Util
 * Method:    getenv
 * Signature: (Ljava/lang/String;)Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_qdbm_Util_getenv
  (JNIEnv *, jclass, jstring);

#ifdef __cplusplus
}
#endif
#endif