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

  /src/sbin/cgdconfig/
utils.h 62 string_t *string_fromint(int);
cgdparse.y 122 intstr: INTEGER { $$ = string_fromint($1); }
utils.c 230 string_fromint(int in) function in typeref:typename:string_t *

Completed in 12 milliseconds