Searched refs:o_name (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_options.c919 const char *o_name; member in struct:dt_option
1032 for (op = _dtrace_rtoptions; op->o_name != NULL; op++) {
1033 if (strcmp(op->o_name, opt) == 0) {
1039 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1040 if (strcmp(op->o_name, opt) == 0) {
1057 for (op = _dtrace_ctoptions; op->o_name != NULL; op++) {
1058 if (strcmp(op->o_name, opt) == 0)
1062 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1063 if (strcmp(op->o_name, opt) == 0)
1067 for (op = _dtrace_rtoptions; op->o_name !
[all...]
/macosx-10.10.1/diskdev_cmds-576/mount.tproj/
H A Dmount.c91 const char *o_name; member in struct:opt
485 (void)printf(", %s", o->o_name);
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c555 char *o_name; member in struct:tftp_options
603 for (op = options; op->o_name; op++) {
604 if (strcmp(op->o_name, option) == 0)
607 if (op->o_name) {
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c1060 const char *o_name; member in struct:opt
1147 printf("%c%s", sep, o->o_name);
1154 printf("%c%s", sep, o->o_name);
/macosx-10.10.1/NFS-82/mount_nfs/
H A Dmount_nfs.c1958 const char *o_name; member in struct:opt
2016 printf(", %s", o->o_name);

Completed in 121 milliseconds