Home
last modified time | relevance | path

Searched refs:string0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dstatestr.c25 const char * const string0;
370 flagstr = tab[b].string0; in decode_bitflags()
26 const char * const string0; global() member
/freebsd/contrib/tcsh/
H A Dsh.exp.c632 char *string, string0[22 + MB_LEN_MAX + 1]; /* space for 64 bit octal */ in filetest() local
894 string = string0 + 1; in filetest()
895 (void) xsnprintf(string, sizeof(string0) - 1, "%o", in filetest()
H A DFixes174 81. PR/120: string0 in filetest does not have enough space.
/freebsd/usr.sbin/ypldap/
H A Dber.c267 ber_add_nstring(struct ber_element *prev, const char *string0, size_t len) in ber_add_nstring() argument
279 bcopy(string0, string, len); in ber_add_nstring()