Searched refs:d_name (Results 1 – 10 of 10) sorted by relevance
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixdir.c | 147 if (!fnmatch (ExternalInfo->WildcardSpec, dir_entry->d_name, 0)) in AcpiOsGetNextFilename() 149 if (dir_entry->d_name[0] == '.') in AcpiOsGetNextFilename() 154 str_len = strlen (dir_entry->d_name) + in AcpiOsGetNextFilename() 167 strcat (temp_str, dir_entry->d_name); in AcpiOsGetNextFilename() 189 strcpy (ExternalInfo->temp_buffer, dir_entry->d_name); in AcpiOsGetNextFilename()
|
| /third_party/ulib/musl/src/misc/ |
| A D | nftw.c | 77 if (de->d_name[0] == '.' && in do_nftw() 78 (!de->d_name[1] || (de->d_name[1] == '.' && !de->d_name[2]))) in do_nftw() 80 if (strlen(de->d_name) >= PATH_MAX - l) { in do_nftw() 86 strcpy(path + j + 1, de->d_name); in do_nftw()
|
| /third_party/ulib/musl/src/dirent/ |
| A D | alphasort.c | 5 return strcoll((*a)->d_name, (*b)->d_name); in alphasort()
|
| A D | versionsort.c | 6 return strverscmp((*a)->d_name, (*b)->d_name); in versionsort()
|
| /third_party/uapp/dash/src/ |
| A D | tab.c | 84 if (strncmp(state->file_prefix, de->d_name, file_prefix_len)) { in complete_at_dir() 87 if (!strcmp(de->d_name, ".")) { in complete_at_dir() 90 if (!strcmp(de->d_name, "..")) { in complete_at_dir() 100 strncat(completion, de->d_name, remaining); in complete_at_dir()
|
| A D | expand.c | 1390 if (dp->d_name[0] == '.' && ! matchdot) in expmeta() 1392 if (pmatch(start, dp->d_name)) { in expmeta() 1394 scopy(dp->d_name, enddir); in expmeta() 1397 for (p = enddir, cp = dp->d_name; in expmeta()
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 100 if (!literal && fnmatch(p, de->d_name, fnm_flags)) in match_in_dir() 102 if (literal && strcmp(p, de->d_name)) in match_in_dir() 109 strcpy(name + l + 1, de->d_name); in match_in_dir() 111 name = de->d_name; in match_in_dir()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 109 if ((strlen(de->d_name) + dirln + 2) <= sizeof(tmp)) { in zxc_ls() 110 snprintf(tmp, sizeof(tmp), "%s/%s", dirn, de->d_name); in zxc_ls() 114 (intmax_t)s.st_size, de->d_name); in zxc_ls() 390 if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, "..")) { in zxc_rm_recursive() 393 if (zxc_rm_recursive(dfd, de->d_name, force) < 0) { in zxc_rm_recursive()
|
| /third_party/ulib/musl/include/ |
| A D | dirent.h | 24 char d_name[256]; member
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 92 if(badname(de->d_name)) continue; in find_existing_devices_bus() 93 snprintf(devname, sizeof(devname), "%s/%s", busname, de->d_name); in find_existing_devices_bus() 110 if(badname(de->d_name)) continue; in find_existing_devices() 111 snprintf(busname, sizeof(busname), USB_FS_DIR "/%s", de->d_name); in find_existing_devices()
|
Completed in 16 milliseconds