Home
last modified time | relevance | path

Searched refs:ws_errctx (Results 1 – 11 of 11) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/libmailutils/wordsplit/
H A Dwordsplit.c125 free (wsp->ws_errctx); in _wsplt_store_errctx()
127 if (!wsp->ws_errctx) in _wsplt_store_errctx()
135 wsp->ws_errctx[len] = 0; in _wsplt_store_errctx()
226 free (wsp->ws_errctx); in _wsplt_seterr_sub()
227 wsp->ws_errctx = wss->ws_errctx; in _wsplt_seterr_sub()
228 wss->ws_errctx = NULL; in _wsplt_seterr_sub()
357 wsp->ws_errctx = NULL; in wordsplit_init()
2707 wsp->ws_errctx = NULL; in wordsplit_run()
2809 free (ws->ws_errctx); in wordsplit_clearerr()
2810 ws->ws_errctx = NULL; in wordsplit_clearerr()
[all …]
H A Dwordsplit.h125 char *ws_errctx; /* Context in which the error occurred: member
/dports/net/gnu-dico/dico-2.10/grecs/wordsplit/
H A Dwordsplit.c125 free (wsp->ws_errctx); in _wsplt_store_errctx()
127 if (!wsp->ws_errctx) in _wsplt_store_errctx()
135 wsp->ws_errctx[len] = 0; in _wsplt_store_errctx()
226 free (wsp->ws_errctx); in _wsplt_seterr_sub()
227 wsp->ws_errctx = wss->ws_errctx; in _wsplt_seterr_sub()
228 wss->ws_errctx = NULL; in _wsplt_seterr_sub()
357 wsp->ws_errctx = NULL; in wordsplit_init()
2707 wsp->ws_errctx = NULL; in wordsplit_run()
2809 free (ws->ws_errctx); in wordsplit_clearerr()
2810 ws->ws_errctx = NULL; in wordsplit_clearerr()
[all …]
H A Dwordsplit.h125 char *ws_errctx; /* Context in which the error occurred: member
/dports/shells/rush/rush-2.1/lib/wordsplit/
H A Dwordsplit.c116 free (wsp->ws_errctx); in _wsplt_store_errctx()
118 if (!wsp->ws_errctx) in _wsplt_store_errctx()
126 wsp->ws_errctx[len] = 0; in _wsplt_store_errctx()
216 free (wsp->ws_errctx); in _wsplt_seterr_sub()
217 wsp->ws_errctx = wss->ws_errctx; in _wsplt_seterr_sub()
218 wss->ws_errctx = NULL; in _wsplt_seterr_sub()
343 wsp->ws_errctx = NULL; in wordsplit_init()
2711 wsp->ws_errctx = NULL; in wordsplit_run()
2813 free (ws->ws_errctx); in wordsplit_clearerr()
2814 ws->ws_errctx = NULL; in wordsplit_clearerr()
[all …]
H A Dwordsplit.h121 char *ws_errctx; /* Context in which the error occurred: member
/dports/sysutils/direvent/direvent-5.2/grecs/wordsplit/
H A Dwordsplit.c116 free (wsp->ws_errctx); in _wsplt_store_errctx()
118 if (!wsp->ws_errctx) in _wsplt_store_errctx()
126 wsp->ws_errctx[len] = 0; in _wsplt_store_errctx()
216 free (wsp->ws_errctx); in _wsplt_seterr_sub()
217 wsp->ws_errctx = wss->ws_errctx; in _wsplt_seterr_sub()
218 wss->ws_errctx = NULL; in _wsplt_seterr_sub()
343 wsp->ws_errctx = NULL; in wordsplit_init()
2711 wsp->ws_errctx = NULL; in wordsplit_run()
2813 free (ws->ws_errctx); in wordsplit_clearerr()
2814 ws->ws_errctx = NULL; in wordsplit_clearerr()
[all …]
H A Dwordsplit.h121 char *ws_errctx; /* Context in which the error occurred: member
/dports/sysutils/pies/pies-1.5/grecs/wordsplit/
H A Dwordsplit.c125 free (wsp->ws_errctx); in _wsplt_store_errctx()
127 if (!wsp->ws_errctx) in _wsplt_store_errctx()
135 wsp->ws_errctx[len] = 0; in _wsplt_store_errctx()
226 free (wsp->ws_errctx); in _wsplt_seterr_sub()
227 wsp->ws_errctx = wss->ws_errctx; in _wsplt_seterr_sub()
228 wss->ws_errctx = NULL; in _wsplt_seterr_sub()
357 wsp->ws_errctx = NULL; in wordsplit_init()
2707 wsp->ws_errctx = NULL; in wordsplit_run()
2809 free (ws->ws_errctx); in wordsplit_clearerr()
2810 ws->ws_errctx = NULL; in wordsplit_clearerr()
[all …]
H A Dwordsplit.h125 char *ws_errctx; /* Context in which the error occurred: member
/dports/shells/rush/rush-2.1/src/
H A Dmap.c298 wordsplit_strerror(&ws), ws.ws_errctx); in rush_expand_string()