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

  /src/usr.sbin/netgroup_mkdb/
str.h 41 void str_append(struct string *, const char *, int);
str.c 56 * str_append(): Append string allocating buffer as necessary
59 str_append(struct string *buf, const char *str, int del) function in typeref:typename:void
netgroup_mkdb.c 464 str_append(str, "", ' ');
486 str_append(str, ptr, ' ');
504 str_append(str, (char *)key.data, ',');

Completed in 13 milliseconds