Searched refs:argument (Results 1 - 25 of 775) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkdigest-commands.in55 argument = "realm"
61 argument = "digest-type"
67 argument = "type"
73 argument = "value"
79 argument = "hostname"
100 argument = "realm"
106 argument = "name"
112 argument = "nonce"
118 argument = "nonce"
124 argument
[all...]
H A Dkcc-commands.in124 argument = "enctype"
131 argument = "cachename"
179 argument = "enctype"
186 argument = "cachename"
193 argument = "keytabname"
200 argument = "principal"
226 argument = "realm..."
241 argument = "service"
247 argument = "enctype"
258 argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Drake_test_loader.rb4 argv = ARGV.select do |argument|
5 case argument
7 argument
9 FileList[argument].to_a.each do |file|
15 require File.expand_path argument
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dgss-commands.in51 argument = "domain"
56 argument = "domain"
61 argument = "hostname"
66 argument = "persistent reference"
71 argument = "gssapi mechanism"
79 argument = "[user name]"
91 argument = "gssapi mechanism"
101 argument = "name-type"
106 argument = "gssapi mechanism"
114 argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/admin/
H A Dktutil-commands.in42 argument = "principal"
56 argument = "enctype"
99 argument = "realm"
106 argument = "host"
113 argument = "port number"
117 argument = "[principal...]"
125 argument = "principal"
129 argument = "source destination"
141 argument = "principal"
148 argument
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m18 PyObjC_CFTypeToID(PyObject* argument)
23 if (PyObjCObject_Check(argument)) {
24 val = PyObjCObject_GetObject(argument);
33 r = CFObj_Convert(argument, (CFTypeRef*)&val);
48 PyObjC_IDToCFType(id argument __attribute__((__unused__)))
51 CFTypeRef typeRef = (CFTypeRef)argument;
52 CFTypeID typeID = CFGetTypeID(argument);
63 return CFMutableStringRefObj_New((CFMutableStringRef)argument);
65 return CFMutableArrayRefObj_New((CFMutableArrayRef)argument);
67 return CFMutableDictionaryRefObj_New((CFMutableDictionaryRef)argument);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m18 PyObjC_CFTypeToID(PyObject* argument)
23 if (PyObjCObject_Check(argument)) {
24 val = PyObjCObject_GetObject(argument);
36 r = CFObj_Convert(argument, (CFTypeRef*)&val);
51 PyObjC_IDToCFType(id argument __attribute__((__unused__)))
55 CFTypeRef typeRef = (CFTypeRef)argument;
56 CFTypeID typeID = CFGetTypeID(argument);
67 return CFMutableStringRefObj_New((CFMutableStringRef)argument);
69 return CFMutableArrayRefObj_New((CFMutableArrayRef)argument);
71 return CFMutableDictionaryRefObj_New((CFMutableDictionaryRef)argument);
[all...]
H A Dobjc_support.m1538 PyObject *argument;
1546 argument = PySequence_Fast_GET_ITEM(seq, itemidx);
1557 error = depythonify_c_value(type, argument,
1831 PyObject* argument, char* descr,
1834 PyObjC_Assert(argument != NULL, -1);
1839 if (PyInt_Check (argument)) {
1840 long temp = PyInt_AsLong(argument);
1857 Py_TYPE(argument)->tp_name,
1866 if (PyLong_Check(argument)) {
1867 *out = PyLong_AsUnsignedLongLong(argument);
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dtoll-free-bridging.m18 PyObjC_CFTypeToID(PyObject* argument)
23 if (PyObjCObject_Check(argument)) {
24 val = PyObjCObject_GetObject(argument);
36 r = CFObj_Convert(argument, (CFTypeRef*)&val);
51 PyObjC_IDToCFType(id argument __attribute__((__unused__)))
55 CFTypeRef typeRef = (CFTypeRef)argument;
56 CFTypeID typeID = CFGetTypeID(argument);
67 return CFMutableStringRefObj_New((CFMutableStringRef)argument);
69 return CFMutableArrayRefObj_New((CFMutableArrayRef)argument);
71 return CFMutableDictionaryRefObj_New((CFMutableDictionaryRef)argument);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Diprop-commands.in42 argument = "file"
61 argument = "file"
79 argument = "version-number"
86 argument = "version-number"
94 argument = "file"
113 argument = "file"
127 argument = "command"
/macosx-10.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptFunctionCall.cpp44 void ScriptCallArgumentHandler::appendArgument(const Deprecated::ScriptObject& argument) argument
46 if (argument.scriptState() != m_exec) {
50 m_arguments.append(argument.jsObject());
53 void ScriptCallArgumentHandler::appendArgument(const Deprecated::ScriptValue& argument) argument
55 m_arguments.append(argument.jsValue());
58 void ScriptCallArgumentHandler::appendArgument(const String& argument) argument
61 m_arguments.append(jsString(m_exec, argument));
64 void ScriptCallArgumentHandler::appendArgument(const char* argument) argument
67 m_arguments.append(jsString(m_exec, String(argument)));
70 void ScriptCallArgumentHandler::appendArgument(JSValue argument) argument
75 appendArgument(long argument) argument
81 appendArgument(long long argument) argument
87 appendArgument(unsigned int argument) argument
93 appendArgument(unsigned long argument) argument
99 appendArgument(int argument) argument
105 appendArgument(bool argument) argument
[all...]
/macosx-10.10.1/bless-103/
H A Dstructs.h42 char argument[kMaxArgLength]; member in struct:clarg
H A DhandleFolder.c81 ret = BLGetCommonMountPoint(context, actargs[kmount].argument, "", actargs[kmount].argument);
83 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kmount].argument );
85 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
93 ret = BLGetCommonMountPoint(context, actargs[kfolder].argument, actargs[kfolder9].argument, actargs[kmount].argument);
96 actargs[kfolder].argument, actargs[kfolder9].argument);
100 actargs[kfolder].argument,
[all...]
H A DmodeUnbless.c59 ret = BLGetCommonMountPoint(context, actargs[kunbless].argument, "", actargs[kmount].argument);
61 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kunbless].argument );
63 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
66 ret = BLIsMountHFS(context, actargs[kmount].argument, &isHFS);
68 blesscontextprintf(context, kBLLogLevelError, "Could not determine filesystem of %s\n", actargs[kmount].argument );
72 if(0 != statfs(actargs[kmount].argument, &sb)) {
74 actargs[kmount].argument);
82 ret = BLGetVolumeFinderInfo(context, actargs[kmount].argument, oldwords);
84 blesscontextprintf(context, kBLLogLevelError, "Error getting old Finder info words for %s\n", actargs[kmount].argument );
[all...]
H A DhandleDevice.c73 ret = BLLoadFile(context, actargs[klabelfile].argument, 0, &labeldata);
76 actargs[klabelfile].argument);
80 ret = BLGenerateLabelData(context, actargs[klabel].argument, kBitmapScale_1x, &labeldata);
83 actargs[klabel].argument);
86 ret = BLGenerateLabelData(context, actargs[klabel].argument, kBitmapScale_2x, &labeldata2);
89 actargs[klabel].argument);
101 ret = BLLoadFile(context, actargs[kbootinfo].argument, 0, &bootXdata);
104 actargs[kbootinfo].argument);
112 ret = setefidevice(context, actargs[kdevice].argument + strlen("/dev/"),
115 actargs[klegacydrivehint].present ? actargs[klegacydrivehint].argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/akadmin/
H A Dhod-commands.in38 argument = "record [principal]"
45 argument = "record [principal]"
52 argument = "record flags..."
58 argument = "record flags..."
64 argument = "record"
70 argument = "record"
76 argument = "record ace..."
82 argument = "record"
88 argument = "record"
99 argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dkadmin-commands.in49 argument = "file"
70 argument = "fd"
94 argument = "[dump-file]"
107 argument = "[dump-file]"
129 argument = "realm..."
140 argument = "file"
152 argument = "file"
187 argument ="lifetime"
193 argument = "lifetime"
199 argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLExitArgument.h38 unsigned argument; member in struct:JSC::FTL::ExitArgumentRepresentation
48 ExitArgument(ValueFormat format, unsigned argument) argument
51 m_representation.argument = argument;
67 unsigned argument() const function in class:JSC::FTL::ExitArgument
70 return m_representation.argument;
75 return ExitArgument(format, argument());
H A DFTLExitArgument.cpp35 out.print("arg", argument(), " as ", format());
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhxtool-commands.in42 argument = "certificate-store"
49 argument = "signer-friendly-name"
55 argument = "certificate-store"
61 argument = "certificate-pool"
67 argument = "password"
73 argument = "oid"
79 argument = "oid"
119 argument="in-file out-file"
128 argument = "certificate-store"
135 argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSExport.h147 or more argument.
150 @optional Selector __JS_EXPORT_AS__##PropertyName:(id)argument; @required Selector
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadFunctionInvocation.h34 typedef void (*ThreadFunction)(void* argument);
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrameClosure.h48 void setArgument(int argument, JSValue value) argument
50 protoCallFrame->setArgument(argument, value);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsocket.test29 # Do all argument and error checking. We can at least test this, even
33 Test socket-1.0 {host_info argument checking} {
37 Test socket-1.1 {host_info argument checking} {
41 Test socket-1.2 {host_info argument checking} {
45 Test socket-1.3 {host_info argument checking} {
/macosx-10.10.1/remote_cmds-47/yppush.tproj/
H A Dyppush_svc.c112 } argument; local
137 (void) memset((char *)&argument, 0, sizeof (argument));
138 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
144 result = (*local)(&argument, rqstp);
148 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {

Completed in 308 milliseconds

1234567891011>>