Searched defs:any (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A Dstrtoimax.c65 int neg, any, cutlim; local
76 * Skip white space and pick up leading +/- sign if any.
116 * Set any if any `digits' consumed; make it negative to indicate
129 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
138 if (any < 0)
142 any = -1;
146 any = 1;
152 any = -1;
156 any
[all...]
H A Dstrtoumax.c74 int neg, any, cutlim; local
105 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
118 if (any < 0)
126 any = -1;
131 any = 1;
136 if (neg && any > 0)
139 *endptr = __UNCONST(any ? s - 1 : nptr);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A D_wcstol.h66 int neg, any, cutlim; local
82 * Skip white space and pick up leading +/- sign if any.
120 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
126 if (any < 0)
130 any = -1;
134 any = 1;
140 any = -1;
144 any = 1;
151 *endptr = __UNCONST(any ? s - 1 : nptr);
H A D_wcstoul.h68 int neg, any, cutlim; local
79 * Skip white space and pick up leading +/- sign if any.
109 for (acc = 0, any = 0;; wc = (wint_t) *s++) {
116 if (any < 0)
119 any = -1;
123 any = 1;
128 if (neg && any > 0)
131 *endptr = __UNCONST(any ? s - 1 : nptr);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetdb.h34 * the terms of any one of the MPL, the GPL or the LGPL.
55 any = PR_IpAddrAny, /* assign logical INADDR_ANY */ enumerator in enum:__anon17212
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
275 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
181 XkbAnyDoodadRec any; member in union:_XkbDoodad
310 XKB_GEOM_CLEAR_NONE, /* Don't clear any items, just reallocate. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
275 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
181 XkbAnyDoodadRec any; member in union:_XkbDoodad
310 XKB_GEOM_CLEAR_NONE, /* Don't clear any items, just reallocate. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
71 #define CHECKEVENT(ev) if (ev && ((InternalEvent*)(ev))->any.header != 0xFF) \
73 ((InternalEvent*)(ev))->any.header);
234 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
71 #define CHECKEVENT(ev) if (ev && ((InternalEvent*)(ev))->any.header != 0xFF) \
73 ((InternalEvent*)(ev))->any.header);
234 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
71 #define CHECKEVENT(ev) if (ev && ((InternalEvent*)(ev))->any.header != 0xFF) \
73 ((InternalEvent*)(ev))->any.header);
234 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
71 #define CHECKEVENT(ev) if (ev && ((InternalEvent*)(ev))->any.header != 0xFF) \
73 ((InternalEvent*)(ev))->any.header);
234 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
230 } any; member in union:_InternalEvent
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
320 XKB_GEOM_CLEAR_NONE, /* Don't clear any items, just reallocate. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
257 } any; member in union:_InternalEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
252 } any; member in union:_InternalEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
273 } any; member in union:_InternalEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Deventstr.h4 * Permission is hereby granted, free of charge, to any person obtaining a
275 } any; member in union:_InternalEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxkbgeom.h5 software and its documentation for any purpose and without
13 of this software for any purpose. It is provided "as is"
14 without any express or implied warranty.
192 XkbAnyDoodadRec any; member in union:_XkbDoodad

Completed in 142 milliseconds

123