HomeSort by relevance Sort by last modified time
    Searched refs:auxstr (Results 1 - 14 of 14) sorted by null

  /external/strace/
stream.c 136 tcp->auxstr = "MORECTL";
139 tcp->auxstr = "MORECTL|MOREDATA";
142 tcp->auxstr = "MORECTL";
145 tcp->auxstr = NULL;
208 tcp->auxstr = "MORECTL";
211 tcp->auxstr = "MORECTL|MOREDATA";
214 tcp->auxstr = "MORECTL";
217 tcp->auxstr = NULL;
295 tcp->auxstr = "Timeout";
360 tcp->auxstr = outstr
    [all...]
ioprio.c 58 tcp->auxstr = sprint_ioprio(tcp->u_rval);
ldt.c 72 tcp->auxstr = outstr;
desc.c 213 tcp->auxstr = sprintflags("flags ", fdflags, tcp->u_rval);
218 tcp->auxstr = sprint_open_modes(tcp->u_rval);
234 tcp->auxstr = xlookup(lockfcmds, tcp->u_rval);
387 tcp->auxstr = "Timeout";
437 tcp->auxstr = outstr;
net.c 778 /* Abusing tcp->auxstr as temp storage.
781 tcp->auxstr = strdup(str);
793 tprintf(", %s", tcp->auxstr ? tcp->auxstr : "{...}");
794 free((void *) tcp->auxstr);
795 tcp->auxstr = NULL;
800 tcp->auxstr = "Timeout";
807 tcp->auxstr = str;
signal.c 533 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
667 tcp->auxstr = "SIG_ERR"; break;
669 tcp->auxstr = "SIG_DFL"; break;
671 tcp->auxstr = "SIG_IGN"; break;
673 tcp->auxstr = NULL;
946 tcp->auxstr = sprintsigmask_val("mask ", tcp->u_rval);
1042 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
    [all...]
time.c 508 tcp->auxstr = xlookup(adjtimex_state, tcp->u_rval);
509 if (tcp->auxstr)
process.c 203 tcp->auxstr = unalignctl_string(i);
    [all...]
defs.h 421 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
539 #define RVAL_STR 020 /* Print `auxstr' field after return val */
syscall.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 215 Since these names exist in the global namespace, 'auxstr' should
228 #define DEFN_PRE_TEMPLATE(auxstr, name) \
229 void vgSysWrap_##auxstr##_##name##_before \
237 #define DEFN_POST_TEMPLATE(auxstr, name) \
238 void vgSysWrap_##auxstr##_##name##_after \
249 #define DECL_TEMPLATE(auxstr, name) \
251 void vgSysWrap_##auxstr##_##name##_before \
259 void vgSysWrap_##auxstr##_##name##_after \
270 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \
271 [sysno] = { vgSysWrap_##auxstr##_##name##_before, NULL
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.h 71 const HChar* auxstr,
hg_errors.c 349 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon36539::__anon36540::__anon36547
615 const HChar* auxstr, ExeContext* auxctx )
624 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
905 if (xe->XE.Misc.auxstr) {
906 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
917 if (xe->XE.Misc.auxstr) {
918 emit(" %s\n", xe->XE.Misc.auxstr);
    [all...]
hg_main.c 2005 const HChar* auxstr = "Lock was previously acquired"; local
    [all...]

Completed in 269 milliseconds