Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/usr.bin/calendar/
H A Dio.c81 char *walk = *buf; in trimlr() local
86 walk++; in trimlr()
87 *buf = walk; in trimlr()
89 sep = walk; in trimlr()
236 if (walk != NULL) { in token()
317 if (*walk != '<' && *walk != '\"') { in token()
323 walk++; in token()
324 c = walk[strlen(walk) - 1]; in token()
330 walk[strlen(walk) - 1] = '\0'; in token()
378 walk = sl_find(definitions, walk); in token()
[all …]
/freebsd/contrib/mandoc/
H A Dsoelim.c93 char *walk, *cp; in soelim_file() local
106 walk = line + 3; in soelim_file()
107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) { in soelim_file()
112 while (isspace((unsigned char)*walk)) in soelim_file()
113 walk++; in soelim_file()
115 cp = walk; in soelim_file()
122 if (*walk == '\0') { in soelim_file()
126 if (soelim_file(soelim_fopen(walk), flag) == 1) { in soelim_file()
H A Dcatman.c79 int *walk; in sock_fd_write() local
99 walk = (int *)CMSG_DATA(cmsg); in sock_fd_write()
100 *(walk++) = fd0; in sock_fd_write()
101 *(walk++) = fd1; in sock_fd_write()
102 *(walk++) = fd2; in sock_fd_write()
H A Dmandocd.c64 int *walk; in read_fds() local
109 walk = (int *)CMSG_DATA(cmsg); in read_fds()
111 fds[cnt] = *walk++; in read_fds()
/freebsd/usr.bin/soelim/
H A Dsoelim.c85 char *walk, *cp; in soelim_file() local
98 walk = line + 3; in soelim_file()
99 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) { in soelim_file()
104 while (isspace(*walk)) in soelim_file()
105 walk++; in soelim_file()
107 cp = walk; in soelim_file()
114 if (*walk == '\0') { in soelim_file()
118 if (soelim_file(soelim_fopen(walk), flag) == 1) { in soelim_file()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c99 uu_avl_walk_t *walk; in changelist_prefix() local
161 uu_avl_walk_end(walk); in changelist_prefix()
181 uu_avl_walk_t *walk; in changelist_postfix() local
301 uu_avl_walk_end(walk); in changelist_postfix()
336 uu_avl_walk_t *walk; in changelist_rename() local
362 uu_avl_walk_end(walk); in changelist_rename()
373 uu_avl_walk_t *walk; in changelist_unshare() local
390 uu_avl_walk_end(walk); in changelist_unshare()
413 uu_avl_walk_t *walk; in changelist_remove() local
428 uu_avl_walk_end(walk); in changelist_remove()
[all …]
/freebsd/lib/libc/regex/
H A Dengine.c48 #define walk swalk macro
59 #define walk lwalk macro
70 #define walk mwalk macro
295 endp = walk(m, start, stop, gf, gl, true); in matcher()
311 endp = walk(m, m->coldp, stop, gf, gl, false); in matcher()
478 rest = walk(m, sp, stp, ss, es, false); in dissect()
481 tail = walk(m, rest, stop, es, stopst, false); in dissect()
502 rest = walk(m, sp, stp, ss, es, false); in dissect()
517 sep = walk(m, ssp, rest, ssub, esub, false); in dissect()
538 rest = walk(m, sp, stp, ss, es, false); in dissect()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_zap.c177 ddt_zap_walk(objset_t *os, uint64_t object, uint64_t *walk, ddt_key_t *ddk, in ddt_zap_walk() argument
184 if (*walk == 0) { in ddt_zap_walk()
194 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk()
215 *walk = zap_cursor_serialize(&zc); in ddt_zap_walk()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h55 int (*ddt_op_walk)(objset_t *os, uint64_t object, uint64_t *walk,
85 uint64_t *walk, ddt_entry_t *dde);
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c369 uu_list_walk_t *walk; in zfs_purge_cases() local
404 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in zfs_purge_cases()
405 while ((zcp = uu_list_walk_next(walk)) != NULL) { in zfs_purge_cases()
409 uu_list_walk_end(walk); in zfs_purge_cases()
1098 uu_list_walk_t *walk; in _zfs_diagnosis_fini() local
1104 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in _zfs_diagnosis_fini()
1105 while ((zcp = uu_list_walk_next(walk)) != NULL) { in _zfs_diagnosis_fini()
1112 uu_list_walk_end(walk); in _zfs_diagnosis_fini()
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1273 struct canon_rr* walk; in rrset_canonical() local
1296 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical()
1299 + d->rr_len[walk->rr_idx]) { in rrset_canonical()
1312 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonical()
1313 d->rr_len[walk->rr_idx]); in rrset_canonical()
1314 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]); in rrset_canonical()
1342 struct canon_rr* walk; in rrset_canonicalize_to_buffer() local
1359 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer()
1362 + d->rr_len[walk->rr_idx]) { in rrset_canonicalize_to_buffer()
1379 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonicalize_to_buffer()
[all …]
H A Dval_neg.c681 rbnode_type* walk, *next; in wipeout() local
709 walk = rbtree_next(&el->node); in wipeout()
710 while(walk && walk != RBTREE_NULL) { in wipeout()
711 cur = (struct val_neg_data*)walk; in wipeout()
717 walk = rbtree_next(walk); in wipeout()
730 next = rbtree_next(walk); in wipeout()
744 walk = next; in wipeout()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c440 uu_avl_walk_t *walk; in zfs_for_each() local
540 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) in zfs_for_each()
543 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_for_each()
549 uu_avl_walk_end(walk); in zfs_for_each()
H A Dzfs_main.c3179 uu_avl_walk_t *walk; in zfs_do_userspace() local
3411 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_do_userspace()
3416 uu_avl_walk_end(walk); in zfs_do_userspace()
6211 uu_avl_walk_t *walk; in print_uge_deleg_perms() local
6213 if ((walk = uu_avl_walk_start(who_avl, UU_WALK_ROBUST)) == NULL) in print_uge_deleg_perms()
6216 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms()
6278 uu_avl_walk_end(walk); in print_uge_deleg_perms()
7585 uu_avl_walk_t *walk; in unshare_unmount() local
7691 if ((walk = uu_avl_walk_start(tree, in unshare_unmount()
7695 while ((node = uu_avl_walk_next(walk)) != NULL) { in unshare_unmount()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh50 ::walk dtrace_state | ::dtrace
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c215 uu_avl_walk_t *walk; in pool_list_free() local
218 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) { in pool_list_free()
224 while ((node = uu_avl_walk_next(walk)) != NULL) { in pool_list_free()
230 uu_avl_walk_end(walk); in pool_list_free()
/freebsd/contrib/lib9p/backend/
H A Dbackend.h42 int (*walk)(void *, struct l9p_request *); member
/freebsd/usr.sbin/pw/
H A Dpw_user.c1184 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; in pw_user_add() local
1259 walk = skel = optarg; in pw_user_add()
1260 if (*walk == '/') in pw_user_add()
1261 walk++; in pw_user_add()
1262 if (fstatat(conf.rootfd, walk, &st, 0) == -1) in pw_user_add()
1519 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; in pw_user_mod() local
1589 walk = skel = optarg; in pw_user_mod()
1590 if (*walk == '/') in pw_user_mod()
1591 walk++; in pw_user_mod()
1592 if (fstatat(conf.rootfd, walk, &st, 0) == -1) in pw_user_mod()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/acl/
H A Dacl_common.h50 uintptr_t (*walk)(void *, uintptr_t, int aclcnt, uint16_t *, uint16_t *,
/freebsd/usr.bin/diff/
H A Ddiffreg.c1057 const char *walk; in change() local
1173 for (walk = group_format; *walk != '\0'; walk++) { in change()
1174 if (*walk == '%') { in change()
1175 walk++; in change()
1176 switch (*walk) { in change()
1184 printf("%%%c", *walk); in change()
1189 printf("%c", *walk); in change()
/freebsd/usr.sbin/makefs/
H A DMakefile15 walk.c
/freebsd/contrib/file/magic/Magdir/
H A Driff129 0 name riff-walk
134 >>&(4.l+4) use riff-walk
136 >>&(4.l+4) use riff-walk
138 >>&(4.l+4) use riff-walk
140 >>&(4.l+4) use riff-walk
142 >>&(4.l+4) use riff-walk
162 #>>&(4.l+4) use riff-walk
291 >>>12 use riff-walk
640 >>12 use riff-walk
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp108 void walk(Value *Root) { in walk() function
197 Tracker.walk(&Arg); in markTails()
202 Tracker.walk(AI); in markTails()
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S39 call .walk.reg.wins
147 .walk.reg.wins:
155 call .walk.reg.wins
/freebsd/stand/i386/pmbr/
H A Dpmbr.S164 # Move to the next partition. If we walk off the end of the sector, load

12