Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsplit.c59 static char *next_file(char *old, unsigned suffix_len) in next_file() argument
72 if (i > suffix_len) { in next_file()
91 unsigned suffix_len = 2; in split_main() local
106 &count_p, &count_p, &suffix_len in split_main()
129 if (NAME_MAX < strlen(sfx) + suffix_len) in split_main()
133 char *char_p = xzalloc(suffix_len + 1); in split_main()
134 memset(char_p, 'a', suffix_len); in split_main()
152 pfx = next_file(pfx, suffix_len); in split_main()