Files
libgtop/sysdeps/freebsd
Martin Baulig bdc4e08454 Added new feature (proc_args) to get command line arguments:
typedef struct _glibtop_proc_args	glibtop_proc_args;

struct _glibtop_proc_args
{
	u_int64_t	flags,
		size;			/* GLIBTOP_PROC_ARGS_SIZE	*/
};

Returns a string containing all command line arguments of the process,
the `unsigned' parameter is the maximum length of this string; if it
is zero then no limit will be set.

extern const char  *glibtop_get_proc_args_l __P((glibtop *, glibtop_proc_args *, pid_t, unsigned));
1998-10-26 09:53:08 +00:00
..
1998-08-06 23:37:35 +00:00
1998-10-06 09:04:27 +00:00
1998-08-07 15:12:04 +00:00
1998-08-09 17:05:11 +00:00
1998-08-06 23:34:50 +00:00
1998-10-06 09:04:27 +00:00
1998-08-06 23:34:50 +00:00
1998-10-06 09:04:27 +00:00
1998-10-25 17:54:18 +00:00
1998-08-06 23:34:50 +00:00
1998-10-06 09:04:27 +00:00