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

  /src/usr.bin/xlint/lint2/
lint2.h 152 } fcall_t; typedef in typeref:struct:fcall
173 fcall_t *h_calls; /* function calls */
174 fcall_t **h_lcall; /* points to f_next of last call */
chk.c 59 const pos_t *, const fcall_t *, const fcall_t *,
64 static void printflike(const hte_t *, const fcall_t *,
66 static void scanflike(const hte_t *, const fcall_t *,
68 static void bad_format_string(const hte_t *, const fcall_t *);
69 static void inconsistent_arguments(const hte_t *, const fcall_t *, int);
70 static void too_few_arguments(const hte_t *, const fcall_t *);
71 static void too_many_arguments(const hte_t *, const fcall_t *);
141 fcall_t *fcall;
241 fcall_t *call
    [all...]
read.c 319 fcall_t *fcall;
1140 fcall_t **callp, *call;

Completed in 14 milliseconds