Home
last modified time | relevance | path

Searched refs:string (Results 1 – 7 of 7) sorted by relevance

/string/
A Dstrfry.c24 strfry (char *string) in strfry() argument
38 size_t len = strlen (string); in strfry()
46 char c = string[i]; in strfry()
47 string[i] = string[j]; in strfry()
48 string[j] = c; in strfry()
51 return string; in strfry()
A Dargz-addsep.c25 __argz_add_sep (char **argz, size_t *argz_len, const char *string, int delim) in __argz_add_sep() argument
27 size_t nlen = strlen (string) + 1; in __argz_add_sep()
39 rp = string; in __argz_add_sep()
A Dtst-strxfrm.c8 char const string[] = ""; variable
26 bufsize = strxfrm (NULL, string, 0) + 1; in test()
33 r = strxfrm (buf, string, bufsize); in test()
44 r = strxfrm_l (buf, string, bufsize, loc); in test()
A Dargz-ctsep.c25 __argz_create_sep (const char *string, int delim, char **argz, size_t *len) in __argz_create_sep() argument
27 size_t nlen = strlen (string) + 1; in __argz_create_sep()
38 rp = string; in __argz_create_sep()
A Dstrcoll_l.c277 current->values[_NL_ITEM_INDEX (_NL_COLLATE_RULESETS)].string; in STRCOLL()
279 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_TABLE,SUFFIX))].string; in STRCOLL()
281 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_WEIGHT,SUFFIX))].string; in STRCOLL()
283 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_EXTRA,SUFFIX))].string; in STRCOLL()
285 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_INDIRECT,SUFFIX))].string; in STRCOLL()
A DMakefile21 subdir := string
25 headers := string.h bits/string_fortified.h \
46 strcoll_l strxfrm_l string-inlines memrchr \
A Dstrxfrm_l.c694 current->values[_NL_ITEM_INDEX (_NL_COLLATE_RULESETS)].string; in STRXFRM()
696 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_TABLE,SUFFIX))].string; in STRXFRM()
698 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_WEIGHT,SUFFIX))].string; in STRXFRM()
700 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_EXTRA,SUFFIX))].string; in STRXFRM()
702 current->values[_NL_ITEM_INDEX (CONCAT(_NL_COLLATE_INDIRECT,SUFFIX))].string; in STRXFRM()

Completed in 12 milliseconds