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

  /src/usr.bin/chpass/
field.c 174 p_change(const char *p, struct passwd *pw, ENTRY *ep) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
service-tracker.c 106 char *p_change; member in struct:state_debug_accumulator
115 accumulator->p_change = accumulator->change;
124 snprintf(accumulator->p_change, accumulator->left, "%s%s%s",
125 accumulator->p_change == accumulator->change ? "" : " ", cur ? "+" : "-", name);
126 len = strlen(accumulator->p_change);
127 accumulator->p_change += len;

Completed in 19 milliseconds