Searched refs:sfkeyprintf (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libast/include/ |
H A D | sfdisc.h | 49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
|
/ast/src/lib/libcmd/ |
H A D | pids.c | 54 * sfkeyprintf() lookup 121 sfkeyprintf(sfstdout, format, format, key, NiL);
|
H A D | vmstate.c | 65 * sfkeyprintf() lookup 194 sfkeyprintf(sfstdout, &state, state.format, key, NiL);
|
/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 338 #undef sfkeyprintf macro 341 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) function
|
/ast/src/cmd/std/ |
H A D | ls.c | 314 typedef struct /* sfkeyprintf() keys */ 348 char* format; /* sfkeyprintf() format */ 351 Hash_table_t* keys; /* sfkeyprintf() keys */ 460 * sfkeyprintf() lookup 511 sfkeyprintf(mp, handle, kp->macro, key, NiL); 822 fill -= sfkeyprintf(sfstdout, lp, state.format, key, NiL) + state.adjust; 853 sfkeyprintf(sfstdout, lp, keys[KEY_header].macro, key, NiL); 866 a = sfkeyprintf(state.tmp, lp, state.format, key, NiL) - 1; 1036 sfkeyprintf(sfstdout, lp, keys[KEY_trailer].macro, key, NiL); 1808 sfkeyprintf(sfstdou [all...] |
H A D | df.c | 126 typedef struct /* sfkeyprintf() keys */ 386 * sfkeyprintf() lookup 419 sfkeyprintf(state.mac, handle, kp->macro, key, NiL); 650 sfkeyprintf(sfstdout, df, format, key, NiL); 864 sfkeyprintf(head ? sfstdout : state.tmp, NiL, format, key, NiL); 876 sfkeyprintf(head ? sfstdout : state.tmp, NiL, format, key, NiL);
|
H A D | ps.c | 223 char* format; /* sfkeyprintf() format */ 555 * sfkeyprintf() lookup 594 sfkeyprintf(state.mac, handle, kp->macro, key, NiL); 840 sfkeyprintf(sfstdout, pp, state.format, key, NiL); 1163 sfkeyprintf(state.heading ? sfstdout : state.wrk, NiL, state.format, key, NiL);
|
/ast/src/cmd/pax/ |
H A D | misc.c | 456 * sfkeyprintf() lookup 494 sfkeyprintf(state.tmp.mac, handle, op->macro, listlookup, NiL); 819 * set up lookup() handle and call sfkeyprintf() 829 return sfkeyprintf(sp, &list, format, listlookup, NiL);
|
/ast/src/cmd/tw/ |
H A D | expr.c | 849 * sfkeyprintf() lookup 882 return sfkeyprintf(sp, ftw, format, key, NiL);
|
/ast/src/lib/libast/ |
H A D | Makefile | 130 memfatal.c sfkeyprintf.c \
|
Completed in 46 milliseconds