Lines Matching refs:str

131 	char			*str, *oldstr;
154 str = oldstr = tempVal->val->value;
157 while (str) {
158 tempVal->val->value = str;
159 tempVal->val->length = strlen(str) + 1;
161 /* Loop to check which format matches str */
164 tempVal, &numVals, sepset, &str);
212 * to parse remainder of str
219 str = 0;
224 if (str) {
225 str = str + strspn(str, sepset);
226 if (*str == '\0')
235 if (str == 0) {
514 char *str, *tempstr;
537 * str will eventually contain the single string
539 * No point initializing str if rv == 0 because
543 str = 0;
576 * i.e. does not matter that str is not yet set up.
597 if (str) {
599 0, str, delim);
600 sfree(str);
602 str = tempstr;
608 tempstr = scat(myself, 0, str,
610 sfree(str);
612 str = tempstr;
621 if (str == 0)
622 str = emptystr;
626 str, strlen(str), trv);
628 if (str != emptystr)
629 sfree(str);
797 char *str, *cstr, commentSep[3] = {' ', 0, 0};
827 (str = findVal(N2LCOMMENT, rv, mit_nis)) != 0 &&
828 *str != '\0') {
830 cstr = scat(myself, F, commentSep, str);
861 char *str;
882 if ((str = rv->colVal[i].val[j].value) == 0) {
887 rv->colName[i], str) == 0) {
893 key[j].dsize = strlen(str);
914 if (strncmp(YPMULTI, str,
917 bcopy(str, dptr,
924 str[k]);
928 bcopy(str, key[j].dptr,
974 char *sipkey, *str;
983 str = (char *)rv->colVal[i].val[j].value;
984 if (str && strcmp(str, key) == 0)
993 str = rv->colVal[i].val[j].value;
994 if (str && strcmp(str, sipkey) == 0) {
1019 char *skey, *str, *sipkey;
1046 if ((str = getFullMapName(map, domain)) == 0) {
1054 if (strcmp(str, t->objName) != 0) {
1182 sfree(str);
1204 sfree(str);
1221 char *dn = 0, *skey, *svalue, *str;
1255 if ((str = getFullMapName(map, domain)) == 0) {
1264 if (strcmp(str, t->objName) != 0) {
1304 sfree(str);
1328 sfree(str);
1367 sfree(str);
1427 sfree(str);
1441 sfree(str);