HomeSort by relevance Sort by last modified time
    Searched refs:ctemp (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
filecomplete.c 419 const Char *ctemp; local
438 ctemp = li->cursor;
439 while (ctemp > li->buffer
440 && !Strchr(word_break, ctemp[-1])
441 && (!special_prefixes || !Strchr(special_prefixes, ctemp[-1]) ) )
442 ctemp--;
444 len = (size_t)(li->cursor - ctemp);
446 (void)Strncpy(temp, ctemp, len);
  /external/libsepol/src/
policydb.c 1131 constraint_node_t *constraint, *ctemp; local
1150 ctemp = constraint;
1152 free(ctemp);
1163 ctemp = constraint;
1165 free(ctemp);
    [all...]

Completed in 241 milliseconds