Lines Matching defs:value
49 /* maximum length of a value */
119 int *len_p, const char *value)
128 value_len = strlen(value);
129 /* reallocation to accommodate the value */
136 /* concatenating the new value */
137 strcpy(index_ch, value);
148 char value[VALUE_MAXLEN];
173 snprintf(value, sizeof(value), "%d",
176 &new_index_ch, &new_len, value);
182 snprintf(value, sizeof(value), "%d",
185 &new_index_ch, &new_len, value);
191 snprintf(value, sizeof(value), "%d",
194 &new_index_ch, &new_len, value);