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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtrestore.c40 static char *r_string(Stk_t*);
118 t->for_.fornam = r_string(shp->stk);
141 t->funct.functnam = r_string(shp->stk);
240 iop->ioname = r_string(shp->stk);
241 if(iop->iodelim = r_string(shp->stk))
255 iop->iovname = r_string(shp->stk);
307 while(*argv++ = r_string(shp->stk));
333 static char *r_string(Stk_t *stkp) function
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c612 * Arguments: r_string - [RO, *RW] - (char **)
616 * from r_string provided
619 * separate one "token" from another in r_string
627 * NOTE: The input string r_string will be freed with 'free'
636 _z_strRemoveToken(char **r_string, char *a_token, char *a_separators, argument
647 assert(r_string != NULL);
655 a_string = *r_string;
665 * set *r_string to NULL
667 free(*r_string);
668 *r_string
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c739 * Arguments: r_string - [RO, *RW] - (char **)
743 * from r_string provided
746 * separate one "token" from another in r_string
754 * NOTE: The input string r_string will be freed with 'free'
763 pkgstrRemoveToken(char **r_string, char *a_token, char *a_separators, argument
774 assert(r_string != (char **)NULL);
782 a_string = *r_string;
790 /* deallocate input string; free sets *r_string to NULL */
792 free(*r_string);
793 *r_string
[all...]

Completed in 59 milliseconds