Searched refs:setname (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Dsh.dol.c127 setname(short2str(cp));
364 setname(short2str(s));
H A Dtc.os.c360 setname(s);
448 setname(s);
1478 setname(short2str(*v++));
1508 setname(short2str(*v++));
1543 setname(short2str(*v++));
H A Dsh.exec.c171 setname(short2str(blk[0]));
202 setname(short2str(expath));
338 setname(short2str(expath));
346 setname("");
H A Dsh.func.c139 setname(bp->bname);
271 setname(short2str(p));
368 setname(short2str(STRthen));
989 setname(short2str(Sgoal));
1081 setname(short2str(Sgoal));
H A Dsh.glob.c399 setname(short2str(str));
455 setname(ptr);
515 setname(short2str(str));
H A Dsh.sem.c234 setname("nice");
278 setname("ver");
793 setname(short2str(blk[0]));
H A Dsh.misc.c486 setname(short2str(name));
H A Ded.screen.c453 setname("settc");
533 setname("echotc");
1418 setname("gettermcaps");
H A Ded.term.c599 setname(cmdname);
H A Dsh.h1148 * setname is a macro to save space (see sh.err.c)
1152 #define setname(a) (bname = (a)) macro
H A Dsh.set.c816 setname(short2str(*v));
H A Dsh.proc.c1450 setname(short2str(sigptr));
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dtask.h131 void (*setname)(isc_task_t *task, const char *name, void *tag); member in struct:isc_taskmethods
H A Dmem.h239 void (*setname)(isc_mempool_t *mpctx, const char *name); member in struct:isc_mempoolmethods
/freebsd-11.0-release/contrib/gdb/gdb/
H A Darm-tdep.c2456 const char *setname, *setdesc, **regnames;
2461 numregs = get_arm_regnames (current, &setname, &setdesc, &regnames);
2462 while ((disassembly_style != setname)
2464 get_arm_regnames (++current, &setname, &setdesc, &regnames);
2873 const char *setname;
2919 numregs = get_arm_regnames (i, &setname, &setdesc, &regnames);
2920 valid_disassembly_styles[i] = setname;
2921 fprintf_unfiltered (stb, "%s - %s\n", setname,
2924 if (!strcmp (setname, "std"))
2926 disassembly_style = setname;
2455 const char *setname, *setdesc, **regnames; local
2870 const char *setname; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py234 def hasset(ds, setname):
235 """Return True if the given setname (string) is defined for this
240 if whokey[0].lower() == "s" and whokey[3:] == setname:
286 [<perm|@setname>[,...]] <filesystem|volume>
287 unallow [-rld] -e [<perm|@setname>[,...]] <filesystem|volume>
288 unallow [-r] -c [<perm|@setname>[,...]] <filesystem|volume>
289 unallow [-r] -s @setname [<perm|@setname>[,...]] <filesystem|volume>""")
294 allow [-ldug] <"everyone"|user|group>[,...] <perm|@setname>[,...]
296 allow [-ld] -e <perm|@setname>[,
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dmem_api.c288 mpctx->methods->setname(mpctx, name);
H A Dtask_api.c193 task->methods->setname(task, name, tag);
H A Dmem.c333 *setquota, *getquota, *setname, *getname, *gettag; member in struct:isc__memmethods
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-pre.c870 const char *setname, int blockindex)
872 fprintf (outfile, "%s[%d] := { ", setname, blockindex);
897 const char *setname, int blockindex)
900 fprintf (outfile, "%s[%d] := { ", setname, blockindex);
945 debug_value_set (value_set_t set, const char *setname, int blockindex) argument
947 print_value_set (stderr, set, setname, blockindex);
869 bitmap_print_value_set(FILE *outfile, bitmap_set_t set, const char *setname, int blockindex) argument
896 print_value_set(FILE *outfile, value_set_t set, const char *setname, int blockindex) argument
/freebsd-11.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py504 raw.setname('SUBPROGRAM_NONAME_' + raw.arg('low_pc'));
828 def setname(self, name): member in class:DwarfdumpParser.Tag
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darm-dis.c1532 get_arm_regnames (int option, const char **setname, const char **setdescription,
1535 *setname = regnames[option].name;
1531 get_arm_regnames(int option, const char **setname, const char **setdescription, const char *const **register_names) argument

Completed in 133 milliseconds