Searched refs:location (Results 176 - 200 of 814) sorted by relevance

1234567891011>>

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.h66 void IPSecLogVPNInterfaceAddressEvent (const char *location,
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dfetch.tcl78 if {[regexp -nocase ^location$ $name]} {
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cookie.c787 range.location = 0;
918 range.location = pos1;
960 range.location = pos1;
979 range.location = pos1;
1020 range.location = pos1;
1039 range.location = pos1;
1076 range.location = pos1;
1103 range2.location = pos1;
1114 pos2 = range.location + 3;
1115 range2.location
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h129 * Clue about battery's location in machine - Left vs. Right
253 int location(void);
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLib.c85 int type, IOGPoint location, NXEventData *data,
110 IOGPoint location,
128 event->location = location;
108 IOHIDPostEvent( io_connect_t connect, UInt32 eventType, IOGPoint location, const NXEventData * eventData, UInt32 eventDataVersion, IOOptionBits eventFlags, IOOptionBits options ) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObject.h83 PrivatePropertyMap::const_iterator location = m_propertyMap.find(propertyName.impl()); local
84 if (location == m_propertyMap.end())
86 return location->value.get();
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h52 // has been completed, and the code has been copied to is final location in memory. At this
260 int executableOffsetFor(int location) argument
262 if (!location)
264 return bitwise_cast<int32_t*>(m_assemblerStorage.buffer())[location / sizeof(int32_t) - 1];
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSKVSKeys.c54 if(tokenAt.location == kCFNotFound) return NULL;
55 CFStringRef retval = CFStringCreateWithSubstring(NULL, in, CFRangeMake(0, tokenAt.location));
56 CFStringDelete(in, CFRangeMake(0, tokenAt.location+1));
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.h280 void* operator new(size_t, NotNullTag, void* location) \
282 ASSERT(location); \
283 return location; \
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DScriptTimelineView.js34 var columns = {location: {}, callCount: {}, startTime: {}, totalTime: {}, selfTime: {}, averageTime: {}}; property in class:WebInspector.ScriptTimelineView.columns
36 columns.location.title = WebInspector.UIString("Location");
37 columns.location.width = "15%";
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm509 NSPoint location = NSMakePoint(NSMinX(menuRect), NSMaxY(menuRect) - vertOffset);
511 location = [m_webView convertPoint:location toView:nil];
514 location = [m_webView.window convertBaseToScreen:location];
517 WKPopupContextMenu(menu, location);
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_protocol.c1097 const char *location)
1109 ap_escape_html(r->pool, location),
1116 ap_escape_html(r->pool, location),
1123 ap_escape_html(r->pool, location),
1362 const char *location = apr_table_get(r->headers_out, "Location"); local
1382 if (location == NULL) {
1383 location = apr_table_get(r->err_headers_out, "Location");
1412 if ((location != NULL) && *location) {
1413 apr_table_setn(r->headers_out, "Location", location);
1095 get_canned_error_string(int status, request_rec *r, const char *location) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Devalstring.c172 while (*(bash_input.location.string))
182 /* Provide a location for functions which `longjmp (top_level)' to
268 *bash_input.location.string == '\0' &&
283 *bash_input.location.string == '\0' &&
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c57 Histloc_t location; local
147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1);
148 if((range[++flag] = location.hist_command) < 0)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhistory.c957 Histloc_t location; local
958 location.hist_command = -1;
959 location.hist_char = 0;
960 location.hist_line = 0;
962 return(location);
976 coffset = &location.hist_char;
984 return(location);
987 return(location);
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
994 location
[all...]
/macosx-10.10.1/libdispatch-442.1.4/private/
H A Dvoucher_activity_private.h176 * @param location
192 uint64_t location, voucher_activity_flag_t flags);
262 * @param location
263 * Tracepoint location.
277 voucher_activity_trace(voucher_activity_trace_id_t trace_id, uint64_t location,
290 * @param location
291 * Tracepoint location.
312 uint64_t location, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3,
/macosx-10.10.1/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.c137 CFStringRef location = NULL; local
188 location = CFStringCreateWithCString(NULL, optarg, kCFStringEncodingUTF8);
251 ODRecordRef rec = odGetUser(location, authname, username, &attrs_orig);
449 "[-l location] [-u authname] [-s shell]");
H A Dopen_directory.c17 const char* user_allowed[] = { "shell", "full name", "office location", "office phone", "home phone", "picture", NULL };
94 odGetUser(CFStringRef location, CFStringRef authname, CFStringRef user, CFDictionaryRef* attrs) argument
104 * Copy the record and put the record's location into DSPath.
106 if (location) {
107 node = ODNodeCreateWithName(NULL, kODSessionDefault, location, &error);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclGetDate.y177 static void TclDateerror(YYLTYPE* location,
179 static int TclDatelex(YYSTYPE* yylvalPtr, YYLTYPE* location,
719 YYLTYPE* location,
727 t = Tcl_NewIntObj(location->first_column);
732 t = Tcl_NewIntObj(location->last_column);
897 YYLTYPE* location,
905 location->first_column = yyInput - info->dateStart;
930 location->last_column = yyInput - info->dateStart - 1;
933 location->last_column = yyInput - info->dateStart - 1;
946 location
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dutils.c1191 log_vpn_interface_address_event (const char *location, argument
1202 location,
1219 location,
1230 location,
1241 location,
1252 location,
1263 location,
1279 const char *location,
1290 dbglog("%s: invalid SCDynamicStore reference", location);
1314 notice("%s: failed to initialize interface CFString", location);
1278 check_vpn_interface_or_service_unrecoverable(SCDynamicStoreRef dynamicStoreRef, const char *location, struct kern_event_msg *ev_msg, char *interface_buf) argument
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups-deviced.c82 send_location; /* Send device-location attribute? */
202 send_location = cupsArrayFind(requested, "device-location") != NULL;
357 const char *device_location) /* I - Physical location */
418 cupsdSendIPPString(IPP_TAG_TEXT, "device-location",
485 *location; /* Physical location */ local
493 * class URI "make model" "name" ["1284 device ID"] ["location"]
579 * device-location
584 for (ptr ++, location = ptr; *ptr && *ptr != '\"'; ptr ++)
596 location
[all...]
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_unusual.s170 .long LFB13-. # FDE initial location
202 .long LFB9-. # FDE initial location
235 .long LFB7a-. # FDE initial location
267 .long LFB7b-. # FDE initial location
300 .long LFB7-. # FDE initial location
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Ddistribute_setup.py168 """Download distribute from a specified location and return its filename
280 log.warn('Could not find the install location')
327 def _under_prefix(location):
335 return location.startswith(top_dir)
339 return location.startswith(top_dir)
341 return location.startswith(USER_SITE)
365 setuptools_location = setuptools_dist.location
372 ' in another location')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py168 """Download distribute from a specified location and return its filename
280 log.warn('Could not find the install location')
327 def _under_prefix(location):
335 return location.startswith(top_dir)
339 return location.startswith(top_dir)
341 return location.startswith(USER_SITE)
365 setuptools_location = setuptools_dist.location
372 ' in another location')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py168 """Download distribute from a specified location and return its filename
280 log.warn('Could not find the install location')
327 def _under_prefix(location):
335 return location.startswith(top_dir)
339 return location.startswith(top_dir)
341 return location.startswith(USER_SITE)
365 setuptools_location = setuptools_dist.location
372 ' in another location')

Completed in 316 milliseconds

1234567891011>>