| /src/share/misc/ |
| nanpa.awk | 7 function trim(s) function 60 t = locationmap(trim(f[fnames["Location"]])) FS; 61 if (trim(f[fnames["Overlay?"]])=="Yes") 62 t = t "Overlay of " trim(f[fnames["Old NPA"]]); 64 t = t "Split of " trim(f[fnames["Old NPA"]]); 66 t = t " (" trim(f[fnames["Status"]]) ")"; 69 trim(f[fnames["In Service Date"]]); 70 data[trim(f[fnames["New NPA"]]) "*"] = t; 77 data[substr($0, 1, i-1)]=locationmap(trim(substr($0,i+1)));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_symbolizer_mac.cc | 86 // Trim ending newlines. 87 char *trim; local 88 ExtractTokenUpToDelimiter(str, "\n", &trim); 99 const char *rest = trim; 104 InternalFree(trim); 129 InternalFree(trim);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| segmented_array_test.cc | 82 data.trim(1); 148 // Trim one chunk's elements worth. 149 Data.trim(Segment); 159 // Then trim until it's empty. 160 Data.trim(Segment); 188 Data.trim(MaxElements + 1); 221 Data.trim(1); 258 Data->trim(1); 297 Data->trim(1);
|
| /src/usr.bin/pwhash/ |
| pwhash.c | 83 trim(char *line) function 250 string = trim(line);
|
| /src/tests/lib/libc/gen/ |
| t_glob.c | 106 trim(char *buf, size_t len, const char *name) function 121 trim(buf, sizeof(buf), dir); 155 trim(buf, sizeof(buf), name);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_function_call_trie.h | 378 Nodes.trim(1); 382 Nodes.trim(1); 383 Roots.trim(1); 458 ShadowStack.trim(1); 517 DFSStack.trim(1); 575 DFSStack.trim(1);
|
| xray_profile_collector.cc | 178 DFSStack.trim(1); 242 ProfileBuffers->trim(ProfileBuffers->size()); 314 ProfileBuffers->trim(ProfileBuffers->size());
|
| xray_segmented_array.h | 459 void trim(uint64_t Elements) XRAY_NEVER_INSTRUMENT {
|
| /src/usr.bin/newsyslog/ |
| newsyslog.c | 106 time_t trimat; /* Specific trim time */ 350 warnx("config line %d: bad trim time", lineno); 355 warnx("config line %d: bad trim time", lineno); 422 * Examine a log file. If the trim conditions are met, call log_trim() to 423 * trim the log file. 430 int age, trim; local 496 * Examine the set of given trim conditions and if any one is met, 497 * trim the log. 499 * Note: if `maxage' or `trimat' is used as a trim condition, we 501 * the active log file. WRT `trimat', we will trim up to one hou [all...] |
| /src/bin/csh/ |
| glob.c | 348 trim(vlp); 505 trim(vl); 531 trim(Char **t) function 537 *p++ &= TRIM; 680 *cp &= TRIM; 735 c = (*ip++ & TRIM); 827 namec = *name & TRIM; 843 while ((pat[1] & TRIM) == '*') 858 c &= TRIM; 860 if (c <= namec && namec <= (pat[1] & TRIM)) [all...] |
| exec.c | 139 trim(pv); 153 * Glob the argument list, if necessary. Otherwise trim off the quote bits. 175 trim(av); 659 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE)
|
| extern.h | 168 void trim(Char **);
|
| func.c | 895 trim(v); 1402 trim(v);
|
| set.c | 534 trim(c->vec = vec);
|
| proc.c | 1037 trim(v);
|
| /src/sys/arch/sh3/sh3/ |
| exception_vector.S | 179 and r0, r5 ! trim vpn to 4K page boundary 337 and r0, r5 ! trim vpn to 4K page boundary
|
| /src/common/dist/zlib/ |
| make_vms.com | 77 $ Make = f$edit( Make, "trim") 141 $ work = f$edit(line, "compress,trim") 313 $ if f$edit(cparm,"trim") .nes. "" 509 $ myrec = f$edit(rec - "\", "trim,compress") 528 $ rec = f$edit(rec,"TRIM") 530 $ rec = f$edit(rec - "#", "TRIM")
|