Searched refs:space (Results 76 - 100 of 757) sorted by relevance

1234567891011>>

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dctype_inline.h69 | space | print | graph | cntrl | punct | alnum);
77 if (this->is(space, *__low)) __m |= space;
138 | space | print | graph | cntrl | punct | alnum);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D3_peg_itself2112 # "<space>"
2123 # "<space>"
2127 my si:next_str <space>
2319 # <space>
2331 # <space>
2344 # <space>
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfsdefs.h265 DEVFS_INCR_STRINGSPACE(int space) argument
267 OSAddAtomic(space, &devfs_stats.stringspace);
271 DEVFS_DECR_STRINGSPACE(int space) argument
273 OSAddAtomic(-space, &devfs_stats.stringspace);
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_space.h96 * Every task has a space of IPC capabilities.
97 * IPC operations like send and receive use this space.
98 * IPC kernel calls manipulate the space of the target task.
100 * Every space has a non-NULL is_table with is_table_size entries.
102 * Only one thread can be growing the space at a time. Others
104 * work with the space unlocked, so lookups proceed pretty much
110 #define IS_INACTIVE 0x40000000 /* space is inactive */
111 #define IS_GROWING 0x20000000 /* space is growing */
212 /* Create a special IPC space */
216 /* Create new IPC space */
[all...]
H A Dipc_kmsg.c565 ipc_space_t space,
599 * The expansion space is left in front of the header,
1229 * I reserve for the trailer the largest space (MAX_TRAILER_SIZE)
1331 * I reserve for the trailer the largest space (MAX_TRAILER_SIZE)
1626 * message header and the space are left untouched.
1638 * MACH_SEND_INVALID_DEST The space is dead.
1648 ipc_space_t space,
1694 is_write_lock(space);
1695 if (!is_active(space)) {
1696 is_write_unlock(space);
1646 ipc_kmsg_copyin_header( ipc_kmsg_t kmsg, ipc_space_t space, mach_msg_option_t *optionp) argument
2135 ipc_kmsg_copyin_port_descriptor( volatile mach_msg_port_descriptor_t *dsc, mach_msg_legacy_port_descriptor_t *user_dsc_in, ipc_space_t space, ipc_object_t dest, ipc_kmsg_t kmsg, mach_msg_return_t *mr) argument
2301 ipc_kmsg_copyin_ool_ports_descriptor( mach_msg_ool_ports_descriptor_t *dsc, mach_msg_descriptor_t *user_dsc, int is_64bit, vm_map_t map, ipc_space_t space, ipc_object_t dest, ipc_kmsg_t kmsg, mach_msg_return_t *mr) argument
2455 ipc_kmsg_copyin_body( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map) argument
2671 ipc_kmsg_copyin( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_option_t *optionp) argument
3069 ipc_kmsg_copyout_header( ipc_kmsg_t kmsg, ipc_space_t space, mach_msg_option_t option) argument
3394 ipc_kmsg_copyout_object( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, mach_port_name_t *namep) argument
3432 ipc_kmsg_copyout_port_descriptor(mach_msg_descriptor_t *dsc, mach_msg_descriptor_t *dest_dsc, ipc_space_t space, kern_return_t *mr) argument
3607 ipc_kmsg_copyout_ool_ports_descriptor(mach_msg_ool_ports_descriptor_t *dsc, mach_msg_descriptor_t *user_dsc, int is_64bit, vm_map_t map, ipc_space_t space, ipc_kmsg_t kmsg, mach_msg_return_t *mr) argument
3771 ipc_kmsg_copyout_body( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_body_t *slist) argument
3908 ipc_kmsg_copyout( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_body_t *slist, mach_msg_option_t option) argument
3953 ipc_kmsg_copyout_pseudo( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_body_t *slist) argument
4016 ipc_kmsg_copyout_dest( ipc_kmsg_t kmsg, ipc_space_t space) argument
4252 ipc_kmsg_copyout_to_kernel( ipc_kmsg_t kmsg, ipc_space_t space) argument
4290 ipc_kmsg_copyout_to_kernel_legacy( ipc_kmsg_t kmsg, ipc_space_t space) argument
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Dcfutil.c203 int space; local
206 space = (int)count * sizeof(char *);
208 if (*buffer_size < space) {
209 /* not enough space for even the pointer list */
213 offset = buffer + space; /* the start of the 1st string */
224 len = *buffer_size - space;
234 space += len;
236 *buffer_size = roundup(space, sizeof(char *));
248 int space; local
250 space
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member in struct:Cut_s
141 error(ERROR_exit(1), "out of space");
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2);
148 memset(cut->space, 0, sizeof(cut->space));
151 cut->space[wdeli
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPseudoAddressSpace.cpp154 bool IOFWPseudoAddressSpaceAux::intersects( IOFWAddressSpace * space )
158 IOFWPseudoAddressSpace * pseudo_space = OSDynamicCast( IOFWPseudoAddressSpace, space );
162 // do we contain the start of the other space?
166 // do we contain the end of the other space?
224 IOFWPseudoAddressSpace * space = (IOFWPseudoAddressSpace *)refcon; local
226 *buf = space->fDesc;
227 *offset = addr.addressLo - space->fBase.addressLo;
239 IOFWPseudoAddressSpace * space = (IOFWPseudoAddressSpace *)refcon; local
241 space->fDesc->writeBytes(addr.addressLo - space
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEditing.css43 white-space: pre-wrap;
H A DNavigationBar.css36 white-space: nowrap;
/macosx-10.10/postfix-255/postfix/src/util/
H A Dvbuf.h18 * the user to reserve buffer space ahead of time, to allow for situations
25 * get(), put() and space() methods that perform the necessary magic.
45 VBUF_SPACE_FN space; /* request for buffer space */ member in struct:VBUF
89 #define VBUF_SPACE(v,n) ((v)->space((v),(n)))
91 #define VBUF_EOF (-1) /* no more space or data */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscolor.py13 space = NSColorSpace.adobeRGB1998ColorSpace()
14 color = NSColor.colorWithColorSpace_components_count_(space, (0.1, 0.2, 0.3, 0.4), 4)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscolor.py14 space = NSColorSpace.adobeRGB1998ColorSpace()
15 color = NSColor.colorWithColorSpace_components_count_(space, (0.1, 0.2, 0.3, 0.4), 4)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nscolor.py19 space = NSColorSpace.adobeRGB1998ColorSpace()
20 color = NSColor.colorWithColorSpace_components_count_(space, (0.1, 0.2, 0.3, 0.4), 4)
/macosx-10.10/shell_cmds-179/echo/
H A Decho.c77 char space[] = " "; local
117 vp->iov_base = space;
/macosx-10.10/vim-55/src/po/
H A Dcleanup.vim4 " - Make sure there is a space before the string (required for Solaris).
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitNSStringExtras.mm250 NSRange space = [self rangeOfCharacterFromSet:charactersToTurnIntoSpaces
252 if (space.location == NSNotFound) {
253 space.location = length;
256 if (space.location > nonSpace.location) {
261 NSMakeRange(nonSpace.location, space.location - nonSpace.location)]];
264 position = space.location;
286 NSRange space = [self rangeOfCharacterFromSet:spaces options:0 range:NSMakeRange(nonSpace.location, length - nonSpace.location)];
287 if (space.location == NSNotFound)
288 space.location = length;
290 if (space
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dgetcwd.c211 size_t space; local
213 while ((space = pathp - pathbuf) <= namlen)
228 pathp = new + space;
230 (void) memcpy (new + pathsize + space, pathp, pathsize - space);
231 pathp = new + pathsize + space;
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DGNUmakefile78 space := ${empty} ${empty} macro
79 objdir = $(subst ${space},\ ,${OBJ_DIR})
147 @cd "${OBJ_DIR}" && mkdir -p $(dir $(subst ${space},\ ,./${LIBDIR})) $(dir $(subst ${space},\ ,./${BINDIR})) "${SYMROOT}" && \
194 rmdir -p "${OBJ_DIR}"$(dir $(subst ${space},\ ,${LIBDIR})) 2>&- || true && \
195 rmdir -p "${OBJ_DIR}"$(dir $(subst ${space},\ ,${BINDIR})) 2>&- || true
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dhtml-text.cpp179 * space == 0 if no space is requested
180 * space == 1 if a space is requested
181 * space == 2 if tag should not have a space style
185 int space)
194 if (space == TRUE) {
199 if (space == TRUE || space
184 issue_tag(const char *tagname, const char *arg, int space) argument
447 int space = retrieve_para_space(); local
672 do_para(const char *arg, html_indent *in, int space) argument
690 do_para(const char *arg, int space) argument
695 do_para(simple_output *op, const char *arg1, int indentation_value, int page_offset, int line_length, int space) argument
976 int space = retrieve_para_space(); local
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp1428 && (shadow->device->space.s.busNum
1434 if (shadow->device->space.s.busNum) continue;
1545 if (spacesEq[ left->physHi.s.space ] != spacesEq[ right->physHi.s.space ])
1557 if (spacesEq[ left->physHi.s.space ] != spacesEq[ right->physHi.s.space ])
1572 *busNum = nub->space.s.busNum;
1573 *deviceNum = nub->space.s.deviceNum;
1574 *functionNum = nub->space.s.functionNum;
1578 IOPCIAddressSpace * space )
1953 protectDevice(IOPCIDevice * device, uint32_t space, uint32_t prot) argument
2527 findPCICapability( IOPCIAddressSpace space, UInt8 capabilityID, UInt8 * found ) argument
2560 extendedFindPCICapability( IOPCIAddressSpace space, UInt32 capabilityID, IOByteCount * found ) argument
2889 IOPCIAddressSpace space; local
3358 configRead32( IOPCIAddressSpace space, UInt8 offset ) argument
3364 configWrite32( IOPCIAddressSpace space, UInt8 offset, UInt32 data ) argument
3370 configRead16( IOPCIAddressSpace space, UInt8 offset ) argument
3376 configWrite16( IOPCIAddressSpace space, UInt8 offset, UInt16 data ) argument
3382 configRead8( IOPCIAddressSpace space, UInt8 offset ) argument
3388 configWrite8( IOPCIAddressSpace space, UInt8 offset, UInt8 data ) argument
3663 IOPCIAddressSpace space; local
3941 IOPCIAddressSpace space; local
3995 IOPCIAddressSpace space; local
[all...]
H A DIOPCIDevice.cpp365 && !space.s.busNum
597 return (parent->configRead32(space, offset));
603 parent->configWrite32( space, offset, data );
609 return (parent->configRead16(space, offset));
615 parent->configWrite16( space, offset, data );
621 return (parent->configRead8(space, offset));
627 parent->configWrite8( space, offset, data );
637 IOPCIAddressSpace _space = space;
645 IOPCIAddressSpace _space = space;
653 IOPCIAddressSpace _space = space;
1127 protectDevice(uint32_t space, uint32_t prot) argument
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp128 IOFireWirePCRSpace *space; local
137 space = new IOFireWirePCRSpace;
138 if(space) {
139 if(!space->init(bus)) {
140 space->release();
141 space = NULL;
144 return space;
175 // Notify target space object of plug value modification
264 // Notify target space object of plug value modification
/macosx-10.10/vim-55/runtime/syntax/
H A Dsudoers.vim77 syn match sudoersCmndNameInList contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=@sudoersCmndList,sudoersCommandEmpty,sudoersCommandArgs skipwhite
80 syn match sudoersCmndNameInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=@sudoersCmndSpec,sudoersCommandEmptyInSpec,sudoersCommandArgsInSpec skipwhite
139 syn match sudoersCommandArgs contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgs,@sudoersCmndList skipwhite
142 syn match sudoersCommandArgsInSpec contained '[^[:space
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-bnf.el397 ;; Override space characters:
398 (aset ebnf-bnf-token-table ?\013 'space) ; [VT] vertical tab
399 (aset ebnf-bnf-token-table ?\n 'space) ; [NL] linefeed
400 (aset ebnf-bnf-token-table ?\r 'space) ; [CR] carriage return
401 (aset ebnf-bnf-token-table ?\t 'space) ; [HT] horizontal tab
402 (aset ebnf-bnf-token-table ?\ 'space) ; [SP] space
448 ((eq token 'space)

Completed in 270 milliseconds

1234567891011>>