Searched refs:marg (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_macro_gram.y | 129 struct macro_arg *marg; variable 142 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) { 147 if (marg == NULL) { 151 marg->replacement_text = strdup(argtext); 152 if (marg->replacement_text == NULL) {
|
H A D | aicasm_scan.l | 512 struct macro_arg *marg; 551 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) { 552 free(marg->replacement_text); 568 struct macro_arg *marg; 575 STAILQ_FOREACH(marg, &mac_symbol->info.macroinfo->args, links) { 577 retval = regexec(&marg->arg_regex, search_pos, 2, 584 *match_marg = marg;
|
H A D | aicasm_gram.y | 1533 struct macro_arg *marg; in add_macro_arg() local 1543 marg = (struct macro_arg *)malloc(sizeof(*marg)); in add_macro_arg() 1544 if (marg == NULL) { in add_macro_arg() 1548 marg->replacement_text = NULL; in add_macro_arg() 1557 retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED); in add_macro_arg() 1562 STAILQ_INSERT_TAIL(&cur_symbol->info.macroinfo->args, marg, links); in add_macro_arg()
|
/freebsd/sys/dev/mem/ |
H A D | memdev.c | 97 const struct mem_livedump_arg *marg; in memioctl() local 123 marg = (const struct mem_livedump_arg *)data; in memioctl() 124 error = livedump_start(marg->fd, marg->flags, marg->compression); in memioctl()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 751 struct mem_livedump_arg marg; in DoLiveFile() local 791 bzero(&marg, sizeof(marg)); in DoLiveFile() 792 marg.fd = fdcore; in DoLiveFile() 793 marg.compression = comp_desired; in DoLiveFile() 794 if (ioctl(fddev, MEM_KERNELDUMP, &marg) == -1) { in DoLiveFile()
|
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
H A D | ee.msg | 13 4 "marg�k megfigyel�sre " 17 8 "jobb marg� " 121 112 "jobb marg�: "
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 1478 char *marg, *mopt; in setifcapnv() local 1490 marg = strdup(arg); in setifcapnv() 1491 if (marg == NULL) in setifcapnv() 1496 while ((mopt = strsep(&marg, ",")) != NULL) { in setifcapnv() 1518 free(marg); in setifcapnv()
|
/freebsd/contrib/tzdata/ |
H A D | antarctica | 31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html
|