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

  /src/sbin/veriexecctl/
veriexecctl.h 39 #define dict_gets(d, k) \ macro
veriexecctl_parse.y 70 if (stat(dict_gets(load_params, "file"), &sb) == -1) {
73 dict_gets(load_params, "file"));
82 dict_gets(load_params, "file"));
89 dict_gets(load_params, "file"));
101 dict_gets(load_params, "file"));
veriexecctl.c 143 printf("Fingerprint algorithm: %s\n", dict_gets(qp, "fp-type"));
196 file = escape(dict_gets(entry, "file"));
197 printf("%s %s %s %s\n", file, dict_gets(entry, "fp-type"), fp, flags);

Completed in 13 milliseconds