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

  /src/usr.bin/sort/
init.c 288 char *vpos, *tpos, spec[20]; local in function:fixit
335 tpos = argv[i]+1;
336 col = (int)strtol(tpos, &tpos, 10);
337 if (*tpos == '.') {
338 ++tpos;
339 indent = (int) strtol(tpos, &tpos, 10);
342 /* tpos now points to the optional flags */
361 tpos);
    [all...]
  /src/distrib/utils/more/
prim.c 444 off_t tpos; local in function:jump_loc
474 tpos = position(TOP);
475 if (tpos != NULL_POSITION && pos < tpos) {
478 * Note that we can't forw_line() past tpos here,
481 for (nline = 0; npos < tpos && nline < sc_height - 1; nline++)
484 if (npos < tpos) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.cc 215 char *tpos = (char*)internal_strchr(templ, '*'); local in function:__sanitizer::TemplateMatch
217 if ((!tpos) || (tpos1 && tpos1 < tpos))
218 tpos = tpos1;
219 if (tpos)
220 tpos[0] = 0;
224 templ = tpos;
225 if (tpos)
226 tpos[0] = tpos == tpos1 ? '$' : '*'
    [all...]

Completed in 14 milliseconds