Searched refs:listinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/bin/ps/
H A Dps.c116 struct listinfo;
117 typedef int addelem_rtn(struct listinfo *_inf, const char *_elem);
119 struct listinfo { struct
134 static int addelem_gid(struct listinfo *, const char *);
135 static int addelem_pid(struct listinfo *, const char *);
136 static int addelem_tty(struct listinfo *, const char *);
137 static int addelem_uid(struct listinfo *, const char *);
138 static void add_list(struct listinfo *, const char *);
141 static void *expand_list(struct listinfo *);
145 static void free_list(struct listinfo *);
[all...]

Completed in 114 milliseconds