Searched refs:returnvalue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | xattr_012_pos.ksh | 67 returnvalue=$($ECHO $psize | $SED -e 's/m//g' -e 's/M//g') 68 returnvalue=$(( returnvalue * 1024 )) 70 returnvalue=$($ECHO $psize | $SED -e 's/k//g' -e 's/K//g') 72 print $returnvalue
|
| /freebsd-12.1/crypto/heimdal/lib/ipc/ |
| H A D | server.c | 120 mach_complete_sync(heim_sipc_call ctx, int returnvalue, heim_idata *reply) in mach_complete_sync() argument 129 if (returnvalue) { in mach_complete_sync() 146 mheim_ripc_call_reply(s->reply_port, returnvalue, in mach_complete_sync() 157 mach_complete_async(heim_sipc_call ctx, int returnvalue, heim_idata *reply) in mach_complete_async() argument 166 if (returnvalue) { in mach_complete_async() 183 kr = mheim_aipc_acall_reply(s->reply_port, returnvalue, in mach_complete_async() 201 int *returnvalue, in mheim_do_call() argument 723 socket_complete(heim_sipc_call ctx, int returnvalue, heim_idata *reply) in socket_complete() argument 741 u32 = htonl(returnvalue); in socket_complete()
|
| H A D | client.c | 186 int returnvalue, in mheim_ado_acall_reply() argument 195 if (returnvalue) { in mheim_ado_acall_reply() 206 (*c->func)(c->userctx, returnvalue, &response, NULL); in mheim_ado_acall_reply()
|
| H A D | heim_ipc_async.defs | 51 in returnvalue : int;
|
| H A D | heim_ipc_reply.defs | 49 returnvalue : int;
|
| H A D | heim_ipc.defs | 54 out returnvalue : int;
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-decode.c | 585 int returnvalue=1; /*Needed to avoid double printing*/ in apropos_cmd() local 592 returnvalue=re_search(regex,c->name,strlen(c->name),0,strlen(c->name),NULL); in apropos_cmd() 593 if (returnvalue >= 0) in apropos_cmd() 602 returnvalue=0; /*Set this so we don't print it again.*/ in apropos_cmd() 605 if (c->doc != NULL && returnvalue != 0) in apropos_cmd()
|