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

/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_paramhlp.h32 void cleanarg(char *str);
H A Dtool_getparam.c1308 cleanarg(nextarg);
1371 cleanarg(nextarg);
1681 cleanarg(nextarg);
1686 cleanarg(nextarg);
H A Dtool_paramhlp.c134 void cleanarg(char *str) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h109 PTR_T cleanarg; /* Argument passed to (*j_cleanup)() */ member in struct:job
H A Djobs.c593 newjob->cleanarg = (PTR_T) NULL;
3190 with `cleanarg' as the single argument, then set the function
3192 cleanup function is responsible for deallocating cleanarg. */
3195 (*jobs[job]->j_cleanup) (jobs[job]->cleanarg);

Completed in 220 milliseconds