Lines Matching defs:value
985 char *fact, *value;
994 fact = av_strtok(fact, "=", &value);
998 if (!av_strcasecmp(value, "cdir") || !av_strcasecmp(value, "pdir"))
1000 if (!av_strcasecmp(value, "dir"))
1002 else if (!av_strcasecmp(value, "file"))
1004 else if (!av_strcasecmp(value, "OS.unix=slink:"))
1007 next->modification_timestamp = ftp_parse_date(value);
1009 next->filemode = strtoumax(value, NULL, 8);
1011 next->user_id = strtoumax(value, NULL, 10);
1013 next->group_id = strtoumax(value, NULL, 10);
1015 next->size = strtoll(value, NULL, 10);