Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dmkdirp.c52 char *endptr, *ptr, *slash, *str; in mkdirp() local
72 slash = strrchr(str, '/'); in mkdirp()
76 while (slash != NULL) { in mkdirp()
78 ptr = slash; in mkdirp()
89 slash = strrchr(str, '/'); in mkdirp()
93 if (slash == NULL || slash == str) { in mkdirp()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c100 char *slash; in main() local
117 if ((slash = strrchr(arg, '/')) == NULL) { in main()
121 *slash = '\0'; in main()
123 fname = strdup(slash + 1); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c221 char *slash; in translate_record() local
301 if ((slash = strchr(poolname, '/')) != NULL) in translate_record()
302 *slash = '\0'; in translate_record()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_dev.c641 char *slash; in dev_str_sane_copy() local
643 slash = strchr(copy, '/'); in dev_str_sane_copy()
644 if (slash != NULL) in dev_str_sane_copy()
645 slash[0] = '\0'; in dev_str_sane_copy()
/f-stack/tools/libxo/doc/
H A Dformat-strings.rst16 a set of braces, with a colon (":") after the modifiers and a slash
H A Dfield-roles.rst72 if preceded by a slash ("/"):
203 if preceded by a slash ("/")::
217 if preceded by a slash ("/")::
H A Dxolint.rst91 'Potential missing slash after C, D, N, L, or T with format'
94 The message "Potential missing slash after C, D, N, L, or T with format" can be caused by code like:
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c543 ngx_uint_t overwrite, slash, dir, flags; in ngx_http_dav_copy_move_handler() local
711 slash = 1; in ngx_http_dav_copy_move_handler()
716 slash = 0; in ngx_http_dav_copy_move_handler()
740 if (ngx_is_dir(&fi) && !slash) { in ngx_http_dav_copy_move_handler()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c462 char *slash, *check; in zpool_valid_proplist() local
649 slash = strrchr(strval, '/'); in zpool_valid_proplist()
651 if (slash[1] == '\0' || strcmp(slash, "/.") == 0 || in zpool_valid_proplist()
652 strcmp(slash, "/..") == 0) { in zpool_valid_proplist()
659 *slash = '\0'; in zpool_valid_proplist()
671 *slash = '/'; in zpool_valid_proplist()
H A Dlibzfs_dataset.c3396 char *slash; in check_parents() local
3412 if ((slash = strchr(parent, '/')) == NULL) in check_parents()
3413 slash = parent + strlen(parent); in check_parents()
3414 (void) strncpy(zc.zc_name, parent, slash - parent); in check_parents()
3415 zc.zc_name[slash - parent] = '\0'; in check_parents()
H A Dlibzfs_sendrecv.c2924 const char *slash; in guid_to_name_cb() local
2928 (slash = strrchr(zhp->zfs_name, '/')) != NULL && in guid_to_name_cb()
2929 strcmp(slash + 1, gtnd->skip) == 0) { in guid_to_name_cb()
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs90 # If the current command ends with a slash, then the only way
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c528 char *strval, *slash, *check, *fname; in spa_prop_validate() local
682 slash = strrchr(strval, '/'); in spa_prop_validate()
683 ASSERT(slash != NULL); in spa_prop_validate()
685 if (slash[1] == '\0' || strcmp(slash, "/.") == 0 || in spa_prop_validate()
686 strcmp(slash, "/..") == 0) in spa_prop_validate()
/f-stack/app/nginx-1.16.1/
H A DCHANGES1633 *) Bugfix: trailing slash was mistakenly removed from the last parameter
1916 *) Bugfix: automatic redirect with appended trailing slash for proxied
3835 *) Bugfix: the ngx_http_autoindex_module did not show the trailing slash
4494 slash in directories on XFS filesystem; the issue had appeared in
5045 *) Bugfix: when a request to a directory was redirected with the slash
6589 "proxy_redirect default" directive add the unnecessary slash in start
7383 *) Bugfix: in proxying location without trailing slash; the bug had
8028 host name and a slash were added to them; the bug had appeared in
/f-stack/dpdk/
H A DMAINTAINERS14 A trailing slash includes all files and subdirectory files.