HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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/gpl2/lvm2/dist/tools/
toollib.c 25 const char *command_name(struct cmd_context *cmd) function
toollib.c 25 const char *command_name(struct cmd_context *cmd) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
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...]
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...]

Completed in 77 milliseconds