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

  /src/usr.bin/tr/
tr.c 55 static int string1[NCHARS], string2[NCHARS]; variable
100 * tr -ds [-c] string1 string2
101 * Delete all characters (or complemented characters) in string1.
108 setup(string1, argv[0], 1, cflag);
112 if (!string1[ch] && (!string2[ch] || lastch != ch)) {
120 * tr -d [-c] string1
121 * Delete all characters (or complemented characters) in string1.
127 setup(string1, argv[0], 1, cflag);
130 if (!string1[ch])
136 * tr -s [-c] string1
    [all...]
  /src/external/bsd/ntp/dist/libntp/
statestr.c 26 const char * const string1; member in struct:codestring
305 return codetab->string1;
310 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string1, code);
370 flagstr = tab[b].string1;
  /src/external/gpl2/grep/dist/lib/
regex.c 94 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
95 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
402 `string1' or just past its end. This works if PTR is NULL, which is
405 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
428 const char *string1, int size1,
1129 print_double_string (where, string1, size1, string2, size2)
1131 const CHAR_TYPE *string1;
1144 for (this_char = where - string1; this_char < size1; this_char++)
1145 PUT_CHAR (string1[this_char])
5351 CHAR_TYPE *string1 = NULL, *string2 = NULL; local
    [all...]

Completed in 27 milliseconds