Home
last modified time | relevance | path

Searched refs:comm_str (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dcomm.c12 struct comm_str { struct
22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
30 static void comm_str__put(struct comm_str *cs) in comm_str__put()
43 struct comm_str *cs; in comm_str__alloc()
65 struct comm_str *iter, *new; in __comm_str__findnew()
99 struct comm_str *cs; in comm_str__findnew()
119 if (!comm->comm_str) { in comm__new()
129 struct comm_str *new, *old = comm->comm_str; in comm__override()
136 comm->comm_str = new; in comm__override()
146 comm_str__put(comm->comm_str); in comm__free()
[all …]
H A Dcomm.h9 struct comm_str;
12 struct comm_str *comm_str; member
H A Dthread.c41 char *comm_str; in thread__new() local
56 comm_str = malloc(32); in thread__new()
57 if (!comm_str) in thread__new()
60 snprintf(comm_str, 32, ":%d", tid); in thread__new()
61 comm = comm__new(comm_str, 0, false); in thread__new()
62 free(comm_str); in thread__new()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dcomm.c12 struct comm_str { struct
22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
30 static void comm_str__put(struct comm_str *cs) in comm_str__put()
43 struct comm_str *cs; in comm_str__alloc()
65 struct comm_str *iter, *new; in __comm_str__findnew()
99 struct comm_str *cs; in comm_str__findnew()
119 if (!comm->comm_str) { in comm__new()
129 struct comm_str *new, *old = comm->comm_str; in comm__override()
136 comm->comm_str = new; in comm__override()
146 comm_str__put(comm->comm_str); in comm__free()
[all …]
H A Dcomm.h9 struct comm_str;
12 struct comm_str *comm_str; member
H A Dthread.c41 char *comm_str; in thread__new() local
56 comm_str = malloc(32); in thread__new()
57 if (!comm_str) in thread__new()
60 snprintf(comm_str, 32, ":%d", tid); in thread__new()
61 comm = comm__new(comm_str, 0, false); in thread__new()
62 free(comm_str); in thread__new()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dcomm.c12 struct comm_str { struct
22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
30 static void comm_str__put(struct comm_str *cs) in comm_str__put()
43 struct comm_str *cs; in comm_str__alloc()
65 struct comm_str *iter, *new; in __comm_str__findnew()
99 struct comm_str *cs; in comm_str__findnew()
119 if (!comm->comm_str) { in comm__new()
129 struct comm_str *new, *old = comm->comm_str; in comm__override()
136 comm->comm_str = new; in comm__override()
146 comm_str__put(comm->comm_str); in comm__free()
[all …]
H A Dcomm.h9 struct comm_str;
12 struct comm_str *comm_str; member
H A Dthread.c41 char *comm_str; in thread__new() local
56 comm_str = malloc(32); in thread__new()
57 if (!comm_str) in thread__new()
60 snprintf(comm_str, 32, ":%d", tid); in thread__new()
61 comm = comm__new(comm_str, 0, false); in thread__new()
62 free(comm_str); in thread__new()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dfat_mvm_scripter.py312 comm_str = GR.RecapAttach(comm_str, opt, arg)
316 comm_str = GR.RecapAttach(comm_str, opt, arg)
320 comm_str = GR.RecapAttach(comm_str, opt, arg)
323 comm_str = GR.RecapAttach(comm_str, opt, arg)
326 comm_str = GR.RecapAttach(comm_str, opt, arg)
329 comm_str = GR.RecapAttach(comm_str, opt, arg)
332 comm_str = GR.RecapAttach(comm_str, opt, arg)
335 comm_str = GR.RecapAttach(comm_str, opt, arg)
344 comm_str = GR.RecapAttach(comm_str, opt, '')
347 comm_str = GR.RecapAttach(comm_str, opt, '')
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/netvisor/
H A Dpn_snmp_community.py100 comm_str = module.params['pn_community_string']
108 return True if comm_str in out else False
140 comm_str = module.params['pn_community_string']
153 msg='snmp community name %s does not exist' % comm_str
160 msg='snmp community name %s does not exist' % comm_str
167 msg='snmp community with name %s already exists' % comm_str
170 cli += ' %s community-string %s ' % (command, comm_str)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/netvisor/
H A Dpn_snmp_community.py94 comm_str = module.params['pn_community_string']
102 return True if comm_str in out else False
134 comm_str = module.params['pn_community_string']
147 msg='snmp community name %s does not exist' % comm_str
154 msg='snmp community name %s does not exist' % comm_str
161 msg='snmp community with name %s already exists' % comm_str
164 cli += ' %s community-string %s ' % (command, comm_str)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dpn_snmp_community.py94 comm_str = module.params['pn_community_string']
102 return True if comm_str in out else False
134 comm_str = module.params['pn_community_string']
147 msg='snmp community name %s does not exist' % comm_str
154 msg='snmp community name %s does not exist' % comm_str
161 msg='snmp community with name %s already exists' % comm_str
164 cli += ' %s community-string %s ' % (command, comm_str)
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/misc/
H A Dmpid_abort.c43 char comm_str[MPI_MAX_ERROR_STRING] = ""; in MPIDI_Abort_core() local
56 snprintf(comm_str, sizeof(comm_str), " (rank %d in comm %d)", rank, handle); in MPIDI_Abort_core()
67 …snprintf(error_str, sizeof(error_str), "Abort(%d)%s%s: %s%s\n", exit_code, world_str, comm_str, us… in MPIDI_Abort_core()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4_globals.c82 char comm_str[MPI_MAX_ERROR_STRING] = ""; in MPID_Abort() local
86 snprintf(comm_str, sizeof(comm_str), " (rank %d in comm %d)", rank, context_id); in MPID_Abort()
101 exit_code, world_str, comm_str, error_msg, sys_str); in MPID_Abort()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dgnc-imp-props-tx.cpp168 gnc_commodity* parse_commodity (const std::string& comm_str) in parse_commodity() argument
170 if (comm_str.empty()) in parse_commodity()
177 comm = gnc_commodity_table_lookup_unique (table, comm_str.c_str()); in parse_commodity()
182 GNC_COMMODITY_NS_CURRENCY, comm_str.c_str()); in parse_commodity()
195 ns_str, comm_str.c_str()); in parse_commodity()
H A Dgnc-imp-props-tx.hpp107 gnc_commodity* parse_commodity (const std::string& comm_str);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
992 comm_str = toserverstr(comm_str)
993 n = len(comm_str)
995 value = struct.pack(fmt, 5, 8, comm_id, n, comm_str, 8, thread_id, 8, time, 1, exec_flag)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
992 comm_str = toserverstr(comm_str)
993 n = len(comm_str)
995 value = struct.pack(fmt, 5, 8, comm_id, n, comm_str, 8, thread_id, 8, time, 1, exec_flag)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
992 comm_str = toserverstr(comm_str)
993 n = len(comm_str)
995 value = struct.pack(fmt, 5, 8, comm_id, n, comm_str, 8, thread_id, 8, time, 1, exec_flag)
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dsflow.c531 char asn_str[MAX_BGP_ASPATH], comm_str[MAX_BGP_STD_COMMS], space[] = " "; in readExtendedGateway() local
585 strcpy(comm_str, "internet"); in readExtendedGateway()
588 strcpy(comm_str, "no-export"); in readExtendedGateway()
591 strcpy (comm_str, "no-advertise"); in readExtendedGateway()
594 strcpy (comm_str, "local-AS"); in readExtendedGateway()
599 sprintf(comm_str, "%d:%d", as, val); in readExtendedGateway()
602 len_comm = strlen(comm_str); in readExtendedGateway()
606 strncat(sample->comms, comm_str, (sizeof(sample->comms) - len_tot)); in readExtendedGateway()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logd/
H A DLogAudit.cpp305 static const char comm_str[] = " comm=\""; in logPrint() local
306 const char* comm = strstr(str, comm_str); in logPrint()
311 comm += sizeof(comm_str) - 1; in logPrint()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logd/
H A DLogAudit.cpp351 static const char comm_str[] = " comm=\""; in logPrint() local
352 const char* comm = strstr(str, comm_str); in logPrint()
357 comm += sizeof(comm_str) - 1; in logPrint()
/dports/net/grsync/grsync-1.3.0/src/
H A Dcallbacks.c859 gchar *comm_str, *comm_out, *comm_err, *comm_after; in rsync_cleanup() local
864comm_str = (gchar*) gtk_entry_get_text((GtkEntry*) gtk_builder_get_object(builder, "entry_com_afte… in rsync_cleanup()
865 if (!g_spawn_command_line_sync(comm_str, &comm_out, &comm_err, NULL, NULL)) { in rsync_cleanup()
869 …comm_after = g_strconcat("\n", _("** Launching AFTER command:\n"), comm_str, "\n", comm_out, comm_… in rsync_cleanup()
1081 gchar *comm_str, *comm_text, *comm_out, *comm_err, *comm_before, *tmpc; in on_rsync_show() local
1090comm_str = (gchar*) gtk_entry_get_text((GtkEntry*) gtk_builder_get_object(builder, "entry_com_befo… in on_rsync_show()
1091 if (!g_spawn_command_line_sync(comm_str, &comm_out, &comm_err, &err, NULL) || err) { in on_rsync_show()
1097 …comm_before = g_strconcat(_("** Launching BEFORE command:\n"), comm_str, "\n", comm_out, comm_err,… in on_rsync_show()
1104 comm_str = escape_cmd(argv); in on_rsync_show()
1111 … ", groups[session_last], " - ", ctime(&rawtime), "\n", comm_before, tmpc, comm_str, "\n\n", NULL); in on_rsync_show()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_fat_funcs.py726 def RecapAttach(comm_str, opt, arg): argument
731 comm_str+=' '+opt
734 comm_str+="="
736 comm_str+=" "
737 comm_str+="'"+arg+"' "
739 comm_str+=" "
741 return comm_str