Searched refs:subCommand (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixId.c249 char *subCommand;
255 subCommand = Tcl_GetStringFromObj (objv[2], NULL);
258 if (STREQU (subCommand, "user"))
261 if (STREQU (subCommand, "userid")) {
267 if (STREQU (subCommand, "group"))
270 if (STREQU (subCommand, "groupid")) {
277 "\"group\" or \"groupid\", got \"", subCommand, "\"",
291 char *subCommand;
296 subCommand = Tcl_GetStringFromObj (objv[2], NULL);
298 if (STREQU (subCommand, "use
248 char *subCommand; local
290 char *subCommand; local
329 char *subCommand; local
644 char *subCommand; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXsocket.c170 char *subCommand = Tcl_GetStringFromObj (objv [1], NULL);
175 subCommand, " host", (char *) NULL);
215 char *subCommand;
223 subCommand = Tcl_GetStringFromObj (objv [1], NULL);
225 if (STREQU (subCommand, "addresses")) {
241 if (STREQU (subCommand, "address_name")) {
256 if (STREQU (subCommand, "official_name")) {
265 if (STREQU (subCommand, "aliases")) {
277 TclX_AppendObjResult (interp, "invalid option \"", subCommand,
167 char *subCommand = Tcl_GetStringFromObj (objv [1], NULL); local
211 char *subCommand; local
H A DtclXfilescan.c355 char *subCommand;
361 subCommand = Tcl_GetStringFromObj (objv [1], NULL);
366 if (STREQU (subCommand, "create")) {
377 if (STREQU (subCommand, "delete")) {
389 if (STREQU (subCommand, "copyfile")) {
347 char *subCommand; local
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c432 char *subCommand; local
452 subCommand = Tcl_GetStringFromObj (objv[1], NULL);
455 if (STREQU (subCommand, "bind")) {
486 subCommand,
530 if (STREQU (subCommand, "unbind")) {
540 if (STREQU (subCommand, "delete")) {
560 if (STREQU (subCommand, "rename_rdn") || STREQU (subCommand, "modify_rdn")) {
572 deleteOldRdn = (*subCommand == 'r');
577 subCommand,
1272 char *subCommand; local
[all...]
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c1618 UInt32 subCommand = kAppleRAIDUpdateResetSet; local
1619 CFNumberRef updateSubCommand = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &subCommand);
1944 UInt32 subCommand = kAppleRAIDUpdateDestroySet;
1945 CFNumberRef destroySubCommand = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &subCommand);

Completed in 232 milliseconds