Lines Matching defs:string
460 * value is an ascii string meaningful for the command.
493 static char bad_op[] = "illegal operator '%s' used on a string";
622 /* string variable */
628 kobj_file_err(CE_WARN, file, "string garbled");
633 * sysparam_print_warning() that this is a string
959 * Translate a sysparam type value to a string.
1022 * If a string token is set, print out the string
1329 * The next item on the line is a string value. Allocate memory for
1330 * it and copy the string. Return 1, and set arg ptr to newly allocated
1342 /* copy string */
1567 char *string;
1585 new_val->val.string = kmem_alloc(new_val->val_size, KM_SLEEP);
1586 (void) strcpy(new_val->val.string, (char *)val);
1614 kmem_free(tval_list->val.string, tval_list->val_size);
1704 parse_debug(NULL, " %s", tvl->val.string);
1706 *valsp = tvl->val.string;
2603 * We need to check to see if the string has a \n in it.