Searched refs:RETVAL (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 139 * 'undef' instead. The macro should be call after the RETVAL is set to the 142 #define RETURN_UNDEF_IF_FAIL { if (RETVAL < 0) XSRETURN_UNDEF; } 284 RETVAL = _lgrp_latency_cookie(cookie, from, to, between); 288 RETVAL 292 # directive to avoid implicit RETVAL assignments and manipulate perl
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 239 RETVAL = inproj(user, proj, buf, sizeof (buf)); 241 RETVAL
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 54 static char RETVAL[] = "retval"; variable 509 f_print(fout, "\tbool_t %s;\n", RETVAL); 631 RETVAL, ROUTINE, ARG, RESULT, RQSTP); 635 RETVAL, ROUTINE, ARG, RESULT, RQSTP); 644 RESULT, RETVAL, TRANSP, RESULT, RESULT);
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1284 RETVAL = (SV *)newRV_noinc((SV *)newHV()); 1286 sv_bless(RETVAL, stash); 1290 sv_magic(SvRV(RETVAL), kcsv, '~', 0, 0); 1322 tie = get_tie(RETVAL, kp->ks_module, kp->ks_instance, 1333 SvREADONLY_on(SvRV(RETVAL)); 1334 /* SvREADONLY_on(RETVAL); */ 1336 RETVAL 1560 RETVAL = *value; SvREFCNT_inc(RETVAL); 1562 RETVAL [all...] |
Completed in 62 milliseconds