Searched refs:chomp (Results 1 – 19 of 19) sorted by relevance
167 chomp($extra_modifiers);174 chomp($mod);206 chomp($pattern);299 chomp;
59 chomp($pwd);224 chomp $hash;226 chomp $fprint;
19 chomp;
48 if (!*chomp(hostname)) {
145 char *name = chomp(line + path_pos); in scan_unix()353 fi->name = strdup(chomp(line + name_pos)); in visit_maps()
367 strcpy((char*)buffer, "chomp");368 size = strlen("chomp");382 strcpy((char*)buffer, "chomp");383 size = strlen("chomp");
164 chomp(char *line);352 lastLineSize = chomp(lastLine); in parseFile()400 chomp(char *line) { in chomp() function
163 chomp(char *line);352 lastLineSize = chomp(lastLine); in parseFile()400 chomp(char *line) { in chomp() function
199 chomp($replycheckpart[$#replycheckpart]);222 chomp($validstdout[$#validstdout]);
120 chomp($set);
287 chomp;
233 char *chomp(char *s);
240 char *chomp(char *s);
420 char *chomp(char *s) in chomp() function
264 static void chomp(char *s) in chomp() function2214 chomp(buf); in cpuset_getcpusetpath()
95 @section chomp
981 Is there an equivalent to Perl's chomp() for removing trailing newlines from strings?
11831 // Importantly, this keeps the "+" chomp indicator from gaining an extra line.11890 var chomp = keep ? '+' : (clip ? '' : '-');11892 return indentIndicator + chomp + '\n';