HomeSort by: relevance | last modified time | path
    Searched refs:command_name (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
infodoc.c 1158 char *command_name;
1160 command_name = read_function_name ((char *) _("Where is command: "), window);
1162 if (!command_name)
1168 if (*command_name)
1172 command = named_function (command_name);
1183 command_name, NULL);
1190 command_name, location);
1194 command_name, location);
1199 command_name, NULL);
1202 free (command_name);
1157 char *command_name; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.c 280 #define adv_send_command_with_data(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, data, len) \
281 adv_send_command_(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, __FILE__, __LINE__)
282 #define adv_send_command(ref, client_queue, command_name, command, app_callback, internal_callback, allocation) \
283 adv_send_command_(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, __FILE__, __LINE__)
285 adv_send_command_(advertising_proxy_conn_ref *ref, run_context_t client_queue, const char *command_name, int command,
cti-services.c 79 const char *NONNULL command_name; member in struct:_cti_connection_t
113 INFO("[CX%d] " PUB_S_SRP, ref->serial, ref->command_name);
421 INFO("[CX%d] (" PUB_S_SRP "): cleanup", conn_ref->serial, conn_ref->command_name);
437 conn_ref->serial, conn_ref->command_name, "", "", event, "");
442 cti_log_object("cti_event_handler", conn_ref->serial, conn_ref->command_name, "", "", event, "");
472 conn_ref->serial, conn_ref->command_name, conn_ref->connection);
478 conn_ref->serial, conn_ref->command_name, conn_ref->connection);
487 conn_ref->serial, conn_ref->command_name, "", "", dict, "");
501 conn_ref->serial, conn_ref->command_name, "", "", message, "");
515 cti_log_object("cti_event_handler/other", conn_ref->serial, conn_ref->command_name, "", "", event, "")
    [all...]
  /src/external/gpl2/lvm2/dist/tools/
tools.h 171 const char *command_name(struct cmd_context *cmd);
lvresize.c 199 cmd_name = command_name(cmd);
toollib.c 25 const char *command_name(struct cmd_context *cmd) function

Completed in 89 milliseconds