OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rexstring
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rex.h
18
typedef char *
rexstring
;
typedef
25
rexstring
*rst_cmd_val;
27
rexstring
rst_host;
28
rexstring
rst_fsname;
29
rexstring
rst_dirwithin;
32
rexstring
*rst_env_val;
43
rexstring
rlt_message;
202
extern bool_t xdr_rexstring (XDR *,
rexstring
*);
rex.x
38
typedef string
rexstring
<1024>;
51
rexstring
rst_cmd<>; /* list of command and args */
52
rexstring
rst_host; /* working directory host name */
53
rexstring
rst_fsname; /* working directory file system name */
54
rexstring
rst_dirwithin;/* working directory within file system */
55
rexstring
rst_env<>; /* list of environment */
64
rexstring
rlt_message; /* string message for human consumption */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.h
18
typedef char *
rexstring
;
typedef
25
rexstring
*rst_cmd_val;
27
rexstring
rst_host;
28
rexstring
rst_fsname;
29
rexstring
rst_dirwithin;
32
rexstring
*rst_env_val;
43
rexstring
rlt_message;
202
extern bool_t xdr_rexstring (XDR *,
rexstring
*);
rex.x
38
typedef string
rexstring
<1024>;
51
rexstring
rst_cmd<>; /* list of command and args */
52
rexstring
rst_host; /* working directory host name */
53
rexstring
rst_fsname; /* working directory file system name */
54
rexstring
rst_dirwithin;/* working directory within file system */
55
rexstring
rst_env<>; /* list of environment */
64
rexstring
rlt_message; /* string message for human consumption */
Completed in 233 milliseconds