Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 57) sorted by relevance

123

/glibc-2.36/stdlib/
Dgrouping.c47 __correctly_grouped_prefixwc (const STRING_TYPE *begin, const STRING_TYPE *end, in __correctly_grouped_prefixwc() argument
50 __correctly_grouped_prefixmb (const STRING_TYPE *begin, const STRING_TYPE *end, in __correctly_grouped_prefixwc()
67 while (end > begin) in __correctly_grouped_prefixwc()
73 while (cp >= begin) in __correctly_grouped_prefixwc()
93 if (cp < begin) in __correctly_grouped_prefixwc()
102 if (cp < begin) in __correctly_grouped_prefixwc()
131 while (cp >= begin) in __correctly_grouped_prefixwc()
146 if (cp < begin) in __correctly_grouped_prefixwc()
155 while (cp >= begin) in __correctly_grouped_prefixwc()
170 if (cp < begin && group_end - cp <= (int) *gp) in __correctly_grouped_prefixwc()
[all …]
Dgrouping.h22 extern const wchar_t *__correctly_grouped_prefixwc (const wchar_t *begin,
28 extern const char *__correctly_grouped_prefixmb (const char *begin,
/glibc-2.36/benchtests/
Dbench-strsep.c26 char *begin; in simple_strsep() local
30 begin = *s1; in simple_strsep()
31 s = begin; in simple_strsep()
32 if (begin == NULL) in simple_strsep()
43 return begin; in simple_strsep()
49 return begin; in simple_strsep()
55 char *begin, *end; in oldstrsep() local
57 begin = *stringp; in oldstrsep()
58 if (begin == NULL) in oldstrsep()
72 if (*begin == ch) in oldstrsep()
[all …]
DREADME106 have a special meaning for the parser and they begin with two hashes '##'.
/glibc-2.36/sysdeps/mach/hurd/
Dmsync.c52 vm_address_t begin = cur; in msync() local
55 &begin, &len, &prot, &max_prot, &inherit, in msync()
61 if (begin > cur) in msync()
64 cur = begin; in msync()
74 if (begin + len > target) in msync()
75 sync_len = target - begin; in msync()
80 err = __vm_object_sync (obj, cur - begin + offset, sync_len, in msync()
90 cur = begin + len; in msync()
Dmremap.c39 vm_address_t begin = vm_addr; in __mremap() local
63 &begin, &len, &prot, &max_prot, &inherit, in __mremap()
68 if (begin > vm_addr) in __mremap()
74 if (begin < vm_addr || (old_len != 0 && old_len != len)) in __mremap()
80 end = begin + len; in __mremap()
107 begin + new_len, len - new_len); in __mremap()
122 err = __vm_deallocate (__mach_task_self (), begin, new_len); in __mremap()
130 &begin, new_len, 0, 0, in __mremap()
136 &begin, len, 0, 0, in __mremap()
170 __vm_deallocate (__mach_task_self (), begin, len); in __mremap()
/glibc-2.36/sysdeps/generic/
Dunwind-dw2-fde.c62 void __register_frame_info_bases (void *begin, struct object *ob,
65 void __register_frame_info_table_bases (void *begin,
69 void *__deregister_frame_info_bases (void *begin);
102 __register_frame_info_bases (void *begin, struct object *ob,
106 if (*(uword *) begin == 0)
112 ob->u.single = begin;
130 __register_frame_info (void *begin, struct object *ob) in hidden_def()
132 __register_frame_info_bases (begin, ob, 0, 0); in hidden_def()
136 __register_frame (void *begin) in __register_frame() argument
141 if (*(uword *) begin == 0) in __register_frame()
[all …]
/glibc-2.36/string/
Dstrsep.c26 char *begin, *end; in __strsep() local
28 begin = *stringp; in __strsep()
29 if (begin == NULL) in __strsep()
33 end = begin + strcspn (begin, delim); in __strsep()
45 return begin; in __strsep()
Dtest-memmem.c34 const char *begin; in simple_memmem() local
48 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in simple_memmem()
49 if (begin[0] == ((const char *) needle)[0] in simple_memmem()
50 && !memcmp ((const void *) &begin[1], in simple_memmem()
53 return (void *) begin; in simple_memmem()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dclosefrom_fallback.c69 char *begin = buffer, *end = buffer + ret; in __closefrom_fallback() local
70 while (begin != end) in __closefrom_fallback()
73 memcpy (&d_reclen, begin + offsetof (struct dirent64, d_reclen), in __closefrom_fallback()
75 const char *dname = begin + offsetof (struct dirent64, d_name); in __closefrom_fallback()
76 begin += d_reclen; in __closefrom_fallback()
Dmalloc-hugepages.c166 char *begin = buffer, *end = buffer + ret; in __malloc_hugepage_config() local
167 while (begin != end) in __malloc_hugepage_config()
170 memcpy (&d_reclen, begin + offsetof (struct dirent64, d_reclen), in __malloc_hugepage_config()
172 const char *dname = begin + offsetof (struct dirent64, d_name); in __malloc_hugepage_config()
173 begin += d_reclen; in __malloc_hugepage_config()
/glibc-2.36/elf/
Ddl-minimal.c240 char *begin; in rtld_hidden_data_def() local
244 begin = *stringp; in rtld_hidden_data_def()
245 if (begin != NULL) in rtld_hidden_data_def()
247 char *end = begin; in rtld_hidden_data_def()
270 return begin; in rtld_hidden_data_def()
/glibc-2.36/stdio-common/
Dprintf-parsemb.c87 const UCHAR_T *begin = format; in __parse_one_specwc() local
104 format = begin; in __parse_one_specwc()
160 const UCHAR_T *begin = ++format; in __parse_one_specwc() local
183 format = begin; /* Step back and reread. */ in __parse_one_specwc()
204 const UCHAR_T *begin = ++format; in __parse_one_specwc() local
226 format = begin; in __parse_one_specwc()
/glibc-2.36/posix/
Dglob.c100 static const char *next_brace_sub (const char *begin, int flags) __THROWNL;
357 const char *begin; in __glob() local
360 begin = strchr (pattern, '{'); in __glob()
363 begin = pattern; in __glob()
366 if (*begin == '\0') in __glob()
368 begin = NULL; in __glob()
372 if (*begin == '\\' && begin[1] != '\0') in __glob()
373 ++begin; in __glob()
374 else if (*begin == '{') in __glob()
377 ++begin; in __glob()
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dstrstr.S206 b L(begin)
280 b L(begin)
302 bne cr7, L(begin)
329 bne cr7, L(begin)
339 L(begin):
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrcasestr.S293 b L(begin)
383 b L(begin)
405 bne cr7, L(begin)
411 b L(begin)
416 L(begin):
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dmemcpy-ultra3.S106 ba,pt %xcc, begin
110 begin: label
/glibc-2.36/sysdeps/alpha/
Dmemset.S87 sll a1, 8, t0 # e0 : begin replicating the char
Dstxncpy.S322 mskqh t2, t5, t2 # e0 : begin src byte validity mask
/glibc-2.36/sysdeps/powerpc/powerpc32/power7/
Dmemcpy.S160 mtctr 8 # otherwise, load the ctr and begin.
/glibc-2.36/malloc/
Ddynarray-skeleton.c262 DYNARRAY_NAME (begin) (struct DYNARRAY_STRUCT *list) in DYNARRAY_NAME() argument
/glibc-2.36/manual/
Dpipe.texi310 not begin right away (it may need to wait for buffer space or for data),
311 but once it does begin it finishes immediately.
Ddebug.texi41 @c correctly, so it's AS-Unsafe to begin with. However, most (all?)
Dintro.texi1031 source file, before any other code. If you begin your source files with
1178 begin with an underscore (@samp{_}) and all identifiers regardless of
1179 use that begin with either two underscores or an underscore followed by
1197 Names that begin with either @samp{is} or @samp{to} followed by a
1202 Names that begin with @samp{LC_} followed by an uppercase letter may be
1213 Names that begin with @samp{SIG} followed by an uppercase letter are
1217 Names that begin with @samp{SIG_} followed by an uppercase letter are
/glibc-2.36/sysdeps/alpha/alphaev6/
Dstxncpy.S359 mskqh t2, t5, t2 # U : begin src byte validity mask

123