HomeSort by: relevance | last modified time | path
    Searched defs:trim (Results 1 - 6 of 6) sorted by relevancy

  /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 in function:__sanitizer::ParseCommandOutput
88 ExtractTokenUpToDelimiter(str, "\n", &trim);
99 const char *rest = trim;
104 InternalFree(trim);
129 InternalFree(trim);
  /src/usr.bin/pwhash/
pwhash.c 83 trim(char *line) function in typeref:typename:char *
250 string = trim(line);
  /src/tests/lib/libc/gen/
t_glob.c 106 trim(char *buf, size_t len, const char *name) function in typeref:typename:void
121 trim(buf, sizeof(buf), dir);
155 trim(buf, sizeof(buf), name);
  /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 in function:log_examine
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 in typeref:typename:void
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...]

Completed in 158 milliseconds