/src/usr.bin/patch/ |
backupfile.h | 25 none, enumerator in enum:backup_type
|
backupfile.c | 59 * is the root directory. Do not call this function if backup_type == none. 230 "none", "never", "simple", "nil", "existing", "t", "numbered", 0 234 none, simple, simple, numbered_existing, enumerator in enum:backup_types
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
nouveau_nvkm_engine_sw_chan.c | 59 struct nvif_notify_uevent_req none; member in union:nvkm_sw_chan_event_ctor::__anon30089aef010a 63 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) {
|
/src/usr.bin/vis/ |
vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable in typeref:typename:int 117 none++; 208 if (none) {
|
/src/usr.sbin/btdevctl/ |
btdevctl.c | 67 int ch, query, verbose, attach, detach, set, none; local in function:main 78 none = false; 109 if (strcasecmp(optarg, "none") == 0) 110 none = true; 168 if (none == true) {
|
/src/usr.bin/make/ |
test-variants.mk | 48 TESTS+= filemon-none 49 ENV.filemon-none= USE_FILEMON="no" 51 SKIP_TESTS.filemon-none= \ 109 TESTS+= opt-none 110 CFLAGS.opt-none= -O0 -ggdb 135 # macro, or at least none that affect the outcome of the tests. 243 @echo "env: "${ENV.${.TARGET}:U"(none)"} 244 @echo "cflags: "${CFLAGS.${.TARGET}:U(none):Q} 245 @echo "cppflags: "${CPPFLAGS.${.TARGET}:U(none):Q}
|
/src/bin/pax/ |
options.h | 47 #define none "none" macro
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_gram.y | 80 static symbol_ref_t none; 357 | none 569 none: label 572 if (none.symbol != NULL) { 573 stop("Only one definition of none allowed", 577 none.symbol = cur_symbol; 1188 format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2); 1202 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2); 1276 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2); 1286 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
nouveau_nvkm_core_ioctl.c | 155 struct nvif_ioctl_del none; member in union:nvkm_ioctl_del::__anonf895ae34040a 160 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { 314 struct nvif_ioctl_unmap none; member in union:nvkm_ioctl_unmap::__anonf895ae340b0a 319 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_channv50.c | 144 struct nvif_notify_uevent_req none; member in union:nv50_disp_chan_uevent_ctor::__anon4b39a1e4010a 148 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
nouveau_nvkm_engine_fifo_base.c | 195 struct nvif_notify_uevent_req none; member in union:nvkm_fifo_uevent_ctor::__anon45086404010a 199 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/ |
nouveau_nvkm_engine_pm_base.c | 216 struct nvif_perfdom_init none; member in union:nvkm_perfdom_init::__anon656a6656010a 223 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) { 246 struct nvif_perfdom_sample none; member in union:nvkm_perfdom_sample::__anon656a6656020a 253 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
|
/src/libexec/ftpd/ |
conf.c | 142 int none, match; local in function:parse_conf 167 none = match = 0; 181 if (strcasecmp(class, "none") == 0) 182 none = 1; 185 none || 191 if (none || \ 200 if (none || EMPTYSTR(arg)) \ 209 if (none || EMPTYSTR(Arg)) \ 232 if (none || EMPTYSTR(arg)) 279 if (!none && !EMPTYSTR(arg)) [all...] |
/src/usr.sbin/route6d/ |
route6d.c | 1833 struct in6_addr none; local in function:rt_deladdr 1834 memset(&none, 0, sizeof(none)); 1836 (IN6_ARE_ADDR_EQUAL(&rrt->rrt_gw, &none) ||
|
/src/sys/dev/usb/ |
uatp.c | 1792 enum { none, nondecreasing, decreasing } state = none; enumerator in enum:interpret_dimension::__anon301bc46d0103 1846 state = none; 1856 case none:
|