Home
last modified time | relevance | path

Searched refs:defhlp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckstr.c115 char *defhlp; in ckstr_err() local
127 defhlp = sethlp(temp, regexp, length); in ckstr_err()
128 puterror(stdout, defhlp, error); in ckstr_err()
134 char *defhlp; in ckstr_hlp() local
137 defhlp = sethlp(hlpbuf, regexp, length); in ckstr_hlp()
138 puthelp(stdout, defhlp, help); in ckstr_hlp()
146 char *defhlp; in ckstr() local
151 defhlp = NULL; in ckstr()
170 if (defhlp == NULL) in ckstr()
171 defhlp = sethlp(hlpbuf, regexp, length); in ckstr()
[all …]
H A Dckpath.c245 char *defhlp; in ckpath_err() local
255 defhlp = sethlp(pflags); in ckpath_err()
257 free(defhlp); in ckpath_err()
263 char *defhlp; in ckpath_hlp() local
265 defhlp = sethlp(pflags); in ckpath_hlp()
267 free(defhlp); in ckpath_hlp()
274 char *defhlp, in ckpath() local
294 free(defhlp); in ckpath()
301 free(defhlp); in ckpath()
312 free(defhlp); in ckpath()
[all …]
H A Dckitem.c54 static char *defhlp; variable
121 defhlp = setmsg(menup, 0); in ckitem_hlp()
122 puthelp(stdout, defhlp, help); in ckitem_hlp()
123 free(defhlp); in ckitem_hlp()
157 defhlp = setmsg(menup, 0); in ckitem()
165 free(defhlp); in ckitem()
185 free(defhlp); in ckitem()
540 puthelp(stderr, defhlp, help);