Lines Matching defs:string

32 #include <string.h>
827 * at the end of the string.
941 * at the end of the string.
1141 * component_name: return a printable string for the given component4. I'm
1164 * stable_how4_name: return a string for "how".
1191 * sum_open_share_access: return a string corresponding to the
1222 * sum_open_share_deny: return a string corresponding to the
1339 * sum_createhow4: return the string name of "how".
2184 * number of bytes in the bitmap. "prefix" is an initial string that is
2252 * include a "..." at the end of the string.
2314 * include a "..." at the end of the string.
3227 * Fill in a summary string for the given access bitmask.
3276 * Fill in a summary string for the given open_claim4.
3304 * Fill in a summary string for the given open_claim4.
3386 * Return a summary string for the given clientid4.
3399 * Print a detail string for the given clientid4.
3408 * Write a summary string for the given delegation into buf.
3600 * Return a summary string corresponding to the given nfs_space_limit4.
3673 * Return string with long/short flag names
3777 * Return a string naming the given delegation.
3865 * Return a string name for the given limit_by4.
4725 * Display the UTF8 string that is next in the XDR stream.
4731 static utf8string string;
4733 if (!xdr_utf8string(&xdrm, &string))
4735 sprintf(get_line(0, 0), fmt, utf8localize(&string));
4736 xdr_free(xdr_utf8string, (char *)&string);
4741 * when it is decoded into a string, the string might not have a trailing
4742 * null. Also, the string will still be encoded in UTF-8, rather than
4744 * routine converts a utf8string into a (null-terminated) C string. One day
4747 * new string, then this storage is "freed" when the packet has been