/freebsd/usr.bin/calendar/ |
H A D | io.c | 81 char *walk = *buf; in trimlr() local 85 while (isspace(*walk)) in trimlr() 86 walk++; in trimlr() 87 *buf = walk; in trimlr() 89 sep = walk; in trimlr() 95 while (last > walk && isspace(*last)) in trimlr() 213 char *walk, *sep, a, c; in token() local 235 walk = cmptoken(line, "ifdef"); in token() 236 if (walk != NULL) { in token() 237 sep = trimlr(&walk); in token() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | soelim.c | 93 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 D | catman.c | 79 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 D | mandocd.c | 68 int *walk; in read_fds() local 113 walk = (int *)CMSG_DATA(cmsg); in read_fds() 115 fds[cnt] = *walk++; in read_fds()
|
/freebsd/usr.bin/soelim/ |
H A D | soelim.c | 85 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 D | libzfs_changelist.c | 99 uu_avl_walk_t *walk; in changelist_prefix() local 117 if ((walk = uu_avl_walk_start(clp->cl_tree, UU_WALK_ROBUST)) == NULL) in changelist_prefix() 120 while ((cn = uu_avl_walk_next(walk)) != NULL) { in changelist_prefix() 161 uu_avl_walk_end(walk); in changelist_prefix() 181 uu_avl_walk_t *walk; in changelist_postfix() local 213 if ((walk = uu_avl_walk_start(clp->cl_tree, in changelist_postfix() 217 while ((cn = uu_avl_walk_next(walk)) != NULL) { in changelist_postfix() 301 uu_avl_walk_end(walk); in changelist_postfix() 336 uu_avl_walk_t *walk; in changelist_rename() local 339 if ((walk = uu_avl_walk_start(clp->cl_tree, UU_WALK_ROBUST)) == NULL) in changelist_rename() [all …]
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 48 #define walk swalk macro 59 #define walk lwalk macro 70 #define walk mwalk macro 106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … 295 endp = walk(m, start, stop, gf, gl, true); in matcher() 311 endp = walk(m, m->coldp, stop, gf, gl, false); in matcher() 356 endp = walk(m, m->coldp, endp-1, 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() 491 if (walk(m, sp, rest, ssub, esub, false) != NULL) { in dissect() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_zap.c | 195 ddt_zap_walk(objset_t *os, uint64_t object, uint64_t *walk, ddt_key_t *ddk, in ddt_zap_walk() argument 203 if (*walk == 0) { in ddt_zap_walk() 213 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk() 234 *walk = zap_cursor_serialize(&zc); in ddt_zap_walk()
|
/freebsd/contrib/unbound/validator/ |
H A D | val_sigcrypt.c | 1274 struct canon_rr* walk; in rrset_canonical() local 1297 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical() 1300 + d->rr_len[walk->rr_idx]) { in rrset_canonical() 1313 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonical() 1314 d->rr_len[walk->rr_idx]); in rrset_canonical() 1315 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]); in rrset_canonical() 1343 struct canon_rr* walk; in rrset_canonicalize_to_buffer() local 1360 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer() 1363 + d->rr_len[walk->rr_idx]) { in rrset_canonicalize_to_buffer() 1379 sldns_buffer_write_u32(buf, d->rr_ttl[walk->rr_idx]); in rrset_canonicalize_to_buffer() [all …]
|
H A D | val_neg.c | 681 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/zed/agents/ |
H A D | zfs_diagnosis.c | 392 uu_list_walk_t *walk; in zfs_purge_cases() local 427 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in zfs_purge_cases() 428 while ((zcp = uu_list_walk_next(walk)) != NULL) { in zfs_purge_cases() 432 uu_list_walk_end(walk); in zfs_purge_cases() 1150 uu_list_walk_t *walk; in _zfs_diagnosis_fini() local 1156 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in _zfs_diagnosis_fini() 1157 while ((zcp = uu_list_walk_next(walk)) != NULL) { in _zfs_diagnosis_fini() 1164 uu_list_walk_end(walk); in _zfs_diagnosis_fini()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.c | 440 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()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_iter.c | 215 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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/ |
H A D | tst.dtracedcmd.ksh | 50 ::walk dtrace_state | ::dtrace
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 1184 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/usr.bin/diff/ |
H A D | diffreg.c | 1060 const char *walk; in change() 1176 for (walk = group_format; *walk != '\0'; walk++) { in change() 1177 if (*walk == '%') { in change() 1178 walk++; in change() 1179 switch (*walk) { in change() 1187 printf("%%%c", *walk); in change() 1192 printf("%c", *walk); in change() 1056 const char *walk; change() local
|
/freebsd/contrib/lib9p/backend/ |
H A D | backend.h | 42 int (*walk)(void *, struct l9p_request *); member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/acl/ |
H A D | acl_common.h | 50 uintptr_t (*walk)(void *, uintptr_t, int aclcnt, uint16_t *, uint16_t *,
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt_impl.h | 177 int (*ddt_op_walk)(objset_t *os, uint64_t object, uint64_t *walk, 272 uint64_t *walk, ddt_lightweight_entry_t *ddlwe);
|
/freebsd/usr.sbin/makefs/ |
H A D | Makefile | 14 walk.c
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 129 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 177 #>>&(4.l+4) use riff-walk 306 >>>12 use riff-walk 695 >>12 use riff-walk
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 108 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 D | sparccpuid.S | 39 call .walk.reg.wins 147 .walk.reg.wins: 155 call .walk.reg.wins
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-acl.m4 | 29 dnl # Added the bool rcu argument to get_acl for rcu path walk.
|
/freebsd/stand/i386/pmbr/ |
H A D | pmbr.S | 164 # Move to the next partition. If we walk off the end of the sector, load
|