Lines Matching full:strlen
139 if (strlen(fs_type) == 0) {
143 if (strlen(partition_type) == 0) {
148 if (strlen(location) == 0) {
152 if (strlen(mount_point) == 0) {
223 if (strlen(mount_point) == 0) {
253 if (strlen(mount_point) == 0) {
317 if (strlen(fs_type) == 0) {
321 if (strlen(partition_type) == 0) {
326 if (strlen(location) == 0) {
331 if (strlen(mount_point) == 0) {
417 if (strlen(src_name) == 0) {
421 if (strlen(dst_name) == 0) {
629 for (p = name + (strlen(name)-1); p > name; --p) {
1051 char* val_end = val_start + strlen(val_start)-1;
1085 if (strlen(partition) == 0) {
1089 if (contents->type == VAL_STRING && strlen((char*) contents->data) == 0) {
1497 int to_write = strlen(stagestr)+1;