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

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c55 /* info created by fn_new(), private to this module */
74 * fn_new -- create a new filename buffer, possibly with initial contents
77 * struct fn *fnp = fn_new("this is a string");
80 fn_new(const char *s) function
117 struct fn *ret = fn_new(fn_s(fnp));
140 return (fn_new("."));
143 ret = fn_new(buf);
204 * fn_new(s);
396 fn_list_addfn(fnlp, fn_new(s));

Completed in 259 milliseconds