Lines Matching defs:string
42 #include <string.h>
152 * retrieve the string representation.
549 * To fill in the rest of a string when user types the tab key.
550 * First digital number is the length of the string, the second digital number
551 * is the min number of chars that is needed to uniquely identify a string.
611 /* Returns "loc", "enm", "wlan" or "ncp" as string */
619 /* Returns "ncu" as string */
648 /* Given an enm property and value, returns it as a string */
659 /* Given an int for a prop, returns it as string */
667 /* Return B_TRUE if string starts with "t" or is 1, B_FALSE otherwise */
684 * Each string below should have \t follow \n whenever needed; the
932 string_to_yyin(char *string)
936 if (fwrite(string, strlen(string), 1, yyin) != 1)
1260 * Removes leading and trailing quotes from a string.
1261 * Caller must free returned string.
1933 /* Given an int for prop, returns it as string */
1947 /* Given a prop as a string, returns it as an int */
2009 * max number of sub strings is half of string length + 1.
2656 /* functions to convert a value to a string */
2685 /* returns NWAM_SUCCESS if prop is enum with string in uintstr */
2704 * Print the value (enums are converted to string), use DELIMITER for
2720 /* pointer to function to generate string representation of value */
2722 char str[NWAM_MAX_VALUE_LEN]; /* to store the string */
2733 nerr("Get string array error");
3907 /* No string representation for i, continue. */