Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/
Dperltest.sh167 chomp($extra_modifiers);
174 chomp($mod);
206 chomp($pattern);
299 chomp;
/third_party/openssl/tools/
Dc_rehash.in59 chomp($pwd);
224 chomp $hash;
226 chomp $fprint;
/third_party/tzdata/
Dworkman.sh19 chomp;
/third_party/toybox/toys/lsb/
Dhostname.c48 if (!*chomp(hostname)) {
/third_party/toybox/toys/pending/
Dlsof.c145 char *name = chomp(line + path_pos); in scan_unix()
353 fi->name = strdup(chomp(line + name_pos)); in visit_maps()
/third_party/littlefs/tests/
Dtest_alloc.toml367 strcpy((char*)buffer, "chomp");
368 size = strlen("chomp");
382 strcpy((char*)buffer, "chomp");
383 size = strlen("chomp");
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c164 chomp(char *line);
352 lastLineSize = chomp(lastLine); in parseFile()
400 chomp(char *line) { in chomp() function
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c164 chomp(char *line);
352 lastLineSize = chomp(lastLine); in parseFile()
400 chomp(char *line) { in chomp() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c163 chomp(char *line);
352 lastLineSize = chomp(lastLine); in parseFile()
400 chomp(char *line) { in chomp() function
/third_party/curl/
Dbackport-0001-CVE-2023-23916.patch199 chomp($replycheckpart[$#replycheckpart]);
222 chomp($validstdout[$#validstdout]);
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DgenIndexFilters.bat120 chomp($set);
DdumpICUrules.bat287 chomp;
/third_party/toybox/porting/liteos_a/lib/
Dlib.h233 char *chomp(char *s);
/third_party/toybox/lib/
Dlib.h240 char *chomp(char *s);
Dlib.c420 char *chomp(char *s) in chomp() function
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c264 static void chomp(char *s) in chomp() function
2214 chomp(buf); in cpuset_getcpusetpath()
/third_party/ffmpeg/doc/
Dbitstream_filters.texi95 @section chomp
/third_party/python/Doc/faq/
Dprogramming.rst981 Is there an equivalent to Perl's chomp() for removing trailing newlines from strings?
/third_party/node/tools/
Dlint-md.mjs11831 // Importantly, this keeps the "+" chomp indicator from gaining an extra line.
11890 var chomp = keep ? '+' : (clip ? '' : '-');
11892 return indentIndicator + chomp + '\n';